Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /branches/libroutino
Sticky Revision: |
Revision 1714 - Directory Listing
Modified Wed Jun 17 18:37:29 2015 UTC (9 years, 9 months ago) by amb
Merge the trunk changes back into the libroutino branch.
Revision 1712 - Directory Listing
Modified Wed Jun 17 17:56:33 2015 UTC (9 years, 9 months ago) by amb
Fix error with command line tagging filename selection. Change code to make it clearer that the error log file is not optional.
Revision 1711 - Directory Listing
Modified Tue Jun 16 19:05:31 2015 UTC (9 years, 9 months ago) by amb
Audit the use of file static variables to make sure that there are no implicit assumptions about initialisation conditions that would be wrong for library usage. Fix problems and add comments for clarity.
Revision 1710 - Directory Listing
Modified Sun Jun 14 09:07:05 2015 UTC (9 years, 9 months ago) by amb
Audit the use of function static variables to make sure that there are no implicit assumptions about initialisation conditions that would be wrong for library usage. Fix problems and add comments for clarity.
Revision 1709 - Directory Listing
Modified Fri Jun 12 18:49:28 2015 UTC (9 years, 9 months ago) by amb
Correct an error in a comment.
Revision 1708 - Directory Listing
Modified Fri Jun 12 18:37:01 2015 UTC (9 years, 9 months ago) by amb
Minimise the number of times that FileName() is called since each one will allocate memory and take time.
Revision 1707 - Directory Listing
Modified Fri Jun 12 17:43:47 2015 UTC (9 years, 9 months ago) by amb
Add a function to free the memory in the Profile structures loaded from file.
Revision 1706 - Directory Listing
Modified Fri Jun 12 17:42:25 2015 UTC (9 years, 9 months ago) by amb
Create a Translation structure to hold the translated strings and have one global variable instead of 30. Add a function to free the memory in the Translation structure.
Revision 1702 - Directory Listing
Modified Wed Jun 10 18:33:07 2015 UTC (9 years, 9 months ago) by amb
The translations are required to be loaded for the text output formats.
Revision 1701 - Directory Listing
Modified Wed Jun 10 18:31:50 2015 UTC (9 years, 9 months ago) by amb
The ParseXML_Encode_Safe_XML() function now returns a pointer to the same re-allocated string each time rather than allocating a new string each time that it is called.
Revision 1700 - Directory Listing
Modified Tue Jun 9 18:10:45 2015 UTC (9 years, 9 months ago) by amb
Copied from: trunk revision 1699
Create a branch for a version that can be compiled into a library.
Revision 1699 - Directory Listing
Modified Tue Jun 9 18:05:06 2015 UTC (9 years, 9 months ago) by amb
Original Path: trunk
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
Original Path: trunk
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
Original Path: trunk
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
Original Path: trunk
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
Original Path: trunk
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
Original Path: trunk
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
Original Path: trunk
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
Original Path: trunk
Fix bug with 64-bit version failing 'make test'.
Revision 1677 - Directory Listing
Modified Wed May 20 18:36:31 2015 UTC (9 years, 9 months ago) by amb
Original Path: trunk
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
Original Path: trunk
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
Original Path: trunk
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
Original Path: trunk
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
Original Path: trunk
Add updated Hungarian translations submitted via http://www.routino.org/translations/ on 2015-05-14.
Revision 1653 - Directory Listing
Added Thu May 14 17:27:01 2015 UTC (9 years, 10 months ago) by amb
Original Path: trunk
Add the -pedantic compilation flag to allow detection of more potential errors and portability issues.