Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Index of /trunk/src

Files shown:35
Directory revision: 279 (of 2192)
Sticky Revision:


File Rev. Age Author Last log entry
 Parent Directory        
Makefile  240  15 years  amb   Tidy the compilation options to make it easier to turn them …
filedumper.c  254  15 years  amb   Allow dumping all nodes, segments or ways.
files.c  259  15 years  amb   The WriteFile function now has a const parameter.
functions.h  274  15 years  amb   Change the sort function to allow the indexing callback to v…
functionsx.h  228  15 years  amb   Tidy up and fix comments and include files.
nodes.c  223  15 years  amb   Rename structure members after recent changes.
nodes.h  232  15 years  amb   Include the number of super-nodes, super-segments etc in the…
nodesx.c  279  15 years  amb   Replace node, segment and way indexes with a single index fo…
nodesx.h  278  15 years  amb   Fix comment.
optimiser.c  238  15 years  amb   Rename the routing functions and make FindRoute only find ro…
osmparser.c  277  15 years  amb   AppendSegment adds a single segment and not a pair.
output.c  228  15 years  amb   Tidy up and fix comments and include files.
planetsplitter.c  279  15 years  amb   Replace node, segment and way indexes with a single index fo…
profiles.c  228  15 years  amb   Tidy up and fix comments and include files.
profiles.h  173  15 years  amb   Move some common code into the profile.
queue.c  268  15 years  amb   Fix bug with binary heap sort.
results.c  236  15 years  amb   Optimise the priority queue used for routing.
results.h  236  15 years  amb   Optimise the priority queue used for routing.
router.c  242  15 years  amb   Increase to 99 the number of waypoints that can be specified…
segments.c  228  15 years  amb   Tidy up and fix comments and include files.
segments.h  232  15 years  amb   Include the number of super-nodes, super-segments etc in the…
segmentsx.c  279  15 years  amb   Replace node, segment and way indexes with a single index fo…
segmentsx.h  279  15 years  amb   Replace node, segment and way indexes with a single index fo…
sorting.c  274  15 years  amb   Change the sort function to allow the indexing callback to v…
supersegments.c  106  16 years  amb   Fix some status messages.
superx.c  279  15 years  amb   Replace node, segment and way indexes with a single index fo…
superx.h  256  15 years  amb   Slim version of segments code (still very slow and only work…
types.h  221  15 years  amb   Fix duplicate checking.
typesx.h  203  15 years  amb   Reduce the number of ways in the output by compacting them (…
visualiser.c  223  15 years  amb   Rename structure members after recent changes.
visualiser.h  219  15 years  amb   Change from float to double for latitude and longitude. Stor…
ways.c  214  15 years  amb   Fix some gcc pedantic warnings.
ways.h  261  15 years  amb   Add padding to Ways structure to allow it to be zeroed.
waysx.c  276  15 years  amb   Use heapsort() instead of qsort().
waysx.h  262  15 years  amb   Added the slim mode to Ways as well.