Dennis Luxen
|
c28c441e77
|
renamed: Contractor.h -> contractor.hpp
|
2014-11-27 19:07:59 +01:00 |
|
Dennis Luxen
|
5e2462e061
|
renamed: DataStructures/RestrictionMap.cpp -> DataStructures/restriction_map.cpp
renamed: DataStructures/RestrictionMap.h -> DataStructures/restriction_map.hpp
|
2014-11-27 18:38:21 +01:00 |
|
Dennis Luxen
|
5c0eb4772d
|
renamed: Util/LuaUtil.h -> Util/lua_util.hpp
|
2014-11-27 18:31:01 +01:00 |
|
Dennis Luxen
|
ef8706b4e1
|
fix inconsistencies with integer and iterator range header files, closes #1296
|
2014-11-27 09:54:57 +01:00 |
|
Dennis Luxen
|
7629e44e4c
|
renamed: Algorithms/IteratorBasedCRC32.h -> Algorithms/crc32_processor.hpp
|
2014-11-20 16:17:49 +01:00 |
|
Dennis Luxen
|
9a0581ea7f
|
Merge pull request #1159 from Project-OSRM/feature/libosmium
parallelizing profile calls and porting lib osmium to Windows
|
2014-11-20 10:20:09 +01:00 |
|
Patrick Niklaus
|
d3ca080729
|
Fix windows build.
|
2014-11-18 11:52:39 +01:00 |
|
Patrick Niklaus
|
7658031784
|
Fix ignored config file. Fixes issue #1276.
|
2014-11-18 00:43:38 +01:00 |
|
Dennis Luxen
|
0d7141ce5b
|
Rename NodeInfo -> QueryNode
|
2014-11-17 14:58:37 +01:00 |
|
Dennis Luxen
|
b095aae5ce
|
some minor include untangling
|
2014-10-21 19:05:56 +02:00 |
|
Dennis Luxen
|
42e726dec5
|
reformat according to styleguide
|
2014-10-16 17:49:10 +02:00 |
|
Dennis Luxen
|
4b6cb0b8b8
|
replace raw ptrs with std::unique_ptr<> in Prepare
|
2014-10-16 12:10:12 +02:00 |
|
Dennis Luxen
|
b890d394ad
|
Add range based CRC32 computation for iterable objects
|
2014-10-13 18:18:15 +02:00 |
|
Dennis Luxen
|
274140d309
|
refactor SimpleLogger into simple_logger compile unit
|
2014-10-10 19:32:49 +02:00 |
|
Dennis Luxen
|
5dbda8f519
|
refactoring of IteratorBasedCRC32, fixes #1140
|
2014-08-14 17:12:58 +02:00 |
|
Dennis Luxen
|
6f01f580ca
|
fix several errors reported by OCLint:
- rename variable with short name
- fix inverted logic
- rename members in SpeedProfile
|
2014-08-13 11:02:36 +02:00 |
|
Dennis Luxen
|
27d729baf0
|
use a return value in Prepare::BuildEdgeExpandedGraph instead of parameter re-assignment
|
2014-08-08 13:00:39 +02:00 |
|
Dennis Luxen
|
d408a64c8c
|
rename variable to have a longer, more telling name in Prepare
|
2014-08-08 12:41:57 +02:00 |
|
Dennis Luxen
|
c2877a0c22
|
use std::shared_ptr instead of raw ptr
|
2014-08-07 13:40:43 +02:00 |
|
Dennis Luxen
|
251fc3ec68
|
apply some more constness
|
2014-08-07 12:02:57 +02:00 |
|
Dennis Luxen
|
b03d9fe987
|
replace INT_MAX by proper typedef
|
2014-08-07 12:01:31 +02:00 |
|
Dennis Luxen
|
d4bf02c882
|
replace boost integer range
|
2014-08-05 17:19:09 +02:00 |
|
Dennis Luxen
|
2bebed44ff
|
use stxxl as external data store instead of hand-rolled code in /tmp
|
2014-07-28 15:58:50 +02:00 |
|
Dennis Luxen
|
a6ab042078
|
use parallel sorting for DeallocatingVector
|
2014-07-18 11:37:07 +02:00 |
|
Dennis Luxen
|
2a19ded9d5
|
reformat Prepare.h/cpp with clang-format
|
2014-07-10 15:24:30 +02:00 |
|
Dennis Luxen
|
bda9de0775
|
use boost::irange and range based for loop
|
2014-07-10 15:22:02 +02:00 |
|
dmbreaker
|
a2951659ac
|
prepare.cpp refactoring
|
2014-07-03 15:29:15 +04:00 |
|