summaryrefslogtreecommitdiff
path: root/navit/map/csv/quadtree.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-11/+6
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-485/+467
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-13/+13
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-10/+10
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-13/+13
* Simple fixes to get navit compiling with MSVCbjasspa2012-07-011-1/+1
* Fix:map_csv:Fix memleak.mdankov2012-06-071-0/+1
* Fix:map_csv:Do better garbage collection. Don't lose 'item deleted' flag. Fix...mdankov2012-05-081-60/+80
* Add:map_csv:Interface for map item deletion. Misc. fixes and improvements. Ma...mdankov2012-03-281-40/+269
* fix:map/csv:fix quadtree splittingtegzed2011-09-111-2/+4
* fix:map/csv: avoid infinite recursion when splitting a quadtree node where al...tegzed2011-09-101-1/+15
* Add:Maptool: Adds in forgotten licencegeoghegan2011-04-051-0/+18
* Add:map/csv: - added the possibility to add map items, add or change map item...tegzed2011-03-191-0/+85
* Fix:core:Fixed a ton of "alloca redefined" warningsrikky2011-03-181-1/+2
* Add:map/csv:initial work on adding and removing csv items and item attributes...tegzed2011-02-261-1/+58
* Fix:core:Fix clang compiler warnings: unused variablesrikky2011-02-121-1/+0
* Fix:map/csv:changed to use glib allocation routinetegzed2011-01-261-1/+2
* Fix:map_csv:MSVC fixes|Thanks chollyamartin-s2011-01-241-6/+7
* Add:map/csv:Added initial version of csv map drivertegzed2011-01-051-0/+299