Dennis Luxen
|
f42cc848d5
|
- correct number of components in compressed graph by number of removed nodes
- replace integer for loops by integer range-based loop
|
2014-12-23 14:51:25 +01:00 |
|
Dennis Luxen
|
4b1224f874
|
fix copyright year
|
2014-12-23 14:38:04 +01:00 |
|
Dennis Luxen
|
10bb2cce8e
|
count number of removed nodes as a private member variable in EdgeBasedGraphFactory
|
2014-12-23 14:37:01 +01:00 |
|
Dennis Luxen
|
8174b3b85a
|
output total number of compoments and those of size one
|
2014-12-23 14:33:38 +01:00 |
|
Dennis Luxen
|
71e2f2ed61
|
move SCC stats output out of algo implementation
|
2014-12-23 14:31:55 +01:00 |
|
Dennis Luxen
|
8d8724b3e1
|
use SCC code for exploration of components
|
2014-12-23 12:27:04 +01:00 |
|
Dennis Luxen
|
47f65ccba6
|
use restriction map in tiny components
|
2014-12-23 11:47:19 +01:00 |
|
Dennis Luxen
|
df0c1106ce
|
compile and link restriction map object to components and routes
|
2014-12-23 11:46:25 +01:00 |
|
Dennis Luxen
|
47a2271e27
|
copy edits:
|
2014-12-23 11:30:45 +01:00 |
|
Dennis Luxen
|
ea367a7f37
|
add better checks for forbidden routes
|
2014-12-22 18:12:47 +01:00 |
|
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 |
|