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 1627 - Directory Listing
Modified Sat Mar 21 19:23:20 2015 UTC (9 years, 11 months ago) by amb
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 (9 years, 11 months ago) by amb
Summary: Bug fix and clarification for previous change.


Revision 1625 - Directory Listing
Modified Sat Mar 21 17:10:25 2015 UTC (9 years, 11 months ago) by amb
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, 1 month ago) by amb
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
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
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, 2 months ago) by amb
Add updated Dutch translations submitted via http://www.routino.org/translations/ on 2014-01-08.


Revision 1620 - Directory Listing
Modified Wed Jan 7 17:43:56 2015 UTC (10 years, 2 months ago) by amb
Remove cycle_barrier and bicycle_barrier since these don't always
block bicycles.


Revision 1619 - Directory Listing
Modified Thu Dec 4 17:49:45 2014 UTC (10 years, 3 months ago) by amb
Increase MAX_SEG_PER_NODE to avoid further problems.


Revision 1618 - Directory Listing
Modified Sat Nov 29 10:50:11 2014 UTC (10 years, 3 months ago) by amb
Include typesx.h to get the definition of MAX_SEG_PER_NODE rather than having
another one.


Revision 1616 - Directory Listing
Modified Sat Nov 8 17:54:26 2014 UTC (10 years, 4 months ago) by amb
Updated for version 2.7.3.


Revision 1615 - Directory Listing
Modified Sat Nov 8 17:49:30 2014 UTC (10 years, 4 months ago) by amb
Translation of the final German word missing from the XML file.


Revision 1614 - Directory Listing
Modified Sat Oct 25 13:22:29 2014 UTC (10 years, 4 months ago) by amb
Sort the data geographically before pruning so that the data points physically
close together are close together in memory which reduces swapping/paging and
therefore runs much faster when memory is limited.


Revision 1613 - Directory Listing
Modified Thu Oct 23 17:56:26 2014 UTC (10 years, 4 months ago) by amb
Comment fixes, tidy-up and one bug fixed.


Revision 1612 - Directory Listing
Modified Wed Oct 22 12:02:47 2014 UTC (10 years, 4 months ago) by amb
Use the waysx->idata array instead of wayx->id when logging node errors during
the segment creation.


Revision 1611 - Directory Listing
Modified Tue Oct 21 09:59:27 2014 UTC (10 years, 4 months ago) by amb
Correct errors in wayx->id usage when compacting ways.


Revision 1610 - Directory Listing
Modified Tue Oct 21 09:56:08 2014 UTC (10 years, 4 months ago) by amb
Improve the message printed at the end when using --logtime or --logmemory.


Revision 1609 - Directory Listing
Modified Tue Oct 21 09:55:41 2014 UTC (10 years, 4 months ago) by amb
Clarify some comments.


Revision 1608 - Directory Listing
Modified Sat Oct 18 12:50:40 2014 UTC (10 years, 5 months ago) by amb
Use the waysx->idata array when logging duplicate segments rather than looking
up the wayx and using its id, also saves mapping the ways into memory.


Revision 1607 - Directory Listing
Modified Sat Oct 18 12:41:54 2014 UTC (10 years, 5 months ago) by amb
Use the nodesx->idata array when logging duplicate segments rather than looking
up the nodex and using its id.


Revision 1606 - Directory Listing
Modified Sat Oct 18 12:40:57 2014 UTC (10 years, 5 months ago) by amb
Shrink the size of the nodesx->idata array when removing non-highway nodes.


Revision 1605 - Directory Listing
Modified Sat Oct 18 10:30:57 2014 UTC (10 years, 5 months ago) by amb
Free memory that it allocated by IndexSegments() when no longer needed rather
than holding on to it.


Revision 1604 - Directory Listing
Modified Tue Oct 14 18:18:17 2014 UTC (10 years, 5 months ago) by amb
Speed up the database generation when pruning by reducing the amount of random
memory accesses are required by compacting the database after each step.  Unless
there is enough RAM to hold all the memory mapped files this should be faster.


Revision 1603 - Directory Listing
Modified Mon Oct 13 18:25:27 2014 UTC (10 years, 5 months ago) by amb
Try to speed up the search for the closest node/segment by minimising the number
of nodes that are examined in detail.


Revision 1602 - Directory Listing
Added Fri Oct 10 19:01:52 2014 UTC (10 years, 5 months ago) by amb
Record the memory used by the node, segment, way and relation caches in the slim
mode router.