Skip to content

Commit 7cc9f50

Browse files
author
Dennis Luxen
committed
reflecting new releases and dependencies
1 parent e82216e commit 7cc9f50

1 file changed

Lines changed: 33 additions & 21 deletions

File tree

index.html

Lines changed: 33 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2> Support </h2>
2525
<ul>
2626
<li> <b>Wiki</b> [<a href="https://github.com/DennisOSRM/Project-OSRM/wiki">here</a>]
2727
</li>
28-
<li> <b>Mailing list </b> [<a href="http://lists.openstreetmap.org/listinfo/osrm-talk">here</a>]
28+
<li> <b>Mailing list </b> [<a href="http://lists.openstreetmap.org/listinfo/osrm-talk">here</a>]
2929
</li>
3030
<li> <b>Bug Tracker </b> [<a href="https://github.com/DennisOSRM/Project-OSRM/issues">here</a>]
3131
</li>
@@ -38,8 +38,8 @@ <h2>About the Project</h2>
3838
It combines sophisticated routing algorithms with the open and free road network data of the <a href="http://www.openstreetmap.org">OpenStreetMap</a> (OSM) project.
3939
Shortest path computation on a <strong>continental sized network</strong> can take up to several seconds if it is done without a so-called speedup-technique.
4040
OSRM is able to compute and output a shortest path between any origin and destination within a few miliseconds.
41-
Since it is designed with <strong>OpenStreetMap</strong> compatibility in mind, OSM data files can be easily imported.
42-
A <a href="http://map.project-osrm.org/">demo installation</a> is sponsored by Karlsruhe Institute of Technology and previously by our friends at <a href="http://www.geofabrik.de">Geofabrik</a>.
41+
Since it is designed with <strong>OpenStreetMap</strong> compatibility in mind, OSM data files can be easily imported.
42+
A <a href="http://map.project-osrm.org/">demo installation</a> is sponsored by Karlsruhe Institute of Technology and previously by our friends at <a href="http://www.geofabrik.de">Geofabrik</a>.
4343
OSRM is under active development.
4444
</p>
4545

@@ -59,7 +59,7 @@ <h2>About the Project</h2>
5959

6060
<h2> License </h2>
6161

62-
<p> OSRM is free, open source, and available under the <a href="http://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License</a>.
62+
<p> OSRM is free, open source, and available under the <a href="http://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License</a>.
6363
Companies with concerns about the AGPL should contact us to work something out.</p>
6464

6565
<h2> Platforms supported </h2>
@@ -79,14 +79,15 @@ <h2> Platforms supported </h2>
7979
Windows<br>
8080
Mac OS X (more or less)
8181
</td>
82-
<td>
83-
g++ 4.2.3 (with warnings and unsupported)<br>
84-
g++ 4.3+ <br>
85-
llvm-g++/dragonegg 2.8+ </td>
8682
<td>
87-
Boost 1.41+<br>
83+
g++ 4.4+ <br>
84+
llvm-g++/dragonegg 2.8+ <br>
85+
llvm/clang 3.2+<br>
86+
icc 13.0+</td>
87+
<td>
88+
Boost 1.44+<br>
8889
libxml2 2.7+<br>
89-
scons 2.10+<br>
90+
cmake 2.8+<br>
9091
stxxl 1.3.1+ <br>
9192
libprotobuf 2.30+
9293
</td>
@@ -96,9 +97,9 @@ <h2> Platforms supported </h2>
9697

9798
<h2> Current version </h2>
9899

99-
<p> Version 0.1 (July 10, 2010) is a baseline release. It has basic features. Version 0.2 (March 2011) is much faster and resource friendly. While it is safe to use this version, the code in git master branch is much more advanced.</p>
100+
<p> Version 0.1 (July 10, 2010) is a baseline release. It has basic features. Version 0.2 (March 2011) is much faster and resource friendly. While it is safe to use this version, the code in git master branch is much more advanced. Version 0.3.4 is the current release that is geared toward new and exciting features.</p>
100101

101-
<h2> Major improvements in version 0.3 </h2>
102+
<h2> Major improvements in version 0.3 over 0.2</h2>
102103
<table>
103104

104105
<tbody>
@@ -111,16 +112,28 @@ <h2> Major improvements in version 0.3 </h2>
111112
<li> Turn costs and restrictions </li>
112113
<li> Windows support (and Mac in principle)</li>
113114
<li> OSM file preprocessing multi-threaded </li>
114-
<li> Support for GCC 4.2 and also for systems not supporting OpenMP </li>
115+
<li> Support for GCC 4.4+ and also for systems not supporting OpenMP </li>
115116
<li> User-definable speed profile </li>
116117
<li> Better and more efficient polyline generalization </li>
118+
<li> Scons has been replaced by cmake </li>
119+
<li> Replacing nearest neighbor grid by a packed Hilbert R-tree </li>
120+
<li> Fixing test to reflect new nn grid data structure </li>
121+
<li> Speed optimization in PBF parsing </li>
122+
<li> Don't abort if timestamp is missing, just warn </li>
123+
<li> More verbose output during preprocessing </li>
124+
<li> De-template-izing some of the code for faster (re-)compile </li>
125+
<li> Replaced stringstream based int->string cast with boost karma </li>
126+
<li> Removed evil lexical cast </li>
127+
<li> Updated tests in test suite </li>
128+
<li> Removed GUARANTEE macro </li>
129+
<li> Fixed include order in many files </li>
117130
<li> many, many bug fixes </li>
118131
<li> many under-the-hood improvements </li>
119132
<li> For a detailed list, please read the <a href="https://github.com/DennisOSRM/Project-OSRM/commits/master">Timeline</a>. </li>
120133
</ul>
121134
</td>
122135
<td>
123-
136+
124137
<script tystxxlpe="text/javascript" src="http://www.ohloh.net/p/487596/widgets/project_basic_stats.js"></script>
125138
</td>
126139
</tr>
@@ -132,25 +145,24 @@ <h2> Links/Download </h2>
132145

133146
<tbody>
134147
<tr>
135-
<td>
148+
<td>
136149
</td>
137150
<td> <b>Current Stable Version </b> </td>
138151
<td> <b>Previous Stable Version </b> </td>
139152
<td> <b>Development Version </b> </td>
140153
</tr>
141154
<tr>
142155
<td>
143-
144-
Download:
156+
157+
Download:
145158
</td>
146-
<td> <!--[<a href="https://sourceforge.net/projects/routed/files/">0.1</a>]
147-
tar.gz (sf.net) --></td>
148-
<td> </td>
149159
<td> [<a href="https://github.com/DennisOSRM/Project-OSRM/archive/v0.3.3.zip">v0.3.3 tarball</a>] </td>
160+
<td> [<a href="https://github.com/DennisOSRM/Project-OSRM/archive/master.zip">master tarball</a>] </td>
161+
<td> [<a href="https://github.com/DennisOSRM/Project-OSRM/archive/develop.zip">develop tarball</a>] </td>
150162
</tr>
151163
<tr>
152164
<td>
153-
Git repository:
165+
Git repository:
154166
</td>
155167
<td> [see above]
156168
</td>

0 commit comments

Comments
 (0)