summaryrefslogtreecommitdiff
path: root/navit/maptool/osm_protobuf.c
Commit message (Expand)AuthorAgeFilesLines
* Refactoring:navit/maptool:build with external protobuf-c (#650)Bignaux Ronan2018-10-191-10/+10
* cleanup:maptool: use g_strcmp0 instead of strcmp (#434)Joseph Herlant2018-08-211-2/+2
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-28/+15
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-206/+192
* cleanup:global:Cleanup some unreachable codeJoseph Herlant2018-04-301-73/+0
* maptool: migrate free to g_freeJoseph Herlant2018-04-071-5/+5
* maptool: migrate malloc to g_mallocJoseph Herlant2018-04-021-2/+2
* Fix:maptool:Don't use alloca to allocate protobuf blob buffer as it can be to...mdankov2013-12-071-4/+6
* Fix:core:Fix warnings from unused variables.|Part of #1154.sleske2013-08-111-3/+2
* Fix:maptool:Do not crash on invalid protobuf file.sleske2012-06-291-3/+17
* Add:maptool:Some cleanupmartin-s2011-07-091-12/+12
* Add:maptool:Add POIs for OSM way objects if appropriate|Thanks tryagainmartin-s2011-07-051-6/+6
* Add:Core: Adds in forgotten licensinggeoghegan2011-04-111-0/+18
* Fix:maptool:Some cleanupsmartin-s2011-01-031-16/+20
* Add:maptool:protobuf supportmartin-s2011-01-021-0/+348