Dennis Luxen
|
f4b192e33c
|
simplify code
|
2014-12-22 18:12:18 +01:00 |
|
Dennis Luxen
|
a5c824f694
|
adapt tiny_components.hpp to have the same interface as bfs_components.hpp
|
2014-12-22 16:43:57 +01:00 |
|
Dennis Luxen
|
ccc4607d6d
|
renamed: Util/GraphLoader.h -> Util/graph_loader.hpp
|
2014-12-22 16:09:01 +01:00 |
|
Dennis Luxen
|
4ec41392f7
|
code cleanup in graph loading function
|
2014-12-22 16:03:22 +01:00 |
|
Dennis Luxen
|
5f2b2cd0f7
|
remove dead code
|
2014-12-22 15:53:11 +01:00 |
|
Dennis Luxen
|
361e3ca356
|
fix a copy&paste oversight, fixes #1319
remove UINT_MAX
|
2014-12-22 15:11:37 +01:00 |
|
Dennis Luxen
|
13bf4fab32
|
make implementation of restriction map independent of graph type
|
2014-12-19 16:46:12 +01:00 |
|
Dennis Luxen
|
4b583e8ce9
|
replace insecure std::rand by C++11's random number generation
fixes coverity issue 1248916 Don't call
|
2014-12-19 10:59:12 +01:00 |
|
Dennis Luxen
|
d31c6fe286
|
fix coverity issue 1258907 Division or modulo by float zero
|
2014-12-19 10:49:33 +01:00 |
|
Dennis Luxen
|
79de97d814
|
move application logic, i.e. shape file generation, from SCC traversal class to calling tool code
|
2014-12-18 18:14:14 +01:00 |
|
Dennis Luxen
|
1c5d093b59
|
Revert "catch uncaught exception"
This reverts commit ecff2beafa .
|
2014-12-18 16:42:14 +01:00 |
|
Dennis Luxen
|
ecff2beafa
|
catch uncaught exception
|
2014-12-18 16:11:49 +01:00 |
|
Dennis Luxen
|
7e0b19c43d
|
renamed Util/StdHashExtensions.h -> Util/std_hash.hpp
|
2014-12-18 10:09:31 +01:00 |
|
Dennis Luxen
|
2ebe2faa74
|
renamed Util/TimingUtil.h -> Util/timing_util.hpp
|
2014-12-17 17:33:31 +01:00 |
|
Dennis Luxen
|
aec1451168
|
add workaround for Windows build issues.
|
2014-12-17 16:24:43 +01:00 |
|
Dennis Luxen
|
38251aa513
|
construct RequestParser object on demand
pass CompressionType refs instead of ptrs to parser
|
2014-12-17 15:48:33 +01:00 |
|
Dennis Luxen
|
d92e8ca8d2
|
remove unneeded function
|
2014-12-17 15:09:07 +01:00 |
|
Dennis Luxen
|
2e5876d488
|
add lock_guard to protect against data races in initialization of scripting environment
rename function names to reduce camel case noise
|
2014-12-17 14:34:23 +01:00 |
|
Dennis Luxen
|
3dddd16ec7
|
bump osmium version
|
2014-12-17 11:19:08 +01:00 |
|
Dennis Luxen
|
40ff7ad999
|
update speed profile from external calibration data
|
2014-12-17 11:02:04 +01:00 |
|
Dennis Luxen
|
cb79f769c9
|
Merge pull request #1312 from joto/const
Some cleanups in the extractor code.
|
2014-12-12 17:10:47 -08:00 |
|
Jochen Topf
|
e95feff016
|
Use 'const' where possible in extractor and simplify iterator loop.
|
2014-12-13 00:23:41 +01:00 |
|
Jochen Topf
|
f65b32c1af
|
Use atomics for counters.
|
2014-12-13 00:16:32 +01:00 |
|
Dennis Luxen
|
46dd9b9887
|
remove duplicated paths
|
2014-12-13 00:09:25 +01:00 |
|
Dennis Luxen
|
4445f21e8a
|
renamed: Tools/* -> tools/*
|
2014-11-28 15:36:40 +01:00 |
|
Dennis Luxen
|
00d3676a20
|
renamed: RoutingAlgorithms/* routing_algorithms/
|
2014-11-28 15:33:41 +01:00 |
|
Dennis Luxen
|
0f7cb12e97
|
renamed: ThirdParty/* -> third_party/*
|
2014-11-28 15:22:26 +01:00 |
|
Dennis Luxen
|
8485e02c00
|
renamed: Plugins/* -> plugins/*
|
2014-11-28 15:14:13 +01:00 |
|
Dennis Luxen
|
ae7300f9b4
|
renamed: extractor.cpp -> extract.cpp
renamed: Extractor/* -> extractor/
|
2014-11-28 15:00:48 +01:00 |
|
Dennis Luxen
|
fc796539e8
|
deleted: Docs/webclient.txt
|
2014-11-28 14:39:28 +01:00 |
|
Dennis Luxen
|
1d8c43b445
|
renamed: Descriptors/* -> descriptors/*
|
2014-11-28 14:36:38 +01:00 |
|
Dennis Luxen
|
58de37e822
|
renamed: DataStructures/* -> data_structures/*
|
2014-11-28 12:15:31 +01:00 |
|
Dennis Luxen
|
7b3a0c5105
|
renamed: Contractor/* -> contractor/*
|
2014-11-28 10:30:21 +01:00 |
|
Dennis Luxen
|
592034653c
|
renamed: Benchmarks/* -> benchmarks/*s
|
2014-11-28 10:15:27 +01:00 |
|
Dennis Luxen
|
8d9f830c53
|
change includes to lower case algorithms/
|
2014-11-28 10:12:08 +01:00 |
|
Dennis Luxen
|
d8eea0ce0e
|
renamed: Algorithms/* -> algorithms/*
|
2014-11-28 10:07:06 +01:00 |
|
Dennis Luxen
|
c28c441e77
|
renamed: Contractor.h -> contractor.hpp
|
2014-11-27 19:07:59 +01:00 |
|
Dennis Luxen
|
1391420699
|
renamed: ../Benchmarks/StaticRTreeBench.cpp -> ../Benchmarks/static_rtree.cpp
|
2014-11-27 19:04:30 +01:00 |
|
Dennis Luxen
|
c0be751ef4
|
renamed: DataStructures/SegmentInformation.h -> DataStructures/segment_information.hpp
|
2014-11-27 18:54:20 +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
|
acd1919e8d
|
renamed: Util/Azimuth.h -> Util/bearing.hpp
|
2014-11-26 16:55:18 +01:00 |
|
Dennis Luxen
|
459e2a322b
|
cast computed way in a proper way, add a static assertion to check for file types via traits
|
2014-11-26 12:05:55 +01:00 |
|
Dennis Luxen
|
e62caf33aa
|
Merge pull request #1294 from alex85k/appveyor
update appveyor.yml (newer libraries, algorithm-tests)
|
2014-11-26 09:46:05 +01:00 |
|
alex85k
|
72fd0f3d41
|
update appveyor.yml (newer libraries, algorithm-tests)
|
2014-11-26 12:38:04 +03:00 |
|
Dennis Luxen
|
032c21c545
|
fix mixed up include header <numeric> <-> <cmath>
|
2014-11-25 14:52:21 +01:00 |
|
Dennis Luxen
|
b391daac6d
|
use C++11's std::round from <numeric> instead of C-style round from cstdlib
|
2014-11-25 14:49:33 +01:00 |
|
Dennis Luxen
|
8cb6959e3f
|
untangle includes
|
2014-11-24 15:51:52 +01:00 |
|
Dennis Luxen
|
49c817a60e
|
remove redundant clear() calls in Extractor.cpp
|
2014-11-24 15:42:55 +01:00 |
|