Patrick Niklaus
|
6e16eab6ec
|
Format with clang-format 3.8
|
2016-05-27 21:05:04 +02:00 |
|
Michael Krasnyk
|
4363fd64c4
|
Fix for PhantomNode packing in MSVC
Changed bool to uint32_t in bit fields to have 4-byte packings for 32 bits:
"c++ compilers will allocate bit-fields in memory as follows:
several consecutive bit-field members of the same type will
be allocated sequentially. As soon as a new type needs to be allocated,
it will be aligned with the beginning of the next logical memory block."
References:
- https://msdn.microsoft.com/en-us/library/ewwyfdbe.aspx
- http://stackoverflow.com/questions/308364/c-bitfield-packing-with-bools/308383#308383
|
2016-04-24 14:06:48 +02:00 |
|
Patrick Niklaus
|
32a3651231
|
Changed windows encoded size to 104
|
2016-04-12 18:11:08 +02:00 |
|
Patrick Niklaus
|
621ed970da
|
Fix assertions about hint size for windows
|
2016-04-12 18:11:08 +02:00 |
|
Daniel J. Hofmann
|
4441381042
|
Mismatched tag in fwd decl
|
2016-04-05 22:59:14 +02:00 |
|
Daniel J. Hofmann
|
3c5f6bd8ac
|
Makes hint Equatable and Printable for tests
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
79cf1880fc
|
Adapts Hint encoding and decoding to new fixed data facade
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
d67ce81438
|
Fix hint size
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
29fff4f51b
|
implements relative position feature based on coordinates
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
298f68c966
|
Adds the license preamble for all publicly installed eaders, closes #2036
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
0b3289ea37
|
Remove the encoder/decoder dependecy from Hint
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
d9d4742130
|
First round of lat,lng -> lng,lat switcheroo
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
3d6e9da115
|
Fix missing headers in hint.hpp
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
f3e72623e9
|
Add viaroute suport for new API
|
2016-04-05 22:58:32 +02:00 |
|