summaryrefslogtreecommitdiff
path: root/navit/map
Commit message (Expand)AuthorAgeFilesLines
* Fix: Warnings during build (#1225)HEADtrunkOLFDB2023-03-071-205/+211
* Refactor:core:Documentation update (#1095)mvglasow2021-02-281-12/+10
* fix:build:core:Fix two issues where the wrong enum type is used, butjkoan2020-10-311-1/+1
* change:core:Remove unused argument from attr_searchjkoan2020-08-088-25/+25
* fix:various:fix compiler warnings (#940)Stefan Wildemann2019-11-054-6/+13
* fix:core:Don't flood stack on big map elements (#928)Stefan Wildemann2019-10-301-0/+11
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-3014-651/+340
* cleanup:cmake:retab all CMakeLists.txt filesJoseph Herlant2018-05-251-4/+4
* cleanup:cmake:remove trailing spacesJoseph Herlant2018-05-257-13/+13
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-2516-9229/+8943
* cleanup:global:Cleanup some unreachable codeJoseph Herlant2018-04-304-74/+0
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-2612-268/+268
* fix:icons:fix typo business not bussines (#430)Joseph Herlant2018-04-111-2/+2
* Fix:typo:Fix various mispells (#421)Joseph Herlant2018-03-312-4/+4
* Fix:core:Remove binfile map encryption supportSebastian Leske2017-11-031-23/+1
* Fix:core:Fix compiler warningsSebastian Leske2017-09-221-2/+2
* Update:Allow zipcode or town seamless searchR7363jandegr2017-03-091-14/+36
* 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