Lauren Budorick
566ab993df
Use lua 5.2+ without needing compatibility flags.
2015-05-15 15:02:23 +02:00
Patrick Niklaus
407036e215
Merge pull request #1476 from Project-OSRM/fix/distance-based-radius
...
Use distance based search radius
2015-05-15 10:49:19 +02:00
Patrick Niklaus
7b1a5566fb
Move nodes inside the search radius
2015-05-15 00:34:53 +02:00
Patrick Niklaus
1b0d8739c1
Increase max distance to 1100 to fix unrelated test cases
2015-05-15 00:34:34 +02:00
Patrick Niklaus
266feea397
Merge pull request #1465 from alex85k/develop
...
fix cucumber tests running on Windows
2015-05-14 22:25:52 +02:00
Patrick Niklaus
c4c6ab2494
Use distance based search radius
...
This limits the nearest neighbour search to a maximum distance
of 1000 meters, but will also work in dense areas.
2015-05-14 22:24:07 +02:00
Emil Tin
079eea3f2b
add test for route duration formats
2015-05-10 20:09:09 +02:00
alex85k
a457d69034
fix cucumber tests running on Windows
2015-05-09 19:22:16 +05:00
Patrick Niklaus
d0175798bf
Add link to documentation in the wiki
2015-05-02 15:18:13 +02:00
Patrick Niklaus
80e07943ee
Make README more meaningful
2015-05-02 01:30:44 +02:00
Will White
e2954211ec
Fix travis links.
2015-05-01 20:04:05 +02:00
Patrick Niklaus
337bed8176
Merge pull request #1455 from Project-OSRM/fix/cucumber2.0
...
upgrade to cucumber 2.0
2015-05-01 18:32:26 +02:00
Emil Tin
71197e1c89
remove last use of routing_diff
2015-04-30 18:29:56 +02:00
Emil Tin
e1a13f5ce8
remove obsolete cucumber patch
2015-04-30 18:15:46 +02:00
Emil Tin
1ed2c16a51
upgrade to cucumber 2.0
2015-04-30 18:15:46 +02:00
Patrick Niklaus
12e1bd80b3
Send travis mails to me
2015-04-29 14:00:17 +02:00
Patrick Niklaus
d2a19ec8ec
Merge pull request #1446 from Project-OSRM/fix/sharedmemory-default
...
Fix/sharedmemory default
2015-04-22 09:50:46 +02:00
Patrick Niklaus
8f3feac916
Ensure routed is backwards compatible
2015-04-22 09:49:08 +02:00
Patrick Niklaus
c0e066440c
Use shared memory if no server paths are provided.
...
This caused a bug in the node bindings that would invoke the constructor
without parameters.
2015-04-22 09:49:08 +02:00
Patrick Niklaus
fbb4e9078a
Updated restriction parser doc
2015-04-21 20:00:58 +02:00
Patrick Niklaus
d96e90c6f4
Add documentation to ExtractionContainer
2015-04-21 20:00:58 +02:00
Patrick Niklaus
3b435d8956
Add documentation to ScriptingEnvironment
2015-04-21 20:00:58 +02:00
Patrick Niklaus
345dd2481b
Add documentation to InputRestrictionContainer
2015-04-21 20:00:58 +02:00
Patrick Niklaus
006bcc0fc8
Add some documentation to the restriction parser
2015-04-21 20:00:58 +02:00
Patrick Niklaus
c25d14e454
Remove unnecessary header include
2015-04-21 20:00:58 +02:00
Patrick Niklaus
5ff95dc32d
Move string_map inside external_callbacks
...
It is not referenced outside this calls, thus the lifetime
can be safely handled by it.
2015-04-21 20:00:58 +02:00
Patrick Niklaus
34031aab1b
Add further documentation to ExtractorCallbacks
2015-04-21 20:00:57 +02:00
Patrick Niklaus
3035219212
Add further documentation
2015-04-21 20:00:57 +02:00
Patrick Niklaus
8a608eb930
Add some doc to the extractor
2015-04-21 20:00:57 +02:00
Dennis Luxen
d4065774ce
Merge pull request #1440 from Project-OSRM/feature/check_graph_implementations
...
fix incorrect SCC generation
2015-04-17 09:50:46 +02:00
Patrick Niklaus
6d43d9f2b6
Add unit test for dynamic graph
...
Also simplify the unit tests.
2015-04-17 00:38:09 +02:00
Patrick Niklaus
94d7fd9112
Adapt osrm-components to new FindEdge interface
2015-04-17 00:25:01 +02:00
Patrick Niklaus
04b5833e98
Adapt EdgeBasedGraphFactory to new FindEdge behaviour
2015-04-17 00:23:58 +02:00
Patrick Niklaus
52592b84fd
Add functions to find reverse edge to DynamicGraph
2015-04-17 00:22:51 +02:00
Patrick Niklaus
f2cd68e3ec
Return SPECIAL_EDGEID if no edge was found
2015-04-17 00:21:57 +02:00
Dennis Luxen
aff590a44d
make implementation of FindEdge consistent among graph implementations, introduce FindSmallestEdge() function to return the edge with smallest weight if there are multiple, fixes #1427
2015-04-16 16:12:08 +02:00
Dennis Luxen
0d432f6377
fix comparison to recognize small components in a static graph
2015-04-16 16:11:06 +02:00
Dennis Luxen
59bceee258
make sure GetNumberOfNodes() is only called once
2015-04-16 16:08:10 +02:00
Dennis Luxen
4a0a0bac1d
clear right edge list after graph instantiation
2015-04-16 14:38:42 +02:00
Dennis Luxen
c7bd96ea8b
fix unintended signed/unsigned comparison
2015-04-16 14:31:13 +02:00
Dennis Luxen
0eb2106067
reorder includes, add tuple include
2015-04-16 14:30:52 +02:00
Dennis Luxen
c03aec364c
add comparison tool for graph classes
2015-04-16 11:25:43 +02:00
Patrick Niklaus
f2cdb97867
Change max distance delta to 200m
2015-04-13 22:39:55 +02:00
Patrick Niklaus
727e284ed0
Reduce map beta, as it fits better to the intended sample rate
2015-04-13 22:39:55 +02:00
Patrick Niklaus
3248977e02
Update classifier parameters
2015-04-13 22:39:55 +02:00
Patrick Niklaus
7ee8776165
Remove second stage classifier: obsolete with trace splitting
2015-04-13 22:39:55 +02:00
Patrick Niklaus
f89f4bd20b
Add option to enable json logging
2015-04-13 22:39:55 +02:00
Patrick Niklaus
a372ade7ce
Mark suspicious transitions
2015-04-13 22:39:55 +02:00
Patrick Niklaus
61dca4a35e
Merge pull request #1433 from Project-OSRM/feature/node-location
...
Make node location accessible
2015-04-13 16:53:02 +02:00
Dennis Luxen
c0402345f7
Squashed 'third_party/libosmium/' changes from f074d94..8bcd4ea
...
8bcd4ea Add explicit cast operator from osmium::Timestamp to uint32_t.
0b24814 Fixed the full_queue_sleep_duration const (again).
5e19dd2 Try different workaround for windows...
df5d6c9 Fix build error on Windows.
1553adf Workaround for missing support for u8 string literals on Windows.
aa5e44a Do not build benchmarks in Appveyor to speed up build.
2b22b31 Remove warning generated by assert by casting to largest type.
148c5e3 Fix inclusion of our own css file into doxygen documentation.
13bce6f Split out test thats fails on Windows and do not run it on appveyor.
ca04757 Make CMake add_unit_test() function more flexible.
6c04a63 Tell CMake to output json file with compile commands.
c0dd848 Fix indentation in some tests.
dfa7e4b Formatting: Consistently use spaces around equal signs.
08fe6db Add change log, release version 2.1.0.
667192e Add XML tests.
28acfc7 Make sorting the PBF stringtables optional.
8184781 Fix PBFInputFormat. Use member variable instead of static variable.
2b48945 Fix comment.
6d37054 Rename m_done to m_quit_input_thread to clarify what it is for.
bc23083 Fix race condition in PBF reader.
7fc380e Add various docs, noexcepts, asserts, and tests.
aeaf4d7 Not a good idea to how overbroad patterns in .gitignore.
c1ef2f9 Bugfix: Multipolygon collector was accessing non-existent NodeRef.
0ef9a13 Add noexcept and docs to some functions in NodeRefList class.
da4d764 Workaround for Doxygen bug.
e67d5d9 use absolute paths to osmium in YouCompleteMe configuration
38abeac remove template parameter from NodeRefList
c47adf0 Add check that osm xml file has <osm> or <osmChange> as top-level element.
5e4af90 Updated version number to 2.0.0.
5b2bc3e Workaround in cmake test for sparsehash size.
git-subtree-dir: third_party/libosmium
git-subtree-split: 8bcd4ea771696812bbb08ebc58e3ee22d0538070
2015-04-13 15:44:38 +02:00