Patrick Niklaus
|
e76d8df246
|
Fix tools to build with new graph reader interface
|
2015-05-28 15:18:48 +02:00 |
|
Patrick Niklaus
|
94d7fd9112
|
Adapt osrm-components to new FindEdge interface
|
2015-04-17 00:25:01 +02:00 |
|
Dennis Luxen
|
0d432f6377
|
fix comparison to recognize small components in a static graph
|
2015-04-16 16:11:06 +02:00 |
|
Dennis Luxen
|
4a0a0bac1d
|
clear right edge list after graph instantiation
|
2015-04-16 14:38:42 +02:00 |
|
Dennis Luxen
|
3bd27ae8c5
|
change copyright line from personal names to project
|
2015-02-19 09:19:51 +01:00 |
|
Dennis Luxen
|
9a998d7b41
|
rename short variable name to be more telling
|
2015-01-27 18:40:01 +01:00 |
|
Dennis Luxen
|
64a6859753
|
reduce number of old-style casts
|
2015-01-27 18:37:52 +01:00 |
|
Dennis Luxen
|
b20b7e65bf
|
renamed: Util/* -> util/*
|
2015-01-27 17:47:23 +01:00 |
|
Dennis Luxen
|
3fa12445a5
|
rename coordinate calculation functions, remove code clutter
|
2015-01-22 16:28:40 +01:00 |
|
Dennis Luxen
|
baacd0e50c
|
reformat source files
|
2015-01-22 12:24:54 +01:00 |
|
Dennis Luxen
|
db2ba22bd6
|
fix tests to run with new header coordinate_calculations
|
2015-01-20 17:56:50 +01:00 |
|
Dennis Luxen
|
fbce104f3b
|
use static graph for component exploration, closes #1288
|
2015-01-13 14:24:56 +01:00 |
|
Dennis Luxen
|
ef9074f8e4
|
renamed: Util/finger_print.* -> Util/fingerprint.*
thx @emiltin
|
2015-01-13 11:16:13 +01:00 |
|
Dennis Luxen
|
67f3111cc0
|
renamed: Util/FingerPrint.h -> Util/finger_print.hpp
|
2015-01-13 11:05:22 +01:00 |
|
Dennis Luxen
|
1328be2b61
|
move structs into anon namespace, move containers in function scope
|
2015-01-07 12:30:01 +01:00 |
|
Dennis Luxen
|
be63939441
|
fix includes
|
2015-01-06 13:35:36 +01:00 |
|
Dennis Luxen
|
25326b571b
|
renamed: Util/OSRMException.h -> Util/osrm_exception.hpp
|
2015-01-05 15:40:05 +01:00 |
|
Dennis Luxen
|
4b1224f874
|
fix copyright year
|
2014-12-23 14:38:04 +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
|
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
|
47a2271e27
|
copy edits:
|
2014-12-23 11:30:45 +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
|
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
|
4445f21e8a
|
renamed: Tools/* -> tools/*
|
2014-11-28 15:36:40 +01:00 |
|