summaryrefslogtreecommitdiff
path: root/navit/map
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'trunk' into trac/1341trac/1341Pierre Grandin2016-12-018-9/+11
|\
| * 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-318-8/+8
* | Removing autotools supportPierre GRANDIN2015-12-319-121/+0
|/
* Fixed trac 1316, Use-after-free bug in binfile.cPierre GRANDIN2015-08-261-1/+1
* Fix:map_binfile:Log map file name with warnings and errors.sleske2015-01-191-10/+11
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-2212-224/+224
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-2212-281/+281
* Add:map_binfile:Limit housenumber search region by town boundary. Removes fal...mdankov2014-11-031-35/+107
* Fix:map/csv:Do not use g_hash_table_get_values function to keep compatibility...mdankov2014-10-291-16/+15
* Fix:core:Fix warnings for incorrect format strings: use %td, %zu.sleske2014-08-313-23/+24
* Fix:map_binfile:correct cut and paste error in duplicate_equal function found...woglinde2014-08-151-1/+1
* Refactor:map_binfile:remove trailing whitespaceswoglinde2014-08-151-61/+61
* 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
* Refactor:core:Add some Doxygen comments.sleske2014-05-291-4/+4
* Fix:map_csv:Default to utf-8 encoding. Use proper encoding to write csv file.mdankov2014-04-011-9/+23
* Fix:map_textfile:Default to utf-8 encoding.mdankov2014-04-011-1/+1
* Fix:core:Use LONGLONG_(HEX_)FMT instead of %Ld/%lld/%Lx.sleske2013-08-291-2/+2
* Fix:map_binfile:Correctly handle streets with house number interpolationmartin-s2013-08-271-4/+8
* Fix:map_binfile:Correctly use house number index if presentmartin-s2013-08-261-3/+5
* Add:map_filter:Allow filtering by idmartin-s2013-08-231-1/+6
* Fix:core:Fix warnings from pointer type problems.|Part of #1154.sleske2013-08-111-1/+1
* Fix:core:Fix warnings for unused functions, usually by removing them.|Part of...sleske2013-08-111-6/+6
* Fix:map_mg:Fix warnings by removing loads of dead code.|Part of #1154.sleske2013-08-111-240/+0
* Fix:core:Fix warnings for unused functions by removing them.|Part of #1154.sleske2013-08-112-76/+0
* Fix:core:Fix warnings from unused variables.|Part of #1154.sleske2013-08-112-8/+1
* Fix:core:Fix warnings from dbg statements.|Part of #1154.sleske2013-08-113-3/+2
* Fix:map_binfile:Made index searches for house numbers work againmartin-s2013-05-051-3/+5
* Fix:map_binfile:Do not return housenumber search result in unindexed search i...mdankov2013-05-041-1/+2
* Add:map_binfile:Switch to use new linguistics_compare function.mdankov2013-05-031-48/+10
* Add:map_binfile:Improve street search speed by analysing only one selected po...mdankov2013-04-241-3/+20
* Fix:map_binfile:Do not include street in duplicate hash if this segment didn'...mdankov2013-04-211-29/+77
* Fix:map_binfile:Do town boundary checking for street search after name check ...mdankov2013-04-201-3/+3
* Fix:map_binfile:Fix house number search regression introduced with 5436. Incr...mdankov2013-04-131-11/+9
* Add:map_binfile:Do house number search around whole street. Fixes #1106 and, ...mdankov2013-04-121-4/+32
* Add:map_binfile:Use exact town polygons instead of their bounding boxes for s...mdankov2013-03-171-11/+61
* Fix:map_binfile:Improve readability of map_parse_country_binfile().mdankov2013-02-071-25/+29
* Add:map_binfile:Utilize maptool experimental feature to speed up the town sea...mdankov2013-02-061-0/+21
* Add:map_binfile:Let map searches be case insensitive for accented latin and C...mdankov2012-12-191-16/+34
* 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
* Add:core:Better waypoints handling, see #1040 |Based on ideas & patches from ...mdankov2012-11-091-3/+5
* Fix:core:Introduce constants WORLD_BOUNDINGBOX_* for size of the world.sleske2012-11-051-2/+2
* Fix:map:Adds in forgotten prototypesgeoghegan2012-10-031-0/+2
* Fix:core:Suppress bogus warning if bookmark.txt or destination.txt do not (ye...sleske2012-07-052-1/+6
* Fix:core:Reduce debug output, use dbg() instead of printf.sleske2012-07-051-8/+7
* 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