Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /branches/MSVC
Sticky Revision: |
Revision 1662 - Directory Listing
Modified Tue May 19 17:31:01 2015 UTC (9 years, 10 months ago) by amb
Copied from: trunk revision 1653
Create a branch for a version that compiles with Microsoft Visual C
Revision 1653 - Directory Listing
Modified 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.
Revision 1652 - Directory Listing
Modified Thu May 14 17:25:25 2015 UTC (9 years, 10 months ago) by amb
Original Path: trunk
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
Original Path: trunk
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
Original Path: trunk
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
Original Path: trunk
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, 11 months ago) by amb
Original Path: trunk
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, 11 months ago) by amb
Original Path: trunk
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, 11 months ago) by amb
Original Path: trunk
Fixed some header links.
Revision 1644 - Directory Listing
Modified Fri May 1 17:35:51 2015 UTC (9 years, 11 months ago) by amb
Original Path: trunk
Fixed some text formatting.
Revision 1643 - Directory Listing
Modified Sun Apr 26 08:21:09 2015 UTC (9 years, 11 months ago) by amb
Original Path: trunk
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 (10 years ago) by amb
Original Path: trunk
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 (10 years ago) by amb
Original Path: trunk
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 (10 years ago) by amb
Original Path: trunk
Fix bug with indenting of debug output in FindMiddleRoute() function.
Revision 1636 - Directory Listing
Modified Sat Mar 28 14:28:30 2015 UTC (10 years ago) by amb
Original Path: trunk
More verbose, consistent, complete and descriptive debugging of routes found.
Revision 1634 - Directory Listing
Modified Sat Mar 28 14:23:23 2015 UTC (10 years ago) by amb
Original Path: trunk
The new FindStartRoutes() function does not need to be so complicated.
Revision 1632 - Directory Listing
Modified Sat Mar 28 11:52:55 2015 UTC (10 years ago) by amb
Original Path: trunk
Remove the ExtendStartRoutes() function by merging its functionality with the FindStartRoutes() function since they were almost identical anyway.
Revision 1627 - Directory Listing
Modified Sat Mar 21 19:23:20 2015 UTC (10 years ago) by amb
Original Path: trunk
Make sure that all complete routes have finish_node and last_segment filled in.
Revision 1626 - Directory Listing
Modified Sat Mar 21 19:20:21 2015 UTC (10 years ago) by amb
Original Path: trunk
Summary: Bug fix and clarification for previous change.
Revision 1625 - Directory Listing
Modified Sat Mar 21 17:10:25 2015 UTC (10 years ago) by amb
Original Path: trunk
Don't merge the end of the route with the middle part of the route before combining with the beginning of the route - combine beginning, middle and end all in one function.
Revision 1624 - Directory Listing
Modified Mon Feb 2 17:04:41 2015 UTC (10 years, 2 months ago) by amb
Original Path: trunk
Add updated German translations submitted via http://www.routino.org/translations/ on 2014-01-31.
Revision 1623 - Directory Listing
Modified Sat Jan 17 19:00:25 2015 UTC (10 years, 2 months ago) by amb
Original Path: trunk
Add updated German translations submitted via http://www.routino.org/translations/ on 2014-01-16.
Revision 1622 - Directory Listing
Modified Tue Jan 13 17:22:48 2015 UTC (10 years, 2 months ago) by amb
Original Path: trunk
Add updated German translations submitted via http://www.routino.org/translations/ on 2014-01-13.
Revision 1621 - Directory Listing
Modified Fri Jan 9 16:59:05 2015 UTC (10 years, 3 months ago) by amb
Original Path: trunk
Add updated Dutch translations submitted via http://www.routino.org/translations/ on 2014-01-08.
Revision 1620 - Directory Listing
Added Wed Jan 7 17:43:56 2015 UTC (10 years, 3 months ago) by amb
Original Path: trunk
Remove cycle_barrier and bicycle_barrier since these don't always block bicycles.