summaryrefslogtreecommitdiff
path: root/navit/maptool
Commit message (Expand)AuthorAgeFilesLines
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-262-13/+13
* maptool: migrate strdup to g_strdupJoseph Herlant2018-04-082-2/+2
* maptool use g_realloc instead of reallocJoseph Herlant2018-04-073-31/+20
* maptool: migrate free to g_freeJoseph Herlant2018-04-078-35/+23
* maptool: migrate malloc to g_mallocJoseph Herlant2018-04-027-33/+25
* fix:maptool: prevent memory leak when fread fails (#420)Joseph Herlant2018-03-311-5/+4
* maptool: prevent issues when realloc fails (#419)Joseph Herlant2018-03-311-3/+8
* Merge branch 'trunk' into fix_compiler_warningPatrick Höhn2018-02-122-24/+104
|\
| * Update osm_psql.cjandegr2018-02-091-23/+103
| * Update CMakeLists.txtjandegr2018-02-091-1/+1
* | correct header file considering earlier changesPatrick Höhn2018-02-121-1/+1
* | further adjustments according commentsPatrick Höhn2018-02-121-1/+3
* | corrected files considering more comments by @pgrandinPatrick Höhn2018-01-222-9/+11
* | fix: added changes as suggested by @pgrandin on githubPatrick Höhn2018-01-224-3/+6
* | fix: corrected header file to change of return type of load_bufferPatrick Höhn2018-01-211-1/+1
* | fix: wrong use of boolean valuesPatrick Höhn2018-01-211-2/+2
* | doc: added doxygen documentation to buffer.cPatrick Höhn2018-01-211-3/+26
* | fix: changes in buffer.cPatrick Höhn2018-01-211-4/+4
* | fix:avoid NULL pointer in ch.cPatrick Höhn2018-01-201-0/+1
* | fix:build:fixed compiler warning in maptool modulePatrick Höhn2018-01-205-12/+49
|/
* Fix:maptool:Remove option -5 (MD5 checksum) from maptoolSebastian Leske2017-11-033-57/+1
* Fix:core:Remove binfile map encryption supportSebastian Leske2017-11-031-87/+2
* Fix:core:Fix warnings from -Wstrict-prototypesSebastian Leske2017-09-221-1/+1
* Fix:core:Fix warnings from -Wmissing-prototypesSebastian Leske2017-09-222-4/+4
* Fix:core:Use fprintf with string literal instead of variable.trldp2017-09-181-1/+1
* Add multicountry towns support in maptool (#305)mdankov2017-08-231-159/+320
* Fix:maptool Accept ISO3166-1:alpha2 tagmdankov2017-07-301-1/+1
* display label for heightlines (#284)jandegr2017-07-171-1/+3
* Add some more common landuse polygons (#262)R7629Johan Fitié2017-06-201-0/+7
* Revert "Add some more common landuse polygons"revert-258-MoreCommonLandusePolygonsjandegr2017-05-251-7/+0
* Add some more common landuse polygonsJohan Fitié2017-05-241-0/+7
* Add:maptool:Better error messages for wrong cmdline parametersR7567Sebastian Leske2017-05-241-16/+26
* Fix:maptool:Update maptool help and manpageSebastian Leske2017-05-241-4/+6
* Refactor:maptool:rename variablesSebastian Leske2017-05-243-10/+10
* Add grass, grassland, wetland and sandJohan Fitié2017-05-081-0/+4
* Merge branch 'trunk' into trac/1341trac/1341Pierre Grandin2016-12-014-40/+69
|\
| * Fix:maptool:Correct OSM tag is shop=chemist, not drogist.Sebastian Leske2016-11-261-2/+1
| * fix:maptool:properly check node reference markR6739Michael Dankov2016-08-261-1/+2
| * fix:maptool:proper signednessR6737Michael Dankov2016-08-242-4/+4
| * refactor:maptool:Support 56 bit node IDsR6731Michael Dankov2016-07-274-36/+46
| * add destination forward/backwardmaptool_dest_fw_bwjandegr2016-03-041-0/+16
| * no-HOVjandegr2016-01-271-0/+2
| * trac-1064 render OSM shop=mall as poi_mallR6485Pierre GRANDIN2015-12-311-0/+1
* | Removing autotools supportPierre GRANDIN2015-12-311-10/+0
|/
* Make big cities visible at low zoomR6327mdankov2015-11-021-0/+4
* Check fwrite rc in maptoolR6301Michael Dankov2015-10-127-43/+46
* Workaround maptool crash, increase static itembin buffer.R6272Michael Dankov2015-09-162-1/+2
* Fix two memory related bugs in maptoolR6264Michael Dankov2015-09-131-1/+4
* Fix maptool build for Win32R6255Michael Dankov2015-09-081-8/+19
* Fix maptool SIGALRM handlerMichael Dankov2015-09-081-10/+97