summaryrefslogtreecommitdiff
path: root/navit/binding
Commit message (Expand)AuthorAgeFilesLines
* fix:various:fix compiler warnings (#940)Stefan Wildemann2019-11-051-6/+7
* fix:all:fix compiler warnings (#935)Stefan Wildemann2019-10-291-4/+4
* Fix include order of layout.hStefan Wildemann2019-07-241-1/+1
* refactor: remove duplicate include statementsPatrick Höhn2019-07-081-2/+0
* Refactoring:cmake:from 2.6 to 3.2Bignaux Ronan2019-05-251-1/+1
* Refactor:core:Make indentation compliant with style guidemvglasow2018-09-291-10/+9
* Add:traffic:Include segment direction in GPX exportmvglasow2018-08-171-3/+15
* Refactor:binding/dbus:attr on heap in request_navit_traffic_export_gpx()mvglasow2018-08-161-5/+3
* Add:traffic:Include items in traffic GPX exportmvglasow2018-08-151-1/+38
* Add:traffic:Rudimentary function to export traffic distortions to GPXmvglasow2018-08-151-0/+87
* Refactor:traffic:new name for traffic_get_messages_from_xml_file()mvglasow2018-07-161-1/+1
* Fix:binding/dbus:Before writing to a file, check if open was successfulmvglasow2018-06-181-0/+11
* Merge branch 'trunk' into trafficmvglasow2018-06-1113-358/+193
|\
| * cleanup:python:cleanup python scripts (#622)Joseph Herlant2018-06-053-18/+18
| * Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-3010-338/+174
* | Add:core:Remove now-obsolete newlines in debug outputmvglasow2018-05-261-2/+2
* | Merge branch 'master' into trafficmvglasow2018-05-262-4/+4
|\ \ | |/
| * cleanup:cmake:retab all CMakeLists.txt filesJoseph Herlant2018-05-252-4/+4
| * cleanup:cmake:remove trailing spacesJoseph Herlant2018-05-253-5/+5
| * cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-2511-2230/+2093
* | cleanup:global:Reformat with astyle and remove trailing spacesmvglasow2018-05-2614-2271/+2133
* | Merge branch 'trunk' into trafficmvglasow2018-05-095-50/+50
|\ \ | |/
| * Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-265-50/+50
* | Fix:traffic:Fix several memory leaksmvglasow2018-04-251-0/+2
* | Merge branch 'trunk' into trafficmvglasow2018-04-181-6/+7
|\ \ | |/
| * Refactor:core:Some doxygen additions and corrections (#406)v0.5.1-rc2mvglasow2018-02-181-6/+7
* | Add:binding/dbus:Log traffic injectionmvglasow2018-03-011-0/+1
* | Refactor:traffic:traffic_process_messages_int() with post-update logicmvglasow2018-02-201-6/+1
* | Add:traffic:Inject traffic feed via dbusmvglasow2018-02-201-0/+60
|/
* Fix:core:Fix warnings from -Wmissing-prototypesSebastian Leske2017-09-221-1/+1
* Removing autotools supportPierre GRANDIN2015-12-314-54/+0
* Fix:binding_dbus:Fix warnings and remove wrong, unused code in GeoJSON export.sleske2015-05-101-6/+3
* Fix:Dbus:Fixed return value of route_export_geojson, addresses Coverity #25343kazer_2015-04-151-1/+1
* Add:binding_dbus:expose zoom_to_route over dbuskazer_2015-04-131-0/+20
* Fix:binding_dbus:Fix 64 bit issue with ints and booleansmartin-s2015-03-241-2/+6
* Add:binding_dbus:Added a command to dump the route as GeoJSON and another one...kazer_2015-03-091-1/+126
* Add:binding_dbus:Command to dump a map into a given file namemartin-s2015-03-061-0/+26
* Refactor:binding_dbus:Remove unused (and wrong) code, add missing #include.sleske2015-01-191-12/+2
* Fix:binding_dbus:Do not crash if navigation is not configured.|It really help...sleske2015-01-191-5/+11
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-225-36/+36
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-225-47/+47
* Refactoring:dbus:Removed unneeded local variablemvglasow2014-11-141-1/+1
* Add:dbus:Include maneuver type in GPS exportmvglasow2014-11-091-3/+3
* Add:Bindings:Added a dbus method to dump a route to a gpxkazer_2014-10-231-0/+72
* Add:binding_dbus:Implement new routing functionsmartin-s2014-05-291-0/+66
* Fix:binding_python:Fix compiler warning by including common.h first.sleske2013-11-251-1/+1
* Add:Build:Enable binding_python for cmake buildsmartin-s2013-08-271-0/+2
* Corrected c standardmartin-s2013-05-051-1/+1
* Add:binding_win32:Better debug outputmartin-s2013-04-121-2/+3
* Add:binding_python:Implement missing functionmartin-s2013-02-171-0/+11