osrm-backend/src/extractor
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
..
guidance Don't pass shared_ptr down to functions 2016-03-31 18:58:52 +02:00
compressed_edge_container.cpp Runs scripts/format.sh 2016-03-31 18:58:52 +02:00
edge_based_graph_factory.cpp Don't pass shared_ptr down to functions 2016-03-31 18:58:52 +02:00
extraction_containers.cpp First round of lat,lng -> lng,lat switcheroo 2016-03-31 18:58:52 +02:00
extractor_callbacks.cpp Runs scripts/format.sh 2016-03-31 18:58:52 +02:00
extractor.cpp Runs scripts/format.sh 2016-03-31 18:58:52 +02:00
graph_compressor.cpp Runs scripts/format.sh 2016-03-31 18:58:52 +02:00
raster_source.cpp Run clang-format 2016-01-08 01:31:57 +01:00
restriction_map.cpp Add namespace around all files 2016-01-08 01:30:52 +01:00
restriction_parser.cpp Transforms osrm_exception to exception 2016-02-12 15:46:24 -08:00
scripting_environment.cpp Fix travel mode passing from profiles up to the API 2016-03-31 18:58:52 +02:00