Routino SVN Repository Browser

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

ViewVC logotype

Log of /branches/2.3.1-dev/src

View Directory Listing Directory Listing


Sticky Revision:
(Current path doesn't exist after revision 1084)


Revision 1054 - Directory Listing
Modified Sun Aug 12 13:29:52 2012 UTC (12 years, 8 months ago) by amb
Merge the rest of the trunk into the 2.3.1 branch so "svn merge --reintegrate"
can be used to merge the branch back into the trunk.


Revision 1047 - Directory Listing
Modified Sat Aug 11 17:33:04 2012 UTC (12 years, 8 months ago) by amb
Merge the changes from trunk version into version 2.3.1 branch.


Revision 1046 - Directory Listing
Modified Sat Aug 11 16:20:21 2012 UTC (12 years, 8 months ago) by amb
Create branch for 2.3.1 development

Revision 1042 - Directory Listing
Modified Sat Aug 4 12:57:35 2012 UTC (12 years, 8 months ago) by amb
Original Path: tags/2.3/src
Tagged version 2.3

Revision 1025 - Directory Listing
Modified Sat Jul 21 08:33:27 2012 UTC (12 years, 8 months ago) by amb
Original Path: trunk/src
Fix problem with not logging all invalid tags.
Minor optimisation to speed up tag recognition.


Revision 1022 - Directory Listing
Modified Tue Jul 17 18:44:37 2012 UTC (12 years, 8 months ago) by amb
Original Path: trunk/src
Some small lex changes and an optimisation to remove repeated memory allocation.


Revision 1021 - Directory Listing
Modified Mon Jul 16 17:52:03 2012 UTC (12 years, 8 months ago) by amb
Original Path: trunk/src
Restore the shortcut that doesn't write the data to a temporary file if it all
can be sorted in one go.  This removes the slowdown with the multi-threaded code
even when running with no threads.


Revision 1020 - Directory Listing
Modified Sun Jul 15 13:47:19 2012 UTC (12 years, 8 months ago) by amb
Original Path: trunk/src
Don't call any of the pthread functions unless running with multiple threads.


Revision 1019 - Directory Listing
Modified Sat Jul 14 14:40:41 2012 UTC (12 years, 8 months ago) by amb
Original Path: trunk/src
Default not to use the --logtime option.


Revision 1017 - Directory Listing
Modified Wed Jul 11 18:29:05 2012 UTC (12 years, 9 months ago) by amb
Original Path: trunk/src
Fix bug with pruning straight highways (uninitialised data).


Revision 1003 - Directory Listing
Modified Tue Jun 5 14:14:45 2012 UTC (12 years, 10 months ago) by amb
Original Path: trunk/src
Add an option to the visualiser to display segments of each of the highway
types.


Revision 1002 - Directory Listing
Modified Tue Jun 5 13:17:42 2012 UTC (12 years, 10 months ago) by amb
Original Path: trunk/src
Add an option to the visualiser to display segments accessible to each of the
transport types.


Revision 996 - Directory Listing
Modified Thu May 10 18:18:14 2012 UTC (12 years, 11 months ago) by amb
Original Path: trunk/src
Added some mutexes and condition variables to communicate between threads.


Revision 995 - Directory Listing
Modified Wed May 9 16:49:05 2012 UTC (12 years, 11 months ago) by amb
Original Path: trunk/src
Force bicycle routes to be bicycle accessible and foot routes to be foot
accessible.


Revision 991 - Directory Listing
Modified Wed May 2 16:40:08 2012 UTC (12 years, 11 months ago) by amb
Original Path: trunk/src
Convert sorting algorithms to optionally use multiple threads.


Revision 990 - Directory Listing
Modified Tue May 1 16:39:58 2012 UTC (12 years, 11 months ago) by amb
Original Path: trunk/src
Handle OSM files that contain changesets.


Revision 989 - Directory Listing
Modified Sun Apr 29 15:29:53 2012 UTC (12 years, 11 months ago) by amb
Original Path: trunk/src
Handle the --process-only and --parse-only options better.


Revision 982 - Directory Listing
Modified Sat Mar 17 14:04:17 2012 UTC (13 years ago) by amb
Original Path: trunk/src
Add a new '--logtime' option that prints the elapsed time for planetsplitter.


Revision 977 - Directory Listing
Modified Tue Feb 21 19:02:11 2012 UTC (13 years, 1 month ago) by amb
Original Path: trunk/src
Refactor code slightly for isolated regions.


Revision 976 - Directory Listing
Modified Tue Feb 21 18:57:43 2012 UTC (13 years, 1 month ago) by amb
Original Path: trunk/src
Re-arrange small sections of code based on results of profiling.


Revision 975 - Directory Listing
Modified Tue Feb 21 17:52:41 2012 UTC (13 years, 1 month ago) by amb
Original Path: trunk/src
Enable pruning by default.  Fix the test cases to run with and without pruning
but only compare against the expected results when not pruned.


Revision 974 - Directory Listing
Modified Mon Feb 20 19:22:00 2012 UTC (13 years, 1 month ago) by amb
Original Path: trunk/src
Prune straight highways then isolated regions and then short segments.


Revision 973 - Directory Listing
Modified Mon Feb 20 18:43:34 2012 UTC (13 years, 1 month ago) by amb
Original Path: trunk/src
Remove compiler warnings (when compiled with optimisation).


Revision 972 - Directory Listing
Modified Mon Feb 20 18:35:20 2012 UTC (13 years, 1 month ago) by amb
Original Path: trunk/src
Allow pruning isolated regions to be run second or later.


Revision 971 - Directory Listing
Added Mon Feb 20 18:26:02 2012 UTC (13 years, 1 month ago) by amb
Original Path: trunk/src
Don't remove nodes/segments when straightening ways if it would cause the loss
of a way name.