Skip to content
Snippets Groups Projects
  1. Mar 28, 2024
  2. Jun 09, 2022
  3. Feb 22, 2022
  4. Feb 19, 2022
  5. Feb 18, 2022
  6. Feb 07, 2022
  7. Jan 15, 2022
  8. Aug 27, 2021
  9. 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
  10. Aug 19, 2021
  11. Mar 24, 2021
  12. Mar 01, 2021
  13. 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
  14. Feb 02, 2021
  15. Jan 22, 2021
  16. Jan 13, 2021
  17. Nov 27, 2020
  18. Nov 16, 2020
  19. Nov 10, 2020
  20. Nov 05, 2020
  21. Jul 31, 2020
  22. Jun 20, 2017
  23. Apr 04, 2017
  24. Mar 23, 2017
  25. Mar 21, 2017
  26. Sep 08, 2016
Loading