Patrick Niklaus
|
6b0b160f37
|
Don't pass shared_ptr down to functions
"Don’t pass a smart pointer as a function parameter unless you want to
use or manipulate the smart pointer itself, such as to share or transfer
ownership."
Source:
http://herbsutter.com/2013/06/05/gotw-91-solution-smart-pointer-parameters/
|
2016-03-31 18:58:52 +02:00 |
|
Daniel J. Hofmann
|
25bd7d6d30
|
Properly includes needed headers in turn analysis interface
|
2016-03-31 18:58:52 +02:00 |
|
Daniel J. Hofmann
|
5c6cbd2b10
|
Const-correctnes for compressed geometry iterator
|
2016-03-31 18:58:52 +02:00 |
|
Daniel J. Hofmann
|
32d5b6b1b7
|
Use stdint and using type-alias for discrete angle
|
2016-03-31 18:58:52 +02:00 |
|
Daniel J. Hofmann
|
458a1c8157
|
Hide functional road classification based on tags in implementation file
|
2016-03-31 18:58:52 +02:00 |
|
Daniel J. Hofmann
|
b45efeb4bd
|
Inline initialize functional road classification hash table
|
2016-03-31 18:58:52 +02:00 |
|
Daniel J. Hofmann
|
b5619e89c8
|
256 functional road classes should be enough
|
2016-03-31 18:58:52 +02:00 |
|
Daniel J. Hofmann
|
ea81866e28
|
Runs scripts/format.sh
|
2016-03-31 18:58:52 +02:00 |
|
Moritz Kobitzsch
|
9d1032a742
|
start of four way turns
|
2016-03-31 18:58:52 +02:00 |
|
Moritz Kobitzsch
|
a27f7326bd
|
improved fork handling
|
2016-03-31 18:58:52 +02:00 |
|
Moritz Kobitzsch
|
8322a7ccaf
|
bugfixing/classification
|
2016-03-31 18:58:52 +02:00 |
|
Patrick Niklaus
|
8c71239e48
|
Big Restructuring / Cleanup
|
2016-03-31 18:58:52 +02:00 |
|