Routino SVN Repository Browser

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

ViewVC logotype

Log of /trunk

View Directory Listing Directory Listing


Sticky Revision:


Revision 1735 - Directory Listing
Modified Wed Jul 8 18:08:44 2015 UTC (9 years, 8 months ago) by amb
Merge change from MS-Windows branch.


Revision 1734 - Directory Listing
Modified Wed Jul 8 18:08:05 2015 UTC (9 years, 8 months ago) by amb
Remove a commented out line left over from a previous change.


Revision 1732 - Directory Listing
Modified Tue Jul 7 17:26:08 2015 UTC (9 years, 8 months ago) by amb
More Polish translations (via http://www.routino.org/translations/).


Revision 1731 - Directory Listing
Modified Mon Jul 6 17:32:24 2015 UTC (9 years, 8 months ago) by amb
Added Polish version of translations (submitted through
http://www.routino.org/translations/).


Revision 1728 - Directory Listing
Modified Thu Jul 2 18:30:00 2015 UTC (9 years, 8 months ago) by amb
Fix error with --help-profile-xml option.


Revision 1726 - Directory Listing
Modified Wed Jul 1 18:11:36 2015 UTC (9 years, 8 months ago) by amb
Merge changes from MS-Windows branch.


Revision 1719 - Directory Listing
Modified Sat Jun 20 14:08:04 2015 UTC (9 years, 9 months ago) by amb
Make the xmltags definitions of XML files be constants.


Revision 1713 - Directory Listing
Modified Wed Jun 17 18:04:06 2015 UTC (9 years, 9 months ago) by amb
Add the '--logmemory' option that the other programs have.


Revision 1705 - Directory Listing
Modified Wed Jun 10 18:57:55 2015 UTC (9 years, 9 months ago) by amb
Merge the MS-Windows branch back into the trunk.
More documentation changes.


Revision 1699 - Directory Listing
Modified Tue Jun 9 18:05:06 2015 UTC (9 years, 9 months ago) by amb
Merge the MS-Windows branch back into the trunk.
Code changes and documentation for Cygwin and MinGW compilers.


Revision 1695 - Directory Listing
Modified Fri May 29 16:49:00 2015 UTC (9 years, 9 months ago) by amb
Ensure that allocated strings are long enough even if the %p format is
extravagant in the number of characters it uses.


Revision 1694 - Directory Listing
Modified Fri May 29 15:55:15 2015 UTC (9 years, 9 months ago) by amb
Change the order so that the translations are created before the icons
(because the icons are more difficult to make and more likely to fail).


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
Added 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).