..
Azimuth.h
move Azimuth.h to C++11
2014-05-07 10:39:34 +02:00
BoostFileSystemFix.h
Revert "remove implicitly defined inline keywords from header-implemented functions in Util/ headers"
2014-11-17 14:58:36 +01:00
cast.hpp
move casts from/to string into static class
2014-10-08 14:47:22 +02:00
compute_angle.cpp
refactor angle computation into class/compile unit
2014-10-10 18:47:28 +02:00
compute_angle.hpp
refactor angle computation into class/compile unit
2014-10-10 18:47:28 +02:00
container.hpp
Revert "remove implicitly defined inline keywords from header-implemented functions in Util/ headers"
2014-11-17 14:58:36 +01:00
DataStoreOptions.h
Revert "remove implicitly defined inline keywords from header-implemented functions in Util/ headers"
2014-11-17 14:58:36 +01:00
FingerPrint.cpp.in
remove compile-time time stamps, rely on git SHA instead, fixes #1229
2014-10-17 10:57:00 +02:00
FingerPrint.h
Rename NodeInfo -> QueryNode
2014-11-17 14:58:37 +01:00
floating_point.hpp
rewrite NumericUtils into floating_point.hpp
2014-10-10 18:18:56 +02:00
GitDescription.cpp.in
License change to (simplified) 2-clause BSD. Good riddance, AGPL
2013-10-14 13:42:28 +02:00
GitDescription.h
install lib header files with make install target
2013-12-17 17:59:44 +01:00
GraphLoader.h
Rename NodeInfo -> QueryNode
2014-11-17 14:58:37 +01:00
IniFileUtil.h
Revert "remove implicitly defined inline keywords from header-implemented functions in Util/ headers"
2014-11-17 14:58:36 +01:00
json_renderer.hpp
move JSON rendering code out of container header file. prerequesite to #1261
2014-11-20 15:26:30 +01:00
LuaUtil.h
Revert "remove implicitly defined inline keywords from header-implemented functions in Util/ headers"
2014-11-17 14:58:36 +01:00
make_unique.hpp
unique_ptr<T> should be unique_ptr<T[]> when used with array
2014-10-02 19:26:57 +02:00
MercatorUtil.h
use double precision fp math for mercartor projection and point-line projections (for now), fixes #1191
2014-10-09 18:58:58 +02:00
OSRMException.h
reformat OSRMException.h
2014-05-07 11:55:29 +02:00
ProgramOptions.h
Revert "remove implicitly defined inline keywords from header-implemented functions in Util/ headers"
2014-11-17 14:58:36 +01:00
range_algorithms.hpp
remove implicitly defined inline keywords from header-implemented functions in Util/ headers
2014-11-17 14:58:36 +01:00
range.hpp
remove implicitly defined inline keywords from header-implemented functions in Util/ headers
2014-11-17 14:58:36 +01:00
simple_logger.cpp
fix short variable names
2014-11-20 15:06:48 +01:00
simple_logger.hpp
add mutex include
2014-10-10 19:38:59 +02:00
StdHashExtensions.h
replace inline with anonynmous namespace to avoid duplicate symbols during linking
2014-10-15 15:15:40 +02:00
StringUtil.h
Revert "remove implicitly defined inline keywords from header-implemented functions in Util/ headers"
2014-11-17 14:58:36 +01:00
TimingUtil.h
Revert "Revert "Bring general sketch commits upstream""
2014-10-29 00:33:43 +01:00
TrigonometryTables.h
Revert "Revert "Bring general sketch commits upstream""
2014-10-29 00:33:43 +01:00
xml_renderer.hpp
use JSON container to hold all intermediate results:
2014-11-24 15:15:57 +01:00