Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk
Sticky Revision: |
Revision 1693 - Directory Listing
Modified Fri May 29 14:36:09 2015 UTC (9 years, 9 months ago) by amb
Remove the -Wfloat-conversion gcc option since it was only included in gcc version 4.9 so is not available everywhere.
Revision 1690 - Directory Listing
Modified Thu May 28 18:18:53 2015 UTC (9 years, 9 months ago) by amb
Update Makefiles so that 'make clean' goes back to the source code in the release tar files and 'make distclean' goes back to the source code in subversion (the difference mainly being web page icons and web page translations).
Revision 1680 - Directory Listing
Modified Tue May 26 17:28:56 2015 UTC (9 years, 9 months ago) by amb
Merge branch 'MSVC' back into the trunk.
Revision 1679 - Directory Listing
Modified Tue May 26 17:24:34 2015 UTC (9 years, 9 months ago) by amb
Update to Leaflet version 0.7.3.
Revision 1678 - Directory Listing
Modified Thu May 21 18:37:15 2015 UTC (9 years, 9 months ago) by amb
Fix bug with 64-bit version failing 'make test'.
Revision 1677 - Directory Listing
Modified Wed May 20 18:36:31 2015 UTC (9 years, 10 months ago) by amb
Change a static variable to a const to clarify it usage.
Revision 1661 - Directory Listing
Modified Mon May 18 18:01:10 2015 UTC (9 years, 10 months ago) by amb
Fix use-after-free error found by valgrind.
Revision 1657 - Directory Listing
Modified Sat May 16 17:45:20 2015 UTC (9 years, 10 months ago) by amb
Fix bug with moving markers on the map (OpenLayers version) and enable markers when they are dragged onto the map (both versions).
Revision 1656 - Directory Listing
Modified Sat May 16 15:33:49 2015 UTC (9 years, 10 months ago) by amb
Allow dragging the waypoint icon up-and-down in the list and onto the map.
Revision 1655 - Directory Listing
Modified Fri May 15 16:33:34 2015 UTC (9 years, 10 months ago) by amb
Add updated Hungarian translations submitted via http://www.routino.org/translations/ on 2015-05-14.
Revision 1653 - Directory Listing
Modified Thu May 14 17:27:01 2015 UTC (9 years, 10 months ago) by amb
Add the -pedantic compilation flag to allow detection of more potential errors and portability issues.
Revision 1652 - Directory Listing
Modified Thu May 14 17:25:25 2015 UTC (9 years, 10 months ago) by amb
Replace all arithmetic involving 'void*' pointers with 'char*' since it isn't strictly valid although it is accepted by gcc.
Revision 1651 - Directory Listing
Modified Wed May 13 19:02:08 2015 UTC (9 years, 10 months ago) by amb
Remove a gcc warning about overflow in implicit constant conversion (by making it an explicit type cast).
Revision 1650 - Directory Listing
Modified Wed May 13 17:58:30 2015 UTC (9 years, 10 months ago) by amb
Use "%zu" to print 'size_t' type values and use Pindex_t to print 'index_t' type values.
Revision 1649 - Directory Listing
Modified Wed May 13 16:45:26 2015 UTC (9 years, 10 months ago) by amb
Remove some pthread related code that was being used even if compiled without pthreads.
Revision 1648 - Directory Listing
Modified Tue May 5 17:31:42 2015 UTC (9 years, 10 months ago) by amb
Add updated German translations submitted via http://www.routino.org/translations/ on 2015-05-04.
Revision 1646 - Directory Listing
Modified Fri May 1 17:51:13 2015 UTC (9 years, 10 months ago) by amb
Add "meta" header to HTML to help mobile devices and tidy up some CSS.
Revision 1645 - Directory Listing
Modified Fri May 1 17:36:04 2015 UTC (9 years, 10 months ago) by amb
Fixed some header links.
Revision 1644 - Directory Listing
Modified Fri May 1 17:35:51 2015 UTC (9 years, 10 months ago) by amb
Fixed some text formatting.
Revision 1643 - Directory Listing
Modified Sun Apr 26 08:21:09 2015 UTC (9 years, 10 months ago) by amb
Added a Hungarian translation of the Routino routes and router web pages (from unknown person using http://routino.org/translations/).
Revision 1642 - Directory Listing
Modified Sat Apr 11 18:04:18 2015 UTC (9 years, 11 months ago) by amb
Run make in the xml directory after updating the xml/translations.xml file.
Revision 1641 - Directory Listing
Modified Fri Apr 10 18:31:15 2015 UTC (9 years, 11 months ago) by amb
Change built-in default HTML translation strings so that they work with the web page if they have to be used.
Revision 1638 - Directory Listing
Modified Mon Mar 30 18:51:52 2015 UTC (9 years, 11 months ago) by amb
Fix bug with indenting of debug output in FindMiddleRoute() function.
Revision 1636 - Directory Listing
Modified Sat Mar 28 14:28:30 2015 UTC (9 years, 11 months ago) by amb
More verbose, consistent, complete and descriptive debugging of routes found.
Revision 1634 - Directory Listing
Added Sat Mar 28 14:23:23 2015 UTC (9 years, 11 months ago) by amb
The new FindStartRoutes() function does not need to be so complicated.