Dennis Luxen
1194bb8ae3
Rewiring routing algorithms
2013-09-19 18:53:34 +02:00
Dennis Luxen
7599124aa0
Rewiring query plugins
2013-09-19 18:53:10 +02:00
Dennis Luxen
01d2d91ecc
Moving DataStructures to new data facade pattern
2013-09-19 18:52:42 +02:00
Dirk L
6980d19214
Merge branch 'develop' into develop-lua
2013-09-19 15:05:30 +02:00
Dennis Luxen
ac14a7b0da
corrected include fence
2013-09-19 13:59:09 +02:00
Dennis Luxen
23f00ab533
Merge branch 'shared_memory' of https://github.com/DennisOSRM/Project-OSRM into shared_memory
2013-09-19 12:01:04 +02:00
Dennis Luxen
39122bd61d
use empty() instead of comparisons
2013-09-19 12:00:36 +02:00
Dennis Luxen
c5824765f9
Further includes in Facades
2013-09-19 12:00:36 +02:00
Dennis Luxen
547e942c66
make plugins templates that plug into data facade
2013-09-19 12:00:36 +02:00
Dennis Luxen
2ab04e7e2f
Mockups for data facades
2013-09-19 12:00:36 +02:00
Dennis Luxen
a08fef172e
plugging in base facade ptr
2013-09-19 12:00:35 +02:00
Dennis Luxen
a04f77e7e0
added graph data access
2013-09-19 12:00:35 +02:00
Dennis Luxen
4900f3e54d
remove unneeded white spaces
2013-09-19 12:00:35 +02:00
Dennis Luxen
34ee6411d5
instantiate different inherited class at bcp that provides all data
2013-09-19 12:00:35 +02:00
Dennis Luxen
5abe7bc7e5
Facade base class to provide all data access
2013-09-19 12:00:35 +02:00
Dennis Luxen
a48aef4039
Adding shared memory data types
2013-09-19 12:00:35 +02:00
Dennis Luxen
e1198f29ce
Refactoring according to new coding guidelines
2013-09-19 11:54:24 +02:00
Dennis Luxen
329e619c8c
fixing coverity issue 1046674 Uninitialized pointer field
2013-09-19 10:42:28 +02:00
Dennis Luxen
9a9e1b46ef
fixing coverity issue 1061045 Resource leak
2013-09-19 10:32:27 +02:00
Dennis Luxen
cc94ab6411
use empty() instead of comparisons
2013-09-19 10:19:54 +02:00
Dennis Luxen
e67541e82f
Further includes in Facades
2013-09-18 18:33:10 +02:00
Dennis Luxen
d907be264b
make plugins templates that plug into data facade
2013-09-18 18:32:50 +02:00
Dennis Luxen
003c1df53e
Mockups for data facades
2013-09-18 17:49:49 +02:00
Emil Tin
6470838065
cleanup indentation of ruby files
2013-09-18 08:16:19 +02:00
Emil Tin
a178555838
update text in cuke test
2013-09-17 21:04:02 +02:00
Dennis Luxen
f844e9e702
plugging in base facade ptr
2013-09-17 18:55:53 +02:00
Dennis Luxen
8753dbdb0f
added graph data access
2013-09-17 18:45:33 +02:00
Dennis Luxen
1bd24f7042
remove unneeded white spaces
2013-09-17 18:37:52 +02:00
Dennis Luxen
66d58bf047
instantiate different inherited class at bcp that provides all data
2013-09-17 18:37:08 +02:00
Dennis Luxen
1e5c4b0d79
Facade base class to provide all data access
2013-09-17 18:35:43 +02:00
Dennis Luxen
711d402f17
Merge branch 'shared_memory' of https://github.com/DennisOSRM/Project-OSRM into shared_memory
2013-09-17 18:34:35 +02:00
Dennis Luxen
e19f54a378
Adding shared memory data types
2013-09-17 15:28:08 +02:00
Dennis Luxen
5294fc4767
Fixing another coverity issue
2013-09-17 15:27:51 +02:00
Dennis Luxen
7ed3a1df04
removing dead code
2013-09-17 15:15:52 +02:00
Dennis Luxen
2d45354f50
Fixes coverity issue 1061545 Uninitialized scalar field
2013-09-17 15:06:12 +02:00
Dennis Luxen
9f6d13f4c3
Fixes coverity issue
2013-09-17 14:47:15 +02:00
Dennis Luxen
57a31d0ec9
Fixing coverity issue
2013-09-17 14:47:15 +02:00
Dennis Luxen
da277d9816
Adding shared memory data types
2013-09-17 14:23:06 +02:00
Dirk L
22dabc5180
Merge branch 'develop' into develop-lua
2013-09-13 18:44:27 +02:00
Emil Tin
47f11fc3a6
bike: normal speed on paths with asphalt, add tests
2013-09-12 14:15:50 +02:00
Dirk L
91a2e56215
Merge branch 'dep-liblua' into develop-lua
2013-09-11 18:27:51 +02:00
Dirk L
e6681af9d0
CMakeLists.txt: Lua5.2 support.
...
Because the current Debian unstable is using
* Luabind which is depending on Lua5.2
* LuaJIT which has a Lua5.1 API
the code were using the Lua5.1 header files but were linked against
Lua5.2 library.
Now both are using Lua5.2 (libluajit-5.1-dev must not be installed
during CMAKE !), which seems to work for the OSRM-Extractor.
2013-09-11 17:25:33 +02:00
Dennis Luxen
d9e3c43c91
further adjustments to benchmark
2013-09-11 14:27:41 +02:00
Dennis Luxen
f84de4ac21
Moving timing back to reliable but uugly code
2013-09-09 16:26:44 +02:00
Dennis Luxen
3089231476
split io benchmark into two parts. also fixed things on Linux
2013-09-09 16:26:07 +02:00
Emil Tin
0f94fb9d6d
update foot profile, add tests for access, barriers, ferries, names, surface, more
2013-09-08 22:51:44 +02:00
Emil Tin
01097f7225
foot tests for ferries and restrictions
2013-09-07 18:19:52 +02:00
Dennis Luxen
a25e4e1ed8
Fixes #737
2013-09-07 11:16:45 +02:00
Dennis Luxen
9e75595754
explicitly use boost 1.46
2013-09-05 21:43:12 +02:00
Dennis Luxen
f6d5945b59
Moving to boost 1.46 on travis
2013-09-05 21:36:21 +02:00