Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src
Sticky Revision: |
Revision 1345 - Directory Listing
Modified Sun May 26 18:51:41 2013 UTC (11 years, 10 months ago) by amb
Move the tagmodifier program into the extras directory.
Revision 1343 - Directory Listing
Modified Sun May 26 12:35:21 2013 UTC (11 years, 10 months ago) by amb
Re-organise the Makefiles so that all configuration information is one of them (Makefile.conf at the top level) rather than being spread between them.
Revision 1342 - Directory Listing
Modified Sat May 25 15:10:07 2013 UTC (11 years, 10 months ago) by amb
Rename the route relation structure parameters (r* -> rr*) to match the turn relation parameter names (tr*).
Revision 1341 - Directory Listing
Modified Sat May 25 14:41:59 2013 UTC (11 years, 10 months ago) by amb
Finished allocating coordinates to error logs, nodes in preference to ways in preference to relations.
Revision 1340 - Directory Listing
Modified Thu May 23 18:08:47 2013 UTC (11 years, 10 months ago) by amb
There are no segments stored after parsing so cannot be dumper by filedumperx.
Revision 1339 - Directory Listing
Modified Thu May 23 17:47:16 2013 UTC (11 years, 10 months ago) by amb
Don't create segments when parsing input file but create the segments later using the nodes stored in the ways file. This makes applying changes simpler (segments file is not kept with the --keep option) and handling changed ways is simpler than changed segments.
Revision 1338 - Directory Listing
Modified Wed May 22 17:31:03 2013 UTC (11 years, 10 months ago) by amb
Store the list of nodes in the raw ways file for use by the errorlog functions.
Revision 1337 - Directory Listing
Modified Tue May 21 17:16:19 2013 UTC (11 years, 10 months ago) by amb
Don't waste memory in filesort_vary() when the pre-sort function drops the data.
Revision 1336 - Directory Listing
Modified Mon May 20 18:51:45 2013 UTC (11 years, 11 months ago) by amb
Store more logerror information even for items that are discarded to allow them to be located geographically.
Revision 1335 - Directory Listing
Modified Mon May 20 18:13:57 2013 UTC (11 years, 11 months ago) by amb
Update CLFLAGS and LDFLAGS.
Revision 1331 - Directory Listing
Modified Sat May 18 16:19:45 2013 UTC (11 years, 11 months ago) by amb
Remove unused header file.
Revision 1330 - Directory Listing
Modified Sat May 18 16:19:34 2013 UTC (11 years, 11 months ago) by amb
Create specific HTML formatted output from filedumper for the visualiser web page.
Revision 1329 - Directory Listing
Modified Sat May 18 12:53:23 2013 UTC (11 years, 11 months ago) by amb
Add the ability to select any item displayed in the visualiser and display information about it in a popup.
Revision 1322 - Directory Listing
Modified Fri May 17 17:28:12 2013 UTC (11 years, 11 months ago) by amb
Limit the error log outputs to the geographical ones and make the strings HTML safe.
Revision 1321 - Directory Listing
Modified Fri May 17 14:54:56 2013 UTC (11 years, 11 months ago) by amb
Allow dumping error logs from filedumper.
Revision 1320 - Directory Listing
Modified Tue May 14 18:57:52 2013 UTC (11 years, 11 months ago) by amb
Copy errorlogx.h to errorlog.h and create errorlog.c so that they mirror the nodes.h and nodes.c filenames. Add functions to read in a set of error logs from a file.
Revision 1319 - Directory Listing
Modified Mon May 13 18:10:49 2013 UTC (11 years, 11 months ago) by amb
Rename logerrorx.c to errorlogx.c and logerrorx.h to errorlogx.h so that they mirror the nodesx.c and nodesx.h filenames.
Revision 1318 - Directory Listing
Modified Mon May 13 18:06:15 2013 UTC (11 years, 11 months ago) by amb
Move the logerror function prototypes back into logging.h and remove the logerror.h header file from most source files again.
Revision 1317 - Directory Listing
Modified Sun May 12 18:00:25 2013 UTC (11 years, 11 months ago) by amb
Add functions to process the binary error log file and convert it into a geographically searchable database.
Revision 1314 - Directory Listing
Modified Sat May 11 18:22:19 2013 UTC (11 years, 11 months ago) by amb
Rename the Nodes, Segments, Ways and Relations variables to avoid confusion with types of the same name.
Revision 1313 - Directory Listing
Modified Sat May 11 18:14:38 2013 UTC (11 years, 11 months ago) by amb
Create a binary log file that contains the node, way and relation id and a link to the error message for easy parsing.
Revision 1312 - Directory Listing
Modified Sat May 11 11:12:56 2013 UTC (11 years, 11 months ago) by amb
Add functions to destroy the node/segment/way/relation lists and don't call them from the end of the router by default.
Revision 1311 - Directory Listing
Modified Fri May 10 19:03:38 2013 UTC (11 years, 11 months ago) by amb
Enable -Wextra compilation option (but not -Wunused-parameter option) by default.
Revision 1310 - Directory Listing
Modified Fri May 10 19:02:28 2013 UTC (11 years, 11 months ago) by amb
Change data type from signed to unsigned (pedantic compiler warning).
Revision 1309 - Directory Listing
Added Fri May 10 19:02:11 2013 UTC (11 years, 11 months ago) by amb
Change data value from signed to unsigned (pedantic compiler warning).