summaryrefslogtreecommitdiff
path: root/navit/map/csv
Commit message (Expand)AuthorAgeFilesLines
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-262-34/+34
* Fix:typo:Fix various mispells (#421)Joseph Herlant2018-03-311-1/+1
* Merge branch 'trunk' into trac/1341trac/1341Pierre Grandin2016-12-011-2/+4
|\
| * Fix:map_csv:If we cannot open a CSV map file, log error and return failure.Sebastian Leske2016-10-311-1/+3
| * Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-311-1/+1
* | Removing autotools supportPierre GRANDIN2015-12-311-9/+0
|/
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-222-23/+23
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-222-35/+35
* Fix:map/csv:Do not use g_hash_table_get_values function to keep compatibility...mdankov2014-10-291-16/+15
* Fix:map_csv:Fix do not evaluate pointers before null check, found by coveritywoglinde2014-08-091-5/+10
* Fix:map_csv:Remove trailing whitespaceswoglinde2014-08-091-33/+33
* Fix:map_csv:Default to utf-8 encoding. Use proper encoding to write csv file.mdankov2014-04-011-9/+23
* Fix:core:Fix warnings for unused functions, usually by removing them.|Part of...sleske2013-08-111-6/+6
* Fix:core:Fix warnings from unused variables.|Part of #1154.sleske2013-08-111-2/+0
* Fix:core:Fix warnings from dbg statements.|Part of #1154.sleske2013-08-111-1/+1
* Fix:map/csv:Few memleaks removed.mdankov2012-11-181-0/+4
* Fix:map/csv:Properly load csv map from file. Fixes #1081 "Missing speedcams" ...mdankov2012-11-171-10/+11
* Fix:map:Adds in forgotten prototypesgeoghegan2012-10-031-0/+2
* 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:Disable default notification of each deleted item.mdankov2012-05-081-1/+1
* Fix:map_csv:Do better garbage collection. Don't lose 'item deleted' flag. Fix...mdankov2012-05-083-89/+128
* Add:map_csv:Interface for map item deletion. Misc. fixes and improvements. Ma...mdankov2012-03-284-170/+508
* fix:map/csv: fix order of headers, config.h needs to be load firstwoglinde2012-01-191-2/+4
* Fix:Core:Move declarations to the begin to be c95 compatiblemartin-s2011-09-301-1/+1
* 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
* fix:map/csv:avoid dereferencing deleted pointertegzed2011-09-101-2/+4
* Fix:map/csv: -filter csv filename through wexp_file to be able to replace env...tegzed2011-09-031-3/+12
* Add:map/csv: added support for csv map item attribute listingtegzed2011-07-032-7/+36
* Fix:map_csv:MSVC fixesmartin-s2011-05-091-1/+2
* Add:Maptool: Adds in forgotten licence for the header filegeoghegan2011-04-051-0/+19
* Add:Maptool: Adds in forgotten licencegeoghegan2011-04-051-0/+18
* Fix:map/csv:save csv map when adding or changing an itemtegzed2011-03-281-0/+7
* Fix:map/csv:Fixed memory leakrikky2011-03-211-0/+3
* Fix:map/csv:Fixed some warningsrikky2011-03-211-5/+5
* Fix:map/csv:fixed crash in csv map destroy functiontegzed2011-03-211-2/+2
* Add:map/csv: - added the possibility to add map items, add or change map item...tegzed2011-03-194-57/+245
* Fix:core:Fixed a ton of "alloca redefined" warningsrikky2011-03-181-1/+2
* Fix:map/csv:Fixed building on platforms without unistd.hrikky2011-03-041-0/+2
* Fix:map/csv: retain int return value for csv_set_coordtegzed2011-03-041-2/+5
* Fix:map/csv:Fixed MSVC buildrikky2011-03-031-7/+13
* Fix:core:Removed unnecessary string creationrikky2011-03-031-1/+3
* Fixed navit-snapshot implicit-pointer-decl csv.c:130worldcitizen2011-03-031-0/+1
* Fixed:worldcitizen2011-03-031-2/+2
* Add:map/csv:initial work on adding and removing csv items and item attributes...tegzed2011-02-264-20/+270
* Fix:map/csv:added some NULL checkstegzed2011-02-201-4/+13
* Fix:map/csv:added forgotten member that broke the buildtegzed2011-02-161-0/+1
* Add:map/csv:added support to query map type and data. Needed for speedcam osd...tegzed2011-02-161-0/+23
* Fix:core:Fix clang compiler warnings: unused variablesrikky2011-02-122-2/+1