Skip to content
Snippets Groups Projects
  1. Feb 07, 2022
  2. Jan 15, 2022
  3. Aug 27, 2021
  4. Aug 20, 2021
    • Florian Schmaus's avatar
      [Makefile] Make static-analysis depend on iwyu · c61ecdf1
      Florian Schmaus authored
      The ninja 'iwyu' target does not depend nor generates
      compile_commands_wo_subprojects/compile_commands.json. Hence iwyu
      would fail if the database is not yet generated or run with an
      outdated compile_commands.json.
      
      Instead of iwyu being added to STATIC_ANALYSIS_NINJA_TARGETS, we now
      have the static-analysis make target depend on iwyu. This ensures that
      compile_commands_wo_subprojects/compile_commands.json is generated or
      updated (if required) before iwyu is run.p
      c61ecdf1
  5. Aug 19, 2021
  6. Mar 24, 2021
  7. Mar 01, 2021
  8. Feb 20, 2021
    • Florian Schmaus's avatar
      [Makefile] fix smoke-test/static-analysis target · 1b39754b
      Florian Schmaus authored
      This adds yet another target "smoke-test-suite", which just runs all
      tests in the 'smoke' test suite. The static-analysis target was
      changed to include *all* static analysis thingies we have, even 'doc'
      as Doxygen does also do some checks that the documentation is
      "correct".
      
      The smoke-test target is also kept, as it allows developers to simply
      run all smoke tests. Furthermore, this adds some missing PHONY
      declarations in the Makefile.
      
      The gitlab-ci now runs the smoke-test-suite and static-analysis
      targets in two different jobs. Previously the smoke-test would also
      run the static-analysis target, which was not intended.
      1b39754b
  9. Feb 02, 2021
  10. Jan 22, 2021
  11. Jan 13, 2021
  12. Nov 27, 2020
  13. Nov 16, 2020
  14. Nov 10, 2020
  15. Nov 05, 2020
  16. Jul 31, 2020
  17. Jun 20, 2017
  18. Apr 04, 2017
  19. Mar 23, 2017
  20. Mar 21, 2017
  21. Sep 08, 2016
Loading