Dennis Luxen
6859b53155
use JSON container to hold all intermediate results:
...
- no hand-rolled GPX generation anymore
- render gpx thru a JSONContainer visitor pattern
- precursor to expose JSON containter as result from OSRM lib interface, cf. #1261
2014-11-24 15:15:57 +01:00
Dennis Luxen
10d7a2396c
move JSON rendering code out of container header file. prerequesite to #1261
2014-11-20 15:26:30 +01:00
Dennis Luxen
1128270d4b
fix short variable names
2014-11-20 15:06:48 +01:00
Dennis Luxen
0d7141ce5b
Rename NodeInfo -> QueryNode
2014-11-17 14:58:37 +01:00
Dennis Luxen
b4b753ce2e
rename variables in ExternalMemoryNode to be more telling and consistent
2014-11-17 14:58:37 +01:00
Dennis Luxen
a6f34d2044
rename ImportNode.h/cpp -> ExternalMemoryNode.h/cpp
2014-11-17 14:58:36 +01:00
Dennis Luxen
e938bd3481
Revert "remove implicitly defined inline keywords from header-implemented functions in Util/ headers"
...
This reverts commit dc35e97ae002bdfda4bc3a68507749c464cfe371.
2014-11-17 14:58:36 +01:00
Dennis Luxen
f452e7f9d2
remove implicitly defined inline keywords from header-implemented functions in Util/ headers
2014-11-17 14:58:36 +01:00
Dennis Luxen
1d25f41122
remove unused code
2014-11-17 14:58:36 +01:00
Dennis Luxen
05a79f5b55
implement loader routines for new restriction type
2014-11-17 14:58:31 +01:00
Patrick Niklaus
3fe2b587cb
Revert "Revert "Bring general sketch commits upstream""
2014-10-29 00:33:43 +01:00
Dennis Luxen
0fc944abf3
Revert "Bring general sketch commits upstream"
2014-10-27 10:07:07 -04:00
Patrick Niklaus
9805b05738
Reorder include and use correct datatypes
2014-10-25 10:14:31 +02:00
Patrick Niklaus
3b727dea99
Make atan2_lookup inline since it is header-declared
2014-10-23 16:23:54 +02:00
Patrick Niklaus
651c07c724
Add global timer utils
...
Global timers can be used to accumulate timings of the same context
in a thread-safe way.
2014-10-23 16:23:54 +02:00
Dennis Luxen
002da1e02d
add range-based for_each_pair
2014-10-22 18:56:14 +02:00
Dennis Luxen
8490e297a9
add todo marker
2014-10-20 11:39:23 +02:00
Dennis Luxen
6d3a4b5f6c
deactivate inactive includes
2014-10-20 11:25:50 +02:00
Dennis Luxen
8eccfaa034
fix a number of implicit conversions
2014-10-17 14:19:33 +02:00
Dennis Luxen
cb5575ae89
remove compile-time time stamps, rely on git SHA instead, fixes #1229
2014-10-17 10:57:00 +02:00
Dennis Luxen
909db4c861
replace inline with anonynmous namespace to avoid duplicate symbols during linking
2014-10-15 15:15:40 +02:00
Dennis Luxen
b29d5df7a2
simplify conditional operation, remove useless parantheses
2014-10-15 10:43:58 +02:00
Dennis Luxen
a9d99cbe54
fix inverted logic
2014-10-14 18:03:24 +02:00
Dennis Luxen
e6a00ddcfd
rethrow exception, refactor default block in fully covered switch statement
2014-10-14 15:59:18 +02:00
Dennis Luxen
1fc1e9590a
throw an exception instead of false asserts
2014-10-14 12:52:11 +02:00
Dennis Luxen
1c19796e3e
fix container.hpp to properly use std::next and std::end
2014-10-13 13:54:40 +02:00
Dennis Luxen
be11d3325d
add mutex include
2014-10-10 19:38:59 +02:00
Dennis Luxen
274140d309
refactor SimpleLogger into simple_logger compile unit
2014-10-10 19:32:49 +02:00
Dennis Luxen
ed960ccc8d
refactor angle computation into class/compile unit
2014-10-10 18:47:28 +02:00
Dennis Luxen
f2b72113c1
refactor ContainerUtil into container.hpp
2014-10-10 18:24:13 +02:00
Dennis Luxen
67a8d30e87
renamed file
2014-10-10 18:19:10 +02:00
Dennis Luxen
dafd0e5db7
rewrite NumericUtils into floating_point.hpp
2014-10-10 18:18:56 +02:00
Dennis Luxen
3d3ba86be4
Merge pull request #1212 from Project-OSRM/fix_997
...
implements and fixes #997 : support base path for c'tor
2014-10-10 17:17:41 +02:00
Dennis Luxen
52ed8a7ed0
move springclean functionality in its own tools, remove from datastore
2014-10-10 16:55:24 +02:00
Dennis Luxen
4c0846734e
rework the population and checking of base paths
2014-10-10 10:41:06 +02:00
Dennis Luxen
b9e1d3116c
implements and fixes #997
...
- ServerPaths object can be populated by passing base path to OSRM
- reduces code/functionality duplication in node-OSRM
2014-10-10 10:41:05 +02:00
Dennis Luxen
440244eed8
use double precision fp math for mercartor projection and point-line projections (for now), fixes #1191
2014-10-09 18:58:58 +02:00
Dennis Luxen
d92f022041
remove implicit inline keyword from header files
2014-10-08 14:47:51 +02:00
Dennis Luxen
57fab61789
move casts from/to string into static class
2014-10-08 14:47:22 +02:00
Dennis Luxen
ec8f977ebe
reformat StringUtil.h
2014-10-08 12:48:20 +02:00
Dennis Luxen
8dc85e7641
use C++11 type traits to reduce code size in integral->string conversion
2014-10-08 12:40:56 +02:00
Dennis Luxen
4f25d29815
use nullptr instead of NULL
2014-10-03 09:56:07 +02:00
Dennis Luxen
28302a5040
unique_ptr<T> should be unique_ptr<T[]> when used with array
2014-10-02 19:26:57 +02:00
Dennis Luxen
9cc5ca5c58
fix name of include guard
2014-10-02 19:24:43 +02:00
Dennis Luxen
4c4e60b3c9
fix name of include guard
2014-10-02 19:24:06 +02:00
Dennis Luxen
85c244ed08
Merge pull request #1166 from Project-OSRM/server_instance_unique_ptr
...
keep server instance in a shared_ptr
2014-08-21 19:22:37 +02:00
Dennis Luxen
6a8c5c8869
fix typo
2014-08-20 11:57:46 +02:00
Dennis Luxen
8f8cb6a52f
keep server instance in a unique_ptr
2014-08-20 11:24:29 +02:00
Emil Tin
2e3d33dfcd
remove type from more structs, remove asserts
2014-08-20 11:08:59 +02:00
Emil Tin
9c23fd4a31
remove accidentially added file
2014-08-20 11:08:59 +02:00