Routino SVN Repository Browser

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

ViewVC logotype

Log of /branches/destination-access/src/routino.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 1809 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 24 17:30:16 2015 UTC (9 years, 5 months ago) by amb
File length: 21259 byte(s)
Diff to previous 1807
Add the allow_destination options to the API.


Revision 1807 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 23 18:20:13 2015 UTC (9 years, 5 months ago) by amb
File length: 20896 byte(s)
Copied from: trunk/src/routino.c revision 1806
Diff to previous 1795
Merge the trunk changes back into the destination-access branch.


Revision 1795 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 3 18:12:28 2015 UTC (9 years, 6 months ago) by amb
Original Path: trunk/src/routino.c
File length: 20890 byte(s)
Diff to previous 1792
Add in an HTML-all linked list formats that includes the full set of
points and the HTML directions for the important ones.


Revision 1792 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 17 17:44:01 2015 UTC (9 years, 7 months ago) by amb
Original Path: trunk/src/routino.c
File length: 20753 byte(s)
Diff to previous 1784
Add a new API function to return the full names of the languages
available in the translations XML file.  Increase API version to 6.


Revision 1784 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 15 13:08:37 2015 UTC (9 years, 7 months ago) by amb
Original Path: trunk/src/routino.c
File length: 20305 byte(s)
Copied from: branches/libroutino/src/routino.c revision 1783
Diff to previous 1771
Merge libroutino branch back into the trunk.


Revision 1771 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 8 15:21:46 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.c
File length: 20305 byte(s)
Diff to previous 1768
Simplify the HTML generation by making more complex format strings
when parsing the translations.  Add another field to the API HTML
format output (cumulative distance).  Increase API version to 5.


Revision 1768 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 8 12:31:37 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.c
File length: 20254 byte(s)
Diff to previous 1767
Add a new output list format that contains a text version of the
normal HTML output.  Increase API version to 4.


Revision 1767 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 4 19:00:44 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.c
File length: 20029 byte(s)
Diff to previous 1766
Add a progress callback that reports routing progress and can abort
the routing algorithm if required.  Increase API version to 3.


Revision 1766 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 4 18:06:39 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.c
File length: 18788 byte(s)
Diff to previous 1765
Add speed for each route segment (text-all version) and rename the
'string' parameter to 'name'. Increase API version to 2.


Revision 1765 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 3 18:18:29 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.c
File length: 18792 byte(s)
Diff to previous 1760
Add a library API version number #define and variable and a function
to compare the two.


Revision 1760 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 31 18:23:33 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.c
File length: 18029 byte(s)
Diff to previous 1758
Documentation for the libroutino library.


Revision 1758 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 30 18:36:07 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.c
File length: 17989 byte(s)
Diff to previous 1757
Add the ability to request a linked list output representing the route
when using the routino library.


Revision 1757 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 21 18:15:45 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.c
File length: 16980 byte(s)
Diff to previous 1756
Add a user profile type and functions to convert it to and from the
Routino profile.


Revision 1756 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 20 18:33:06 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.c
File length: 13934 byte(s)
Diff to previous 1755
Add options to the routing function to allow selection of the type of
output files generated.


Revision 1755 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 20 18:05:01 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.c
File length: 13490 byte(s)
Diff to previous 1753
Add functions to the library to return the list of loaded translation
languages and profile names.


Revision 1753 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 20 17:23:20 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.c
File length: 12773 byte(s)
Diff to previous 1749
Check for validated profiles before using them.


Revision 1749 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 16 18:46:22 2015 UTC (9 years, 8 months ago) by amb
Original Path: branches/libroutino/src/routino.c
File length: 12573 byte(s)
Diff to previous 1748
Allow choosing a named translation, the first in the file or the
built-in English one.  Make the routers use the first in the file if
no language is specified rather than the built-in one.


Revision 1748 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 16 18:34:22 2015 UTC (9 years, 8 months ago) by amb
Original Path: branches/libroutino/src/routino.c
File length: 12528 byte(s)
Diff to previous 1747
Validate profile parameters better when reading XML or router command
line.  Change the Profile data structure so that UpdateProfile() does
not change the parts that are loaded from file so that it can be used
multiple times on the same profile.  Change the highway and props data
to be between 0 and 1 rather than a percentage.  Add a new function to
the library to validate a profile and also update it.


Revision 1747 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 15 18:46:03 2015 UTC (9 years, 8 months ago) by amb
Original Path: branches/libroutino/src/routino.c
File length: 12295 byte(s)
Diff to previous 1738
Add a Routino_errno variable that indicates the error status of the
most recent library function called.


Revision 1738 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 9 19:01:12 2015 UTC (9 years, 8 months ago) by amb
Original Path: branches/libroutino/src/routino.c
File length: 10264 byte(s)
Diff to previous 1715
Update the library and include a version of the router program that
uses the libroutino shared library for calculating routes.  Currently
generates output files of all types and accepts but ignores all
options to change this.


Revision 1715 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Jun 18 18:54:16 2015 UTC (9 years, 8 months ago) by amb
Original Path: branches/libroutino/src/routino.c
File length: 941 byte(s)
Add stub files for Routino library exported functions and Makefile support.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a