Routino SVN Repository Browser

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

/[routino]/trunk/src/Makefile
ViewVC logotype

Log of /trunk/src/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:


Revision 1321 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 17 14:54:56 2013 UTC (11 years, 10 months ago) by amb
File length: 5744 byte(s)
Diff to previous 1319
Allow dumping error logs from filedumper.


Revision 1319 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 13 18:10:49 2013 UTC (11 years, 10 months ago) by amb
File length: 5717 byte(s)
Diff to previous 1317
Rename logerrorx.c to errorlogx.c and logerrorx.h to errorlogx.h so that they
mirror the nodesx.c and nodesx.h filenames.


Revision 1317 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 12 18:00:25 2013 UTC (11 years, 10 months ago) by amb
File length: 5716 byte(s)
Diff to previous 1313
Add functions to process the binary error log file and convert it into a
geographically searchable database.


Revision 1313 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 11 18:14:38 2013 UTC (11 years, 10 months ago) by amb
File length: 5688 byte(s)
Diff to previous 1311
Create a binary log file that contains the node, way and relation id and a link
to the error message for easy parsing.


Revision 1311 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 10 19:03:38 2013 UTC (11 years, 10 months ago) by amb
File length: 5657 byte(s)
Diff to previous 1296
Enable -Wextra compilation option (but not -Wunused-parameter option) by
default.


Revision 1296 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 7 09:31:00 2013 UTC (11 years, 11 months ago) by amb
File length: 5626 byte(s)
Diff to previous 1292
Move the cache functions out of cache.c and into each data type's header file as
inline functions.


Revision 1292 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 3 15:25:56 2013 UTC (11 years, 11 months ago) by amb
File length: 5652 byte(s)
Diff to previous 1227
Add node, segment, way and turn relation cache for slim mode.  Approx 40%
speed-up for router.


Revision 1227 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 24 16:35:46 2012 UTC (12 years, 3 months ago) by amb
File length: 5626 byte(s)
Diff to previous 1221
Added parsing of O5M/O5C format (a binary format but otherwise very close to OSM/OSC).


Revision 1221 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 21 16:08:44 2012 UTC (12 years, 3 months ago) by amb
File length: 5561 byte(s)
Diff to previous 1196
Add a parser for OSM PBF format.
Separate the XML parser from the data processing in osmparser.c.
Update planetsplitter and documentation to use new format.


Revision 1196 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 14 14:45:02 2012 UTC (12 years, 3 months ago) by amb
File length: 5505 byte(s)
Diff to previous 1194
Add the ability to read gzip compressed files when specified by name.


Revision 1194 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 13 19:18:28 2012 UTC (12 years, 3 months ago) by amb
File length: 5444 byte(s)
Diff to previous 1188
Add the ability to read bzip2 compressed files when specified by name.


Revision 1188 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 10 19:54:01 2012 UTC (12 years, 3 months ago) by amb
File length: 5344 byte(s)
Diff to previous 1185
Re-enable the optimisation option.


Revision 1185 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 10 18:35:02 2012 UTC (12 years, 3 months ago) by amb
File length: 5343 byte(s)
Diff to previous 1166
Remove flex based XML parser and replace with a parser created by implementing
the same lex rules by hand.  Operates faster because tag attributes do not need
memory allocated or copying from file buffer and there are no yylex() function
calls/returns.


Revision 1166 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 20 16:12:08 2012 UTC (12 years, 4 months ago) by amb
File length: 5494 byte(s)
Diff to previous 1149
Replace all assert statements with a custom error message that explains the
cause and suggests a solution.


Revision 1149 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 17 18:55:11 2012 UTC (12 years, 4 months ago) by amb
File length: 5484 byte(s)
Diff to previous 1045
Add a new program to dump the contents of the intermediate files that are
generated by using --preserve or --changes.


Revision 1045 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 6 18:35:14 2012 UTC (12 years, 8 months ago) by amb
File length: 5335 byte(s)
Diff to previous 991
Be more consistent about what files to clean up.


Revision 991 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 2 16:40:08 2012 UTC (12 years, 11 months ago) by amb
File length: 5323 byte(s)
Diff to previous 959
Convert sorting algorithms to optionally use multiple threads.


Revision 959 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 7 18:26:52 2012 UTC (13 years, 2 months ago) by amb
File length: 5238 byte(s)
Diff to previous 949
Revert the CFLAGS value.


Revision 949 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 13 17:13:39 2012 UTC (13 years, 2 months ago) by amb
File length: 5237 byte(s)
Diff to previous 910
Add an infrastructure to allow adding new functions to prune nodes and segments.


Revision 910 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 19 19:53:39 2011 UTC (13 years, 4 months ago) by amb
File length: 5215 byte(s)
Diff to previous 887
Fix some Makefile oddities.


Revision 887 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 31 19:09:40 2011 UTC (13 years, 5 months ago) by amb
File length: 5241 byte(s)
Diff to previous 884
Use pread() and pwrite() functions instead of seek() followed by read() or
write().


Revision 884 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 24 19:09:13 2011 UTC (13 years, 5 months ago) by amb
File length: 5149 byte(s)
Diff to previous 862
Fix long-standing annoying bug with dependencies for slim versions.


Revision 862 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 6 08:06:54 2011 UTC (13 years, 6 months ago) by amb
File length: 5203 byte(s)
Diff to previous 859
Makefiles are more consistent with each other and 'make test' can be run from
the top level.


Revision 859 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 5 18:02:37 2011 UTC (13 years, 6 months ago) by amb
File length: 5206 byte(s)
Diff to previous 789
Add the gcc options for profiling (coverage) and delete the files generated by
it.


Revision 789 - (view) (download) (annotate) - [select for diffs]
Added Sat Jun 18 10:56:25 2011 UTC (13 years, 9 months ago) by amb
File length: 5129 byte(s)
Diff to previous 697
Use the -std=c99 option by default.



This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a