Dennis Luxen
|
7dac8c621c
|
fix a couple of OCLint warning, i.e. short variable names and useless parantheses
|
2014-05-30 10:01:55 +02:00 |
|
Dennis Luxen
|
0c7f996de6
|
use std numeric limits instead of climits
|
2014-05-09 19:22:38 +02:00 |
|
Dennis Luxen
|
0fccd0f0d2
|
refactor Extractor/
|
2014-05-09 16:17:31 +02:00 |
|
Dennis Luxen
|
046fe93f1f
|
refactor ExtractorStructs.h for faster compiles. achieves approx. 10 secs
|
2014-01-09 16:13:35 +01:00 |
|
Dennis Luxen
|
dbe70ffc8a
|
save 4 bytes per internal edge
|
2014-01-08 17:11:31 +01:00 |
|
DennisOSRM
|
41f3f53540
|
move includes to include/osrm
|
2013-12-20 13:12:56 +01:00 |
|
Dennis Luxen
|
fd2f000075
|
install lib header files with make install target
|
2013-12-17 17:59:44 +01:00 |
|
Dennis Luxen
|
510cc22484
|
Refactor name of legacy class _Node into more telling name ExternalMemoryNode
|
2013-11-12 18:23:09 -05:00 |
|
Dennis Luxen
|
29499f21c5
|
License change to (simplified) 2-clause BSD. Good riddance, AGPL
|
2013-10-14 13:42:28 +02:00 |
|
Dennis Luxen
|
d24ba6d13d
|
Mild perfomance fixed for PBF extraction
|
2013-08-16 17:09:27 +02:00 |
|
Dennis Luxen
|
4748bca8a4
|
Refactoring _Coordinate class
|
2013-08-14 13:12:28 +02:00 |
|
Dennis Luxen
|
e06fe6935a
|
refactor Hashtable
|
2013-08-06 16:39:04 +02:00 |
|
Dennis Luxen
|
e5f0ad4f0b
|
Use boost timer to provide platform independent timing
|
2013-08-06 14:27:36 +02:00 |
|
Dennis Luxen
|
13f5baf608
|
Moving node data structure into more meaningful class name
|
2013-08-05 19:35:47 +02:00 |
|
Dennis Luxen
|
2c397bfa0b
|
First implementation of moving the algorithmic core into a library
|
2013-06-26 19:48:02 -04:00 |
|
DennisOSRM
|
3d1a85bbea
|
Fixing compilation issues on various compilers, i.e. old GCC, clang,
ICPC
|
2013-02-10 18:18:39 +01:00 |
|
DennisOSRM
|
348e656671
|
Merge branch 'feature/opposite_direction' into develop
|
2013-02-04 18:38:15 +01:00 |
|
DennisOSRM
|
59481dd762
|
Adding duration member to way
|
2013-01-27 23:05:27 +01:00 |
|
DennisOSRM
|
e6e5626a2c
|
Implementing logic when route is going against one-way flow (think
bikes!)
|
2013-01-27 14:36:56 +01:00 |
|
DennisOSRM
|
b069725df0
|
Support for backward speed in extractor
|
2013-01-27 14:36:56 +01:00 |
|
DennisOSRM
|
2b5e110719
|
Splitting utility header with ambigious name into two files with better
names
|
2013-01-06 19:03:04 +01:00 |
|
DennisOSRM
|
8fc8a4e303
|
Removing last remaining 'using namespace std' statement
|
2012-12-29 21:02:26 +01:00 |
|
DennisOSRM
|
6f8148950e
|
Speeding up parsing of car profile by about 30%
|
2012-11-12 17:00:36 +01:00 |
|
Dennis Luxen
|
ac15c787cc
|
Further refactorings
|
2012-11-12 10:59:13 +01:00 |
|
DennisOSRM
|
4c2c1f519c
|
Minor code cleanup
|
2012-08-30 17:01:54 +02:00 |
|
DennisOSRM
|
e43d27e86d
|
Implements way parsing through LUA scripting engine, implements issue #1
|
2012-08-30 16:59:41 +02:00 |
|
DennisOSRM
|
87df312a9d
|
Removing Adress data type that is not needed during extraction
|
2012-08-29 18:43:08 +02:00 |
|
DennisOSRM
|
1fdfac4aaf
|
Refactoring extraction stuff
|
2012-08-27 17:40:59 +02:00 |
|