summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* zip can't strip leading pathwince_zipPierre Grandin2018-03-111-2/+4
|
* Update:CI:also produce a zipfile for wince buildsPierre Grandin2018-03-112-1/+2
|
* fix:cmake:Fix getting the version from git to fix the wince build (#408)jkoan2018-03-081-15/+16
|
* fix:ci:Fix logic for download center uploads (#407)jkoan2018-03-051-1/+1
|
* Refactor:core:Some doxygen additions and corrections (#406)v0.5.1-rc2mvglasow2018-02-182-6/+20
| | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* add:icon:forbiden_area (#331)youte622018-02-131-0/+118
| | | | | | | | * add forbiden_area.svg designed by me - free to use * 200*200 * update:icon:update forbiden_area icon
* add:build:Add download center (#405)jkoan2018-02-134-2/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Merge * Update Linux build to also build Artifacts * Okay okay, circleci does not like regex :D * futher work in the download center * Update Script * Change UUID to some fake * Next Test * Fix git? * Add SSH Key to known hosts * Add ssh for win build images * Add retry if the repo was modifyed in the time between pull and push This could happen if two builds finished exactly at the same time like here: https://circleci.com/gh/jkoan/navit/821 * Add Files in different dirs * Update script * Add another message * Only store really needed things for linux * Update update_download_center.sh * Update update_download_center.sh * Update config.yml
* Merge pull request #395 from hoehnp/fix_compiler_warningPatrick Höhn2018-02-126-29/+97
|\ | | | | fix:build:fixed compiler warning in maptool module
| * Merge branch 'trunk' into fix_compiler_warningPatrick Höhn2018-02-1212-156/+267
| |\ | |/ |/|
* | change:build:Move update of doxygen to own script (#404)jkoan2018-02-122-15/+16
| | | | | | | | | | | | | | | | * Create update script * Update config.yml * Add correct syntax
* | fix:build:Fix download of Cov (#400)jkoan2018-02-111-1/+1
| | | | | | So that the CircleCI Build does not fail because of "10min without any output"
* | Update build_win32.sh (#402)jandegr2018-02-111-2/+2
| | | | | | | | | | | | * Update build_win32.sh * Update build_win32.sh
* | Merge pull request #399 from navit-gps/psqljandegr2018-02-114-24/+108
|\ \ | | | | | | Psql
| * \ Merge branch 'trunk' into psqljkoan2018-02-111-2/+2
| |\ \ | |/ / |/| |
* | | change:ci:Only store bin folder from android build (#396)jkoan2018-02-101-2/+2
| | | | | | | | | To speed up CircleCi build because Upload is slow
| * | store win32 nsis installer in artifactsjandegr2018-02-111-1/+1
| | |
| * | Update config.ymlpsqljandegr2018-02-091-0/+2
| | | | | | | | | save win32 build
| * | Update config.h.cmakejandegr2018-02-091-0/+2
| | |
| * | Update osm_psql.cjandegr2018-02-091-23/+103
| | |
| * | Update CMakeLists.txtjandegr2018-02-091-1/+1
|/ /
* | add:icon:danger_areayoute622018-02-091-0/+112
| |
* | add:icon:carwashyoute622018-02-091-23/+25
| |
* | Remove outdated tts interface (#397)jkoan2018-01-293-89/+1
| | | | | | | | | | | | | | * Delete TTS_library_stub.jar * Delete NavitSpeech.java * Update speech_android.c
| * 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:navit:navigation.c:distance_set_last (#373)Charles Curley2018-01-191-17/+20
| | | | | | | | | | | | | | | | | | | | | | | | * fix:navit:navigation.c:distance_set_last Added a test so that the array subscript is never less than the lower bound. Note: there is no test for the upper bound. Also, I saw no reason to test for i == 0 right after the code initialized it to zero. modified: navit/navigation.c * Once more with feeling. Get rid of the function distance_set_last () entirely and use compile-time maths to do the work. fix:navit:navigation.c modified: navit/navigation.c * Added a comment on this method of calculating the number of elements in an array (#define SIZE_OF_ARRAY_DISTANCES). comment:navit:navigation.c modified: navit/navigation.c
* fix:build:fixed compiler warning in vehicle module (#394)Patrick Höhn2018-01-171-1/+5
|
* Merge pull request #393 from hoehnp/fix_compiler_warningPatrick Höhn2018-01-142-5/+10
|\ | | | | fix:build:fixed compiler warning in graphics module
| * fix:build:fixed compiler warning in graphics modulePatrick Höhn2018-01-142-5/+10
|/
* Refactor:core:Add more documentation (#392)mvglasow2018-01-112-7/+106
| | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* fix:android:Use date of commit as version code instead of system time (#376)jkoan2018-01-091-14/+52
|
* fix:gtk:Initialize Follow menu entry correctly. (#390)Charles Curley2018-01-081-0/+4
| | | | | | This should fix http://trac.navit-project.org/ticket/1357 I tested for follow_vehicle set to zero and one, and absent. modified: navit/gui/gtk/gui_gtk_action.c
* Merge pull request #389 from mvglasow/doc20180104mvglasow2018-01-041-7/+8
|\ | | | | Refactor:route:Improve documentation
| * Refactor:route:Improve documentationmvglasow2018-01-041-7/+8
|/ | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* fix:wince:fixed the wince build (#386)Pierre GRANDIN2018-01-022-5/+21
| | | | | | | | | | | | | | | | | | * Switching to a specific image * Fixed typo in circleci config file * Activated wince build * Store build artifacts * Build a samplemap for wince * Added correct shebang header * Switched to a navit org docker image for wince * Generate a cab file
* Sailfish build on newer SDKs (#388)Stefan Wildemann2017-12-312-3/+8
| | | | | | | | * Allow building on new sailfish SDK which uses different tool paths * Add notice about exportig VERSION_ID * Add check for VERSION_ID variable.
* add:graphics-qt5:add missing watchEvent slot (#387)Pierre GRANDIN2017-12-262-0/+14
| | | | | | * Fix:add missing watchEvent slot implementation * Fix:add missing watchEvent slot implementation
* Merge pull request #344 from youte62/icon_damStefan Wildemann2017-12-261-176/+166
|\ | | | | Updated Icon for dam
| * Merge branch 'trunk' into icon_damStefan Wildemann2017-12-266-147/+261
| |\ | |/ |/|
* | Refactor:route:More documentation (#385)v0.5.1-rc1mvglasow2017-12-061-9/+21
| |
* | fix:ci:Install imagemagick for android build to convert images (#384)jkoan2017-12-042-2/+2
| | | | | | | | | | | | | | | | | | | | * Update setup_android.sh * Update setup_android.sh * Update setup_common_requirements.sh * Update setup_tomtom_requirements.sh
* | Merge pull request #333 from youte62/icon_goverment_buildingStefan Wildemann2017-12-041-0/+148
|\ \ | | | | | | add:icon:governement_building