DennisOSRM
|
18c7aa7f89
|
Carrying turn instructions through Contractor
|
2011-11-15 11:40:29 +01:00 |
|
DennisOSRM
|
735b4e2db1
|
Renamed ImportEdge turn instruction getter function to turnInstruction()
|
2011-11-15 11:35:46 +01:00 |
|
DennisOSRM
|
f7326ca7f1
|
expanded _PathData struct to include name, turn instruction and length
|
2011-11-15 11:29:49 +01:00 |
|
DennisOSRM
|
647f054714
|
GPX export working with edge based routing
|
2011-11-15 11:21:37 +01:00 |
|
DennisOSRM
|
b6ddccc793
|
Removed superflous line-break
|
2011-11-15 11:18:28 +01:00 |
|
DennisOSRM
|
1e54b3e69a
|
Missing initialization of stxxl-vector
|
2011-11-15 11:08:44 +01:00 |
|
DennisOSRM
|
8f3de7d022
|
Removing KML descriptor from list of supported formats
|
2011-11-15 10:57:29 +01:00 |
|
DennisOSRM
|
d1436cce38
|
Added dummy initialization to ctor
|
2011-11-15 10:40:38 +01:00 |
|
DennisOSRM
|
97afa231ca
|
First working edge based version. Still missing: GPX export; Via Points;
origin,destination on same edge, descriptions
|
2011-11-14 19:36:31 +01:00 |
|
DennisOSRM
|
34e4ead885
|
Generation of edge based graph fixed.
|
2011-11-14 13:12:56 +01:00 |
|
DennisOSRM
|
afaca23f12
|
Backport from Monav
|
2011-11-14 13:12:22 +01:00 |
|
DennisOSRM
|
c6f6a7baed
|
Coding style adapted, removed locks on const (read-only) functions
|
2011-11-11 11:02:16 +01:00 |
|
DennisOSRM
|
25ac07f8a6
|
Merge branch 'master' of https://github.com/DennisOSRM/Project-OSRM
|
2011-11-09 16:21:44 +01:00 |
|
Project OSRM
|
1bac501cbd
|
Fixes ticket #23
|
2011-11-09 16:16:54 +01:00 |
|
DennisOSRM
|
f8135c56b7
|
Merge branch 'master' of https://github.com/DennisOSRM/Project-OSRM
|
2011-11-09 16:12:12 +01:00 |
|
DennisOSRM
|
eb9630251f
|
First set of changes toward edge-based graph
|
2011-11-09 16:12:05 +01:00 |
|
Project OSRM
|
08dd04a0d6
|
Changed prerequesite of boost libraries to 1.41
|
2011-11-04 10:05:02 -05:00 |
|
Project OSRM
|
a5c4d2102c
|
Merge pull request #20 from sivetic/master
Split PBF Parser into a single Read and a single Parse thread to increase parsing speed.
|
2011-11-03 09:09:19 -07:00 |
|
Dennis Luxen
|
3fcabb642e
|
Compile fixes if OpenMP is not available
|
2011-11-03 10:53:40 -05:00 |
|
Sasa Ivetic
|
63e8793c7f
|
Moved Concurrent Queue class into its own file
|
2011-10-14 12:02:40 -05:00 |
|
Sasa Ivetic
|
2a6275cf38
|
Split PBF Parser into a single Read and a single Parse thread to increase parsing speed.
|
2011-10-14 09:18:57 -05:00 |
|
DennisOSRM
|
43438dbfab
|
Adjusted coding style, inlined functions
|
2011-10-14 15:10:28 +02:00 |
|
DennisOSRM
|
eae9e95c66
|
Removed dead code
|
2011-10-14 15:04:57 +02:00 |
|
DennisOSRM
|
77c6a06c15
|
Graphloader translates external to internal node ids for binary osrm
files. Google sparsehash replaced by boost unordered map
|
2011-10-12 17:31:18 +02:00 |
|
DennisOSRM
|
3f49351d38
|
New Constructor allows construction of empty graph
|
2011-10-10 18:56:01 +02:00 |
|
DennisOSRM
|
c1e0387f3b
|
Operator inlined to ease compile woes
|
2011-10-10 18:55:25 +02:00 |
|
DennisOSRM
|
52430b0180
|
More flexible build script
|
2011-10-10 18:54:34 +02:00 |
|
DennisOSRM
|
cc737e54d4
|
Global functions inlined to ease compile trouble
|
2011-10-10 18:54:05 +02:00 |
|
DennisOSRM
|
a9f9857ab8
|
Making global functions inline to ease compile trouble
|
2011-10-10 18:53:14 +02:00 |
|
DennisOSRM
|
d7f82db8bd
|
Removing superflous member.
|
2011-10-10 18:52:00 +02:00 |
|
DennisOSRM
|
4e2be10574
|
Updated dependencies
|
2011-10-10 17:52:47 +02:00 |
|
DennisOSRM
|
4e3f975221
|
Fixing signed/unsigned comparison
|
2011-10-10 15:00:08 +02:00 |
|
DennisOSRM
|
5274af7730
|
Small performance fixes
|
2011-10-08 20:37:16 +02:00 |
|
Project OSRM
|
1fb34be11e
|
removed linebreak.
|
2011-10-07 18:38:54 +03:00 |
|
Project OSRM
|
5e1f621c50
|
Removed linebreak
|
2011-10-07 18:19:43 +03:00 |
|
Project OSRM
|
9091c8702d
|
Removing superflous statement.
|
2011-10-07 17:44:03 +03:00 |
|
Project OSRM
|
a2389d741e
|
Merge pull request #19 from sivetic/master
Fixed intermediate dir in vcprojects
|
2011-10-06 02:48:38 -07:00 |
|
Sasa Ivetic
|
7541a614b0
|
Copy speedprofile.ini for Release build of extractor
|
2011-10-05 12:54:09 -05:00 |
|
Sasa Ivetic
|
2f2b1f874a
|
Fixed IntermediateDirectory in createHiearchy.vcproj
|
2011-10-05 12:48:37 -05:00 |
|
Project OSRM
|
c3125c2e5e
|
Merge pull request #18 from sivetic/master
Pull request for AUTHORS.TXT
|
2011-10-05 10:44:00 -07:00 |
|
Sasa Ivetic
|
3a8ed01b8f
|
Merge branch 'master' of git://github.com/DennisOSRM/Project-OSRM
|
2011-10-05 12:31:40 -05:00 |
|
Sasa Ivetic
|
35a2dad993
|
Added myself to author list as per Dennis' request
|
2011-10-05 12:24:06 -05:00 |
|
Sasa Ivetic
|
9f04305c12
|
Fixed available sys memory calc to work in KBs. Changed to boost::uint64_t for Visual C++ compilation
|
2011-10-06 01:20:41 +08:00 |
|
Sasa Ivetic
|
a69d378b84
|
Added files necessary for Windows compilation with Visual Studio 2008
|
2011-10-06 01:16:50 +08:00 |
|
Sasa Ivetic
|
a9ce528744
|
Added Visual Studio/.stxxl/lib files to ignore
|
2011-10-06 01:14:18 +08:00 |
|
DennisOSRM
|
aae7027ac6
|
No hardcoded speedprofile anymore
|
2011-10-05 19:08:27 +02:00 |
|
DennisOSRM
|
0745341d49
|
Getting debug output displayed right
|
2011-10-05 18:35:25 +02:00 |
|
Sasa Ivetic
|
68ecc270f7
|
Added Visual Studio/.stxxl/lib files to ignore
|
2011-10-05 11:20:58 -05:00 |
|
Sasa Ivetic
|
5132c84dfa
|
Merged for loop changes pulled down from upstream
|
2011-10-05 11:19:50 -05:00 |
|
Sasa Ivetic
|
0ec648217a
|
Added files necessary for Windows compilation with Visual Studio 2008
|
2011-10-05 11:04:57 -05:00 |
|