- 29 Oct, 2019 14 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#177 Handle Valgrind scripts more like the usual build ones (i.e. mkdir and cd done in Yaml rather than in Python directly).
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#177 Valgrind shell script replaced by a Python script: the idea is to provide one script per target. A new stage is introduced to do so. The gitlab Yaml file has been commented to speed-up the 'usual' process and see if the valgrind stage works as intended (probably not: not tested locally at all...).
-
-
-
-
-
- 10 Oct, 2019 1 commit
-
-
GILLES Sebastien authored
#1490 Replace Python script by shell script to run sonar-scanner. Temporarily deactivate clang static analysis.
-
- 09 Oct, 2019 7 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1490 Fix sonarqube script (unfortunately not nicely: tee doesn't seem to work properly, and I therefore use shell to make do). It's an intermediate step: clang analysis should probably be run in previous stage.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
- 04 Sep, 2019 3 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1471 I was wrong assuming I could remove the workaround in the script that filter Doxygen messages (and that is related to Doxygen run under Linux).
-
GILLES Sebastien authored
#1483 Script for the warning of Doxygen: add one item to ignore (warning about too much nodes) and remove the one we had to introduce for #1471: new version of Doxygen removed the need for that.
-
- 26 Jul, 2019 1 commit
-
-
GILLES Sebastien authored
-
- 19 Mar, 2019 7 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1390 Also don't consider warning about markdown file (Doxygen doesn't understand the markdown link which is required in Gitlab for proper navigation).
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1383 Add a script to interpret a compilation log and returns how many warnings were found. The point is to add a phase in gitlab-ci checking the warnings.
-
GILLES Sebastien authored
#1198 Scripts: the remaining Python scripts have been updated and cleaned-up; some that were not actually used were removed.
-
GILLES Sebastien authored
#1198 Clean-up of scripts in progress: README has been completed with the ones already processed. Some that were not useful were removed (now we get continuous integration for instance no need to have a script to check there is no case issue: Linux VM will tell it soon enough!). substitute_env_variable.py was in fact poorly written and has been rewritten more cleanly. count_number_of_lines.py has been extended to provide reports per module; some folder that were unduly taken into account have been removed. cloc has been updated from v1.70 to v1.80.
-