DennisOSRM
|
8158e7f1c5
|
Using explicit 64bit integer instead of compiler-dependent long long
|
2013-01-11 18:16:08 +01:00 |
|
Emil Tin
|
7d7baa70a9
|
test routes parsing (@todo)
|
2013-01-10 17:06:16 +01:00 |
|
Emil Tin
|
2e3947cc6d
|
support list of ways in relations tests
|
2013-01-10 17:05:41 +01:00 |
|
Emil Tin
|
54774726b2
|
test separate weight/speed, still marked as @todo
|
2013-01-10 14:00:48 +01:00 |
|
DennisOSRM
|
2af9fcad68
|
Saving 3 bytes per original edge.
|
2013-01-06 19:38:03 +01:00 |
|
DennisOSRM
|
fd79e81fe5
|
Removing explicit namespace usage
|
2013-01-06 19:06:17 +01:00 |
|
DennisOSRM
|
2b5e110719
|
Splitting utility header with ambigious name into two files with better
names
|
2013-01-06 19:03:04 +01:00 |
|
DennisOSRM
|
864c2d9f49
|
stray const keyword removed that prevented build
|
2013-01-06 17:58:02 +01:00 |
|
DennisOSRM
|
764fe533e8
|
Adding forgotten commit
|
2013-01-06 17:54:17 +01:00 |
|
DennisOSRM
|
f1f59d770e
|
Forgotten file.
|
2013-01-06 17:51:45 +01:00 |
|
DennisOSRM
|
950baaa9fc
|
Merge branch 'develop' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git into develop
|
2013-01-06 17:48:30 +01:00 |
|
DennisOSRM
|
5b3aacb4b2
|
removing stringstream
|
2013-01-06 17:48:18 +01:00 |
|
Emil Tin
|
d6adc56b3a
|
add test for multiple except tag values in restrictions
|
2013-01-06 15:44:15 +01:00 |
|
DennisOSRM
|
dbe1a4255c
|
type change
|
2013-01-06 13:02:10 +01:00 |
|
DennisOSRM
|
eed20b2271
|
several fixes to replace copied parameters with const refs.
|
2013-01-06 13:00:58 +01:00 |
|
DennisOSRM
|
e70adbb1cb
|
Using const-refs instead of copies when iterating vectors
|
2013-01-06 12:59:36 +01:00 |
|
DennisOSRM
|
06c22a478f
|
fixing typo
|
2013-01-06 12:39:12 +01:00 |
|
Emil Tin
|
565b0e97d1
|
rename @weight test to @fastest
|
2013-01-06 11:51:45 +01:00 |
|
DennisOSRM
|
00168cb12f
|
Removing dead code.
|
2013-01-05 22:47:12 +01:00 |
|
DennisOSRM
|
ffdaa71086
|
Implementation of turn restriction exceptions
|
2013-01-05 19:20:25 +01:00 |
|
DennisOSRM
|
5de2aa1cbf
|
fixing test and removing todo tag
|
2013-01-05 17:35:50 +01:00 |
|
DennisOSRM
|
64988ed831
|
Adding functionality for turn restriction exceptions to profile
|
2013-01-05 17:32:39 +01:00 |
|
DennisOSRM
|
fa050ad616
|
Fixing registration of package path.
|
2013-01-05 17:27:10 +01:00 |
|
Project OSRM
|
d2458f3169
|
Merge pull request #550 from ibikecph/lua_require
easy lua require()
|
2013-01-05 03:03:13 -08:00 |
|
Emil Tin
|
551af0e45a
|
fix a few restrictions tests
|
2013-01-04 16:09:00 +01:00 |
|
DennisOSRM
|
4ac5440a4a
|
Removing debug output
|
2013-01-04 12:49:31 +01:00 |
|
DennisOSRM
|
7c54d4e62f
|
Fixes the Birminingham speed limit bug reported by Philip Barnes
|
2013-01-04 12:31:43 +01:00 |
|
DennisOSRM
|
8ab5915983
|
Add symlink to the profile in the respective folde
|
2013-01-04 12:23:25 +01:00 |
|
DennisOSRM
|
877865a4b1
|
removing profile
|
2013-01-04 12:22:09 +01:00 |
|
Dennis Luxen
|
7cf4d37595
|
Merge branch 'develop' of https://github.com/DennisOSRM/Project-OSRM into develop
|
2013-01-02 00:41:08 +01:00 |
|
Dennis Luxen
|
80add9f820
|
Splitting monolithic extraction code into compile units
|
2013-01-02 00:33:39 +01:00 |
|
Dennis Luxen
|
12a35c1214
|
Splitting monolithic extraction code into compile units
|
2013-01-02 00:33:14 +01:00 |
|
Dennis Luxen
|
9379d2462e
|
Splitting monolithic extraction code into compile units
|
2013-01-02 00:32:34 +01:00 |
|
Emil Tin
|
c5e8bed1fb
|
increase stxxl allocation used in tests, to avoid reallocation
|
2013-01-02 00:02:48 +01:00 |
|
Emil Tin
|
4aa7ade32c
|
ordering includes alphabetically
|
2013-01-01 23:20:16 +01:00 |
|
Emil Tin
|
c4ed218a7a
|
Revert "remove unused struct MinimalEdgeData"
This reverts commit 0235cf5d8e .
|
2013-01-01 23:01:52 +01:00 |
|
Emil Tin
|
ff417fac01
|
update ferry tests
|
2013-01-01 18:41:38 +01:00 |
|
Emil Tin
|
0f4207f85e
|
show total running time when extracting
|
2013-01-01 17:25:40 +01:00 |
|
Emil Tin
|
f4431ed837
|
simple rake tasks for extracting/preparing separately
|
2013-01-01 17:10:30 +01:00 |
|
Emil Tin
|
0235cf5d8e
|
remove unused struct MinimalEdgeData
|
2012-12-31 11:22:56 +01:00 |
|
DennisOSRM
|
8fc8a4e303
|
Removing last remaining 'using namespace std' statement
|
2012-12-29 21:02:26 +01:00 |
|
DennisOSRM
|
943c15927a
|
Fixing data type issue that prevented large files on windows. See issue
#55
|
2012-12-29 14:14:01 +01:00 |
|
Emil Tin
|
28f0782b17
|
code cleanup, merge Lua.h and LuaUtil.h
|
2012-12-28 22:40:00 +01:00 |
|
Emil Tin
|
09e331a76b
|
fix gitignore to avoid ignoring subfolders. add missing lua file
|
2012-12-28 22:40:00 +01:00 |
|
Emil Tin
|
ce43b09991
|
support lua require()
|
2012-12-28 22:40:00 +01:00 |
|
DennisOSRM
|
b869184c10
|
Replaced submodule with a text referencing the subproject directly
|
2012-12-26 18:32:57 +01:00 |
|
DennisOSRM
|
68e39b8053
|
Removing Docs submodule
|
2012-12-26 18:29:16 +01:00 |
|
DennisOSRM
|
8e023418e4
|
Removing superflous file
|
2012-12-23 20:03:12 +01:00 |
|
DennisOSRM
|
bf94866ec0
|
Fixing signed/unsigned comparisons
|
2012-12-23 19:34:26 +01:00 |
|
DennisOSRM
|
cba3c46820
|
Merge branch 'develop' of https://github.com/DennisOSRM/Project-OSRM into develop
|
2012-12-23 19:32:50 +01:00 |
|