Daniel J. Hofmann
|
0894590a96
|
Fixes default declared ctor in Buffer
|
2016-03-01 23:51:26 +01:00 |
|
Daniel J. Hofmann
|
2efef91f1c
|
Fixes const correctnes and explicit types in tile header
|
2016-03-01 23:51:26 +01:00 |
|
Daniel J. Hofmann
|
3feba9a581
|
Fixes Undefined Behavior in tile header from ODR-violation
|
2016-03-01 23:51:26 +01:00 |
|
Daniel J. Hofmann
|
afae896d05
|
Makes compile time constants properly ROM-able and deduplicates them across TUs
|
2016-03-01 23:51:26 +01:00 |
|
Daniel J. Hofmann
|
bcbaa21739
|
Fixes tile header includes
|
2016-03-01 23:51:25 +01:00 |
|
Daniel J. Hofmann
|
d60bc61d13
|
Properly constructs objects of type const RectangleInt2D in facades
|
2016-03-01 23:51:25 +01:00 |
|
Daniel J. Hofmann
|
aeee565115
|
Formats all the files we touch..
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
8126793b18
|
Don't need to actually create a vector, we just write out all speeds from 0-127
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
6a2592421c
|
Optimize encoding of speed values. Only store 0-127, so we can efficiently pack into a byte. Speed and is_tiny values are now shared, so tiles should be much smaller.
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
36adeec220
|
Remove unused tests.
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
22bf0ead18
|
We don't need this header.
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
b9dd6369d4
|
Remove draft tiler tool, we moved everything into
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
3d6c0ac512
|
Remove some commented out code that's not used any more.
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
95bf81f528
|
Add a bunch of comments.
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
56e35e8ef2
|
Remove GeoJSON based debugging output, we can now generate vector tiles with roughly the same data on-the-fly.
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
ae802a8a83
|
No need to send a back to the client, km/h are specific enough.
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
ee71d2fe5f
|
Don't need to static cast.
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
8dd2447cc5
|
Don't round until necessary, this keeps coordinates in much better positions.
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
3869ab6345
|
Use the correct type when pulling object from variant
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
26453af1b9
|
Add a distinct Buffer type for encoding binary data in JSON responses. Treated like a string, but allows other consumers (a-la node-osrm) to recognize and not break string encodings.
|
2016-03-01 23:51:25 +01:00 |
|
Daniel Patterson
|
5dc7b79bb6
|
Implements a vector tileserver so you can see what's going on inside
OSRM.
|
2016-03-01 23:51:25 +01:00 |
|
Daniel J. Hofmann
|
33403efc8e
|
Use XCode 7.3 on Travis
|
2016-03-01 23:50:43 +01:00 |
|
Patrick Niklaus
|
a0b4fcc05a
|
Remove last bits of GPX support code
|
2016-03-01 23:44:07 +01:00 |
|
Patrick Niklaus
|
82f7ab2ba5
|
Merge pull request #2038 from Project-OSRM/update/osmium_2.6.1
Update/osmium 2.6.1
|
2016-03-01 14:37:11 -05:00 |
|
Patrick Niklaus
|
505833a534
|
Remove #line checks, it seems to be dependent on the boost version
|
2016-03-01 19:19:31 +01:00 |
|
Patrick Niklaus
|
2557fb4f4d
|
Merge commit '8511256779228db8d2ffed7ccced2b53c70be248' as 'third_party/libosmium'
|
2016-03-01 17:56:55 +01:00 |
|
Patrick Niklaus
|
8511256779
|
Squashed 'third_party/libosmium/' content from commit 2282c84
git-subtree-dir: third_party/libosmium
git-subtree-split: 2282c8450bae55839372a2002db7ca754530d2fc
|
2016-03-01 17:56:55 +01:00 |
|
Patrick Niklaus
|
ae85d86d8f
|
Remove libosmium
|
2016-03-01 17:54:39 +01:00 |
|
Daniel J. Hofmann
|
042740877c
|
Update dependency script to libosmium 2.6.1
|
2016-03-01 17:10:20 +01:00 |
|
Daniel J. Hofmann
|
b787b993b6
|
Adapt contract cucumber tests to new argparser output
|
2016-03-01 16:43:34 +01:00 |
|
Daniel J. Hofmann
|
51ae14ec23
|
Extra ;
|
2016-03-01 16:43:34 +01:00 |
|
Daniel J. Hofmann
|
152f739527
|
Adapts test data Makefile to no longer pass parameters to osrm-contract
|
2016-03-01 16:43:34 +01:00 |
|
Daniel J. Hofmann
|
da88cb6a43
|
Extractor comments wrt. osrm-contract
|
2016-03-01 16:43:34 +01:00 |
|
Daniel J. Hofmann
|
52a8bb414c
|
Fixes Rakefile wrt. osrm-contract
|
2016-03-01 16:43:34 +01:00 |
|
Daniel J. Hofmann
|
a27902205b
|
Fixes spelling in changelog
|
2016-03-01 16:43:34 +01:00 |
|
Patrick Niklaus
|
7fb5b9886e
|
Fix test data prepare
|
2016-03-01 16:43:34 +01:00 |
|
Patrick Niklaus
|
8feb300d15
|
Add changelog entry for breakage
|
2016-03-01 16:43:34 +01:00 |
|
Patrick Niklaus
|
085bab749f
|
osrm-prepare -> osrm-contract
|
2016-03-01 16:43:34 +01:00 |
|
Daniel J. Hofmann
|
96a5e594b3
|
Removes profiles from osrm-prepare, only needed in osrm-extract. Fixes #1950.
|
2016-03-01 16:43:34 +01:00 |
|
Daniel J. Hofmann
|
04765d82ba
|
Fixes undefined behavior via One-Definition-Rule violations
Heuristic
find . -type f -name '*.hpp' |xargs ag -B 1 '^([^inline][a-zA-Z0-9_&\*::])+ (.*)\((.*)\)$'
|
2016-02-26 06:39:52 +01:00 |
|
Patrick Niklaus
|
47a9981571
|
Disabling style failing the tests for now
|
2016-02-25 01:08:23 +01:00 |
|
Daniel J. Hofmann
|
0b45678ccc
|
Adapts Travis to run the formatter script checking for violations
|
2016-02-25 01:07:00 +01:00 |
|
Daniel J. Hofmann
|
19ac465fa4
|
Provides a script to clang-format the repository in parallel
|
2016-02-25 00:53:30 +01:00 |
|
Patrick Niklaus
|
69bc8a8b22
|
Fix unpacking for self-loop nodes not in core. Fixes #1999
|
2016-02-21 01:38:06 +01:00 |
|
Patrick Niklaus
|
d0644bace9
|
Merge pull request #1998 from mortada/develop
fixed minor typos
|
2016-02-19 17:39:28 -05:00 |
|
Mortada Mehyar
|
aae02cd1be
|
fixed minor typos
|
2016-02-18 23:05:11 -05:00 |
|
Daniel J. Hofmann
|
47d56676f1
|
Don't bounds check by default in static rtree; fixes #1988
|
2016-02-17 18:20:27 -08:00 |
|
Dane Springmeyer
|
efbaaf2f84
|
Merge pull request #1994 from Project-OSRM/win-lock-types
include boost/thread/lock_types.hpp
|
2016-02-17 16:16:27 -08:00 |
|
bergwerkgis
|
d38575a011
|
include lock_types.hpp
|
2016-02-17 22:54:45 +01:00 |
|
Daniel J. Hofmann
|
908a9e9fa1
|
Reorders Travis builds by most likely failing one
|
2016-02-16 09:49:29 -08:00 |
|