DennisOSRM
|
8839a5eb3f
|
All kinds of barriers get parsed now, not only bollards.
|
2012-02-28 15:15:08 +01:00 |
|
DennisOSRM
|
d61ece7891
|
Merge branch 'master' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git
|
2012-02-28 11:36:07 +01:00 |
|
DennisOSRM
|
f736bb9c9a
|
More realistic car speed profile
|
2012-02-28 11:35:47 +01:00 |
|
Project OSRM
|
f8fb79a838
|
Merge pull request #154 from emiltin/update_distance_tests
fixed two distance tests, and added another for 1000km scales
|
2012-02-27 06:12:49 -08:00 |
|
Emil Tin
|
5ad4992816
|
fixed two distance tests, and added another for 1000km scales
|
2012-02-27 14:48:14 +01:00 |
|
DennisOSRM
|
02e15bd3d2
|
Disabling OpenMP for good on OS X, see issue #123
|
2012-02-27 13:09:59 +01:00 |
|
DennisOSRM
|
25d15fe2af
|
Disabling OpenMP for good on OS X
|
2012-02-27 13:09:19 +01:00 |
|
DennisOSRM
|
fdb4198c0d
|
Further adjustments for OS X
|
2012-02-27 11:51:59 +01:00 |
|
DennisOSRM
|
3f7437fec2
|
Check for libpthread on Linux
|
2012-02-27 10:44:23 +01:00 |
|
DennisOSRM
|
ed0733e125
|
Adding --no-march switch to SConstruct as well as some of the OS X support
|
2012-02-27 10:33:43 +01:00 |
|
DennisOSRM
|
cc3255702f
|
Merge branch 'master' of https://github.com/DennisOSRM/Project-OSRM
|
2012-02-27 09:57:11 +01:00 |
|
DennisOSRM
|
b53f3b1b5c
|
PngImage compile fixes for libpng 1.5 (OS X). Partially fixes issue #123
|
2012-02-27 09:47:53 +01:00 |
|
Project OSRM
|
795d2b264c
|
Merge pull request #149 from emiltin/cuke_config_files
add extractor.ini and contractor.ini files to test folder
|
2012-02-25 05:27:55 -08:00 |
|
Emil Tin
|
ab961486d9
|
add extractor.ini and contractor.ini files to test folder
|
2012-02-25 13:52:22 +01:00 |
|
Project OSRM
|
f35a82e36a
|
Merge pull request #146 from emiltin/cuke_routed_hash
reprocess data files during tests if osrm-routed binary has changed
|
2012-02-24 06:14:18 -08:00 |
|
Emil Tin
|
f841a7a25a
|
reprocess data files during tests if osrm-routed binary has changed
|
2012-02-24 14:58:49 +01:00 |
|
Emil Tin
|
d01f350e94
|
update SConstruct to make compiling work on mac. different version of png code, that compiles on mac os x.
|
2012-02-24 13:50:15 +01:00 |
|
DennisOSRM
|
0e589ecbcd
|
Further perfomance for nearest neighbor structure. I/Os are now 25%
faster.
|
2012-02-24 11:57:06 +01:00 |
|
DennisOSRM
|
1f381d790f
|
Some performance hacks in nearest neighbor lookup. gives upto 10% of
speed on the single operation.
|
2012-02-24 11:16:22 +01:00 |
|
DennisOSRM
|
e6ce9d3d29
|
Adding (commented) log output
|
2012-02-23 17:04:11 +01:00 |
|
DennisOSRM
|
a88ad71be6
|
Merge branch 'master' of
https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git
|
2012-02-23 16:29:55 +01:00 |
|
Project OSRM
|
48daf38f2b
|
Appending CCFLAGS. osrm-routed was not compiled with any optimizations. That gave a tremendous slowdown.
|
2012-02-22 13:27:44 +01:00 |
|
Project OSRM
|
7d42330352
|
Merge pull request #141 from emiltin/testing_invalid_oneways
update tests for handling of invalid oneway mapping
|
2012-02-21 04:41:48 -08:00 |
|
Emil Tin
|
dfd227cfc9
|
update tests for handling of invalid oneway mapping
|
2012-02-21 13:35:13 +01:00 |
|
Project OSRM
|
568dd9bf3c
|
Merge pull request #139 from emiltin/way_name_testing
enable testing of way names, including ways with empty or missing names
|
2012-02-21 04:34:13 -08:00 |
|
DennisOSRM
|
3507a805a9
|
Merge branch 'way_name_testing' of https://github.com/emiltin/Project-OSRM
|
2012-02-21 12:56:12 +01:00 |
|
DennisOSRM
|
e248517535
|
Added german OSM Tileservers
|
2012-02-21 12:26:31 +01:00 |
|
Emil Tin
|
0984a669ce
|
enable testing of way names, including ways with empty or missing name tags
|
2012-02-21 11:51:42 +01:00 |
|
DennisOSRM
|
15f2b21b62
|
Merge branch 'master' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git
|
2012-02-21 10:34:31 +01:00 |
|
DennisOSRM
|
4aaecfb4f9
|
Fixes issue #136
|
2012-02-21 10:34:17 +01:00 |
|
Project OSRM
|
e6941df981
|
Merge pull request #126 from emiltin/test_grid_size
allow setting the grid space in tests
|
2012-02-21 01:22:02 -08:00 |
|
Project OSRM
|
632f344db5
|
Merge pull request #132 from emiltin/fix_snap_test
fix an invalid cuke test
|
2012-02-21 01:21:32 -08:00 |
|
Project OSRM
|
1f1b472568
|
Merge pull request #135 from emiltin/cuke_travel_time
cuke testing of travel times
|
2012-02-21 01:21:22 -08:00 |
|
Project OSRM
|
20fa2f8738
|
Merge pull request #134 from emiltin/frontend_url_format
frontend now uses ? instead of & to separete query params in urls
|
2012-02-21 01:18:08 -08:00 |
|
DennisOSRM
|
d3bf394b16
|
Merge branch 'master' of https://github.com/DennisOSRM/Project-OSRM
|
2012-02-21 10:03:13 +01:00 |
|
Emil Tin
|
887092bacd
|
allow setting the grid space in tests
|
2012-02-19 20:49:10 +01:00 |
|
Emil Tin
|
61aa095722
|
cuke testing of travel times
|
2012-02-19 20:42:14 +01:00 |
|
Emil Tin
|
7aa2700d8f
|
update web frontend to use ? instead of & to separete query params in urls
|
2012-02-19 09:31:30 +01:00 |
|
Emil Tin
|
e842c7b28b
|
fix an invalid cuke test
|
2012-02-18 22:47:35 +01:00 |
|
Project OSRM
|
091cd57f68
|
Merge pull request #125 from emiltin/cuke_row_order
in cucumber tests, always show failed rows right below expected ones
|
2012-02-18 10:22:14 -08:00 |
|
Project OSRM
|
045b1e0cb8
|
Merge pull request #124 from emiltin/query_delimiter
update tests to use new query delimter ? instead of &
|
2012-02-18 10:21:57 -08:00 |
|
Project OSRM
|
e7bc232eb1
|
Merge pull request #127 from emiltin/gitignore_sandbox
gitignore the sandbox/ folder
|
2012-02-18 10:21:41 -08:00 |
|
Project OSRM
|
4eaaf91794
|
Merge pull request #128 from emiltin/cuke_way_check
perform a sanity check on which ways are used during routability tests
|
2012-02-18 10:21:19 -08:00 |
|
Project OSRM
|
9542ab0482
|
Merge pull request #129 from emiltin/foot_speedprofile
add a speedprofile for walking, and a test for basic way accessability
|
2012-02-18 10:20:22 -08:00 |
|
Project OSRM
|
f427550bb7
|
Merge pull request #130 from emiltin/distance_tests
added tests for distance calculations (some are failing)
|
2012-02-18 10:19:44 -08:00 |
|
Emil Tin
|
ef9c3c8431
|
added tests for distance calculations (some are failing)
|
2012-02-18 18:08:42 +01:00 |
|
Emil Tin
|
9eef17506d
|
add a speedprofile for walking, and a test for basic way accessability
|
2012-02-18 16:46:57 +01:00 |
|
Emil Tin
|
801490b9fc
|
perform a sanity check on which ways are used during routability tests
|
2012-02-18 16:22:54 +01:00 |
|
Emil Tin
|
169988b3c4
|
gitignore the sandbox/ folder
|
2012-02-18 15:28:50 +01:00 |
|
Emil Tin
|
695fecddeb
|
in cucumber tests, always show failed rows right below expected ones
|
2012-02-18 14:52:48 +01:00 |
|