Dennis Luxen
|
f6f0f1fb72
|
fix signed/unsigned comparison in assertion
|
2014-07-11 14:04:09 +02:00 |
|
Dennis Luxen
|
218c810860
|
rename variable in XMLParser to make sure its name reflects the actual content
|
2014-07-11 14:03:38 +02:00 |
|
Dennis Luxen
|
c836b6df3b
|
fix SCC computation in debug mode by clearing a vector
|
2014-07-11 14:01:28 +02:00 |
|
Dennis Luxen
|
637bab29c6
|
transform negative numbers to positives by *(-1)
|
2014-07-11 14:00:33 +02:00 |
|
Dennis Luxen
|
0061b3fcbf
|
remove unneeded member in Extractor, move to function scope
|
2014-07-11 10:10:50 +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 |
|
Dennis Luxen
|
7047610a45
|
header untangling
|
2014-07-10 15:17:57 +02:00 |
|
Dennis Luxen
|
903d6f9e12
|
make instance of Prepare object an rvalue, remove dead code
|
2014-07-10 15:08:55 +02:00 |
|
Dennis Luxen
|
7d61bb2868
|
Merge branch 'dmbreaker-feature/prepare' into develop
|
2014-07-10 15:07:24 +02:00 |
|
Dennis Luxen
|
def7164cad
|
Merge branch 'feature/prepare' of https://github.com/dmbreaker/Project-OSRM into dmbreaker-feature/prepare
|
2014-07-10 15:07:15 +02:00 |
|
Dennis Luxen
|
fc399e01fe
|
explicitly cast segment length from float to int
|
2014-07-10 15:06:20 +02:00 |
|
Dennis Luxen
|
ffdc3eee2d
|
use proper float literal instead of implicit cast from int
|
2014-07-10 15:01:38 +02:00 |
|
Dennis Luxen
|
1f6f44ab01
|
include untangling of Extractor
|
2014-07-10 14:45:59 +02:00 |
|
Dennis Luxen
|
19740758c9
|
Merge branch 'dmbreaker-feature/extractor' into develop
|
2014-07-10 14:32:20 +02:00 |
|
Dennis Luxen
|
f618660d24
|
Merge branch 'feature/extractor' of https://github.com/dmbreaker/Project-OSRM into dmbreaker-feature/extractor
|
2014-07-10 14:32:09 +02:00 |
|
Dennis Luxen
|
f50dbe298a
|
properly initialize variable
|
2014-07-10 14:03:20 +02:00 |
|
Dennis Luxen
|
c324fbace4
|
path searches were pruned too early, fixes #1117
|
2014-07-10 13:56:36 +02:00 |
|
Dennis Luxen
|
d05152af71
|
Merge pull request #1109 from DennisOSRM/fix/update_rspec_style
update rspec matchers to use expect()
|
2014-07-05 15:40:37 +02:00 |
|
Dennis Luxen
|
bf228b4ae4
|
fix integer range to have correct end
|
2014-07-04 17:41:56 +02:00 |
|
Dennis Luxen
|
ba0c17e287
|
make sure all node-based edges are serialized in forward fashion
|
2014-07-04 17:33:18 +02:00 |
|
Dennis Luxen
|
6cfbd4cefe
|
fix unpacking of local path
|
2014-07-04 17:31:22 +02:00 |
|
Dennis Luxen
|
e17a2e79a0
|
use range based for w/ integer ranges where possible
|
2014-07-04 17:23:45 +02:00 |
|
Dennis Luxen
|
72d709ae6c
|
use explicit NodeID type in SharedDataFacade
|
2014-07-04 17:20:04 +02:00 |
|
Dennis Luxen
|
08ca450c40
|
change simplified graph loader to return a list of coordinates
|
2014-07-04 17:19:01 +02:00 |
|
dmbreaker
|
a2951659ac
|
prepare.cpp refactoring
|
2014-07-03 15:29:15 +04:00 |
|
dmbreaker
|
3a6af3810f
|
One more blank line.
|
2014-07-03 10:23:43 +04:00 |
|
dmbreaker
|
3973554f07
|
Added blank lines between includes.
|
2014-07-03 10:23:43 +04:00 |
|
dmbreaker
|
718cba2e36
|
Trying to fix win-build
|
2014-07-03 10:23:43 +04:00 |
|
dmbreaker
|
d2a70d1504
|
Removed pragma, reorganized includes.
|
2014-07-03 10:23:43 +04:00 |
|
dmbreaker
|
4bc847ac42
|
extractor.cpp refactored a bit
|
2014-07-03 10:23:43 +04:00 |
|
Dennis Luxen
|
c3621edf9c
|
refactor DynamicGraph to use integer ranges where possible
|
2014-07-02 16:58:19 +02:00 |
|
Dennis Luxen
|
a64f2de9e1
|
add function to add a node into DynamicGraph
|
2014-07-02 15:27:09 +02:00 |
|
Dennis Luxen
|
ce684cf9d4
|
fixes #1110, linker issues on CentOS
|
2014-07-02 14:38:02 +02:00 |
|
Dennis Luxen
|
1d1be10f16
|
add functions to load graph into simplified data structures
|
2014-07-02 14:36:20 +02:00 |
|
Dennis Luxen
|
a09f97c9d5
|
remove OpenMP library linking
|
2014-07-02 14:34:44 +02:00 |
|
Dennis Luxen
|
48da2d2dfb
|
add some comment to datastore
|
2014-07-02 11:21:34 +02:00 |
|
Dennis Luxen
|
36c0edea2a
|
collapse if statement in datastore
|
2014-07-02 11:18:45 +02:00 |
|
Dennis Luxen
|
3568dc2083
|
use auto keyword to make code more legible
|
2014-07-02 11:07:29 +02:00 |
|
Dennis Luxen
|
51ad72a432
|
remove superflous include
|
2014-07-02 11:06:55 +02:00 |
|
Dennis Luxen
|
9ce970df8f
|
use default keyword to get rid of compiler warning of not returning a value in a non-void function
|
2014-07-01 16:51:18 +02:00 |
|
Dennis Luxen
|
cfa4d80dd7
|
make comparion of loop safe against underflows
|
2014-07-01 16:30:05 +02:00 |
|
Dennis Luxen
|
885cd05f1a
|
fix data race in SimpleLogger by making state indicator variable atomic
|
2014-07-01 16:15:56 +02:00 |
|
Dennis Luxen
|
21188725d5
|
apply a bit of code refactoring to SCC implementation
|
2014-07-01 15:16:41 +02:00 |
|
Dennis Luxen
|
70f257b62f
|
add BUILD_TOOLS flag, retire WITH_TOOLS soon
|
2014-07-01 15:16:41 +02:00 |
|
Dennis Luxen
|
e8fb8e13df
|
deactivate unused code
|
2014-07-01 15:16:41 +02:00 |
|
Dennis Luxen
|
7b7b93e9ba
|
remove debug.bin generation
|
2014-07-01 15:16:41 +02:00 |
|
Dennis Luxen
|
4014da3cc5
|
make facade d'tors virtual
|
2014-07-01 14:26:29 +02:00 |
|
Dennis Luxen
|
410120adee
|
close LUA context to avoid memory leak on shutdown
|
2014-07-01 14:26:02 +02:00 |
|
Dennis Luxen
|
a98e65aa1e
|
make variables const
|
2014-07-01 13:27:08 +02:00 |
|