summaryrefslogtreecommitdiff
path: root/navit/map/csv/csv.c
Commit message (Expand)AuthorAgeFilesLines
* change:core:Remove unused argument from attr_searchjkoan2020-08-081-5/+5
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-36/+18
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-745/+713
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-21/+21
* Fix:typo:Fix various mispells (#421)Joseph Herlant2018-03-311-1/+1
* 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
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-13/+13
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-22/+22
* 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_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-081-28/+47
* Add:map_csv:Interface for map item deletion. Misc. fixes and improvements. Ma...mdankov2012-03-281-121/+221
* 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: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-031-7/+35
* Fix:map_csv:MSVC fixesmartin-s2011-05-091-1/+2
* 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-191-57/+156
* 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-261-16/+206
* Fix:map/csv:added some NULL checkstegzed2011-02-201-4/+13
* 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-121-1/+1
* Fix:core:Fix clang compiler warnings: wrong function prototypesrikky2011-02-121-1/+1
* Fix:map/csv:Fixed bug that caused stack exhaustion by calling alloca() in a looptegzed2011-01-261-2/+2
* Fix:map_csv:MSVC fixes|Thanks chollyamartin-s2011-01-241-20/+26
* Fix:map/csv:Fixed get_item_byid handling; removed memory leaktegzed2011-01-061-4/+6
* Add:map/csv:Added initial version of csv map drivertegzed2011-01-051-0/+348