.. |
Azimuth.h
|
move Azimuth.h to C++11
|
2014-05-07 10:39:34 +02:00 |
BoostFileSystemFix.h
|
fix #1021, always check if files exist
|
2014-05-20 14:33:03 +02:00 |
ComputeAngle.h
|
move atan2 lookup into trig header
|
2014-05-20 14:33:02 +02:00 |
ContainerUtils.h
|
use auto keyword to deduce types automatically
|
2014-06-18 10:59:43 +02:00 |
DataStoreOptions.h
|
implements #947, free osrm-datastore's shared memory
|
2014-05-27 18:14:43 +02:00 |
FingerPrint.cpp.in
|
use std::memcpy instead of std::copy (avoid checked iterators assertions)
|
2014-06-11 18:38:02 +06:00 |
FingerPrint.h
|
Globally rename UUID to FingerPrint
|
2014-06-05 10:31:19 +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
|
safeguard: do not read/write 0 bytes (iostream)
|
2014-06-05 23:16:19 +06:00 |
IniFileUtil.h
|
revert to old boost based regex as GCC does not properly implement it prior to GCC 4.90
|
2014-05-20 14:33:03 +02:00 |
LuaUtil.h
|
remove whitespace
|
2014-05-13 12:41:40 +02:00 |
MachineInfo.h
|
reformat MachineInfo.h
|
2014-05-07 11:38:22 +02:00 |
MercatorUtil.h
|
replace fp divisions by multiplications
|
2014-06-17 12:50:29 +02:00 |
OSRMException.h
|
reformat OSRMException.h
|
2014-05-07 11:55:29 +02:00 |
ProgramOptions.h
|
remove unused variable
|
2014-05-20 14:33:03 +02:00 |
SimpleLogger.h
|
explicitly cast from int to bool
|
2014-06-11 17:44:50 +02:00 |
StdHashExtensions.h
|
add a hash combine implementation that has some minor performance guarantees
|
2014-06-25 18:50:46 +02:00 |
StringUtil.h
|
Fix printInt when value=INT_MIN (was overflowing)
|
2014-06-24 17:18:52 +02:00 |
TimingUtil.h
|
Use TimingUtil.h for all time measurement,
|
2014-06-04 19:52:34 +06:00 |
TrigonometryTables.h
|
Avoid constexpr by #ifdef (not supported in MSVC18)
|
2014-06-11 18:15:16 +06:00 |