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 1296 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 7 09:31:00 2013 UTC (11 years, 10 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, 10 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, 2 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, 2 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, 3 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, 7 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, 10 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, 1 month 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, 3 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, 4 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, 4 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, 5 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, 5 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]
Modified 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.


Revision 697 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 7 11:32:03 2011 UTC (13 years, 10 months ago) by amb
File length: 5129 byte(s)
Diff to previous 692
Require slim and non-slim versions of fakes.o.


Revision 692 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 6 18:06:21 2011 UTC (13 years, 10 months ago) by amb
File length: 5119 byte(s)
Diff to previous 613
Allow running 'make test' in the source directory.


Revision 613 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 29 19:44:23 2011 UTC (14 years, 1 month ago) by amb
File length: 4903 byte(s)
Diff to previous 608
Make dependency filename based on object file name (fixes overwriting problem
with slim versions).


Revision 608 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 29 16:00:10 2011 UTC (14 years, 1 month ago) by amb
File length: 4903 byte(s)
Diff to previous 542
When finding a normal route check for turn relations (considering previous segment).
When finding turn relations convert fake segments into real ones.


Revision 542 - (view) (download) (annotate) - [select for diffs]
Added Sat Dec 18 15:19:33 2010 UTC (14 years, 3 months ago) by amb
File length: 4972 byte(s)
Diff to previous 519
Add a Relations data type and write out the turn relations that have been read
in.  Still doesn't perform the required processing after reading the data or use
the information for routing.



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