Skip to content
Snippets Groups Projects
  1. Mar 06, 2023
    • Martin Killenberg's avatar
      project-template: add -fno-inline to tsan flags (#24) · 07a8fe4a
      Martin Killenberg authored
      This allows easier debugging as all lines can be reached. The tsan build uses
      "-o1" for performance reasons.
      For asan and Debug build we use "-o0", which includes this flag, and for the
      release builds we want as much optimisation we can get.
      07a8fe4a
  2. Mar 03, 2023
  3. Feb 22, 2023
  4. Feb 14, 2023
  5. Feb 02, 2023
  6. Jan 19, 2023
  7. Dec 20, 2022
  8. Nov 04, 2022
  9. Aug 26, 2022
  10. Aug 25, 2022
  11. Aug 18, 2022
  12. Aug 09, 2022
  13. Aug 08, 2022
    • Jens Georg's avatar
      Ignore files generated by CMake during configure · d7549655
      Jens Georg authored
      There are a couple of files in the CMakeFiles folder that will match the
      search patterns. This is problematic during package build, since debian
      builds in a subfolder of the source folder, so we hit those files and
      tests fail
      d7549655
  14. Aug 01, 2022
  15. Jul 28, 2022
  16. Jul 27, 2022
  17. Jun 20, 2022
  18. Mar 14, 2022
  19. Mar 04, 2022
    • Jens Georg's avatar
      Consolidate coverage options · 5b15810e
      Jens Georg authored
       - Remove Makefile.coverage.in
       - Drop BUILD_COVERAGE_ON_DEBUG for ENABLE_COVERAGE_REPORT (defaults to
          on if included)
       - Add clean-gcda target
      5b15810e
  20. Feb 22, 2022
  21. Jan 13, 2022
  22. Aug 26, 2021
  23. Jul 13, 2021
  24. Jul 12, 2021
  25. Jun 23, 2021
  26. Apr 07, 2021
  27. Mar 15, 2021
  28. Feb 16, 2021
  29. Dec 09, 2020
  30. Dec 03, 2020
  31. Nov 18, 2020
  32. Oct 22, 2020
Loading