1. 04 May, 2021 1 commit
  2. 15 Jan, 2021 1 commit
  3. 22 Dec, 2020 1 commit
  4. 23 Nov, 2020 2 commits
  5. 18 Nov, 2020 1 commit
  6. 20 Jul, 2019 3 commits
    • azure: move build scripts into "azure-pipelines" directory · ffac520e
      Since we have migrated to Azure Pipelines, we have deprecated and
      subsequentally removed all infrastructure for AppVeyor and
      Travis. Thus it doesn't make a lot of sense to have the split
      between "ci/" and "azure-pipelines/" directories anymoer, as
      "azure-pipelines/" is essentially our only CI.
      
      Move all CI scripts into the "azure-pipelines/" directory to have
      everything centrally located and to remove clutter in the
      top-level directory.
      Patrick Steinhardt committed
    • tests: execute leak checker via CTest directly · d827b11b
      Right now, we have an awful hack in our test CI setup that extracts the
      test command from CTest's output and then prepends the leak checker.
      This is dependent on non-machine-parseable output from CMake and also
      breaks on various ocassions, like for example when we have spaces in the
      current path or when the path contains backslashes. Both conditions may
      easily be triggered on Win32 systems, and in fact they do break our
      Azure Pipelines builds.
      
      Remove the awful hack in favour of a new CMake build option
      "USE_LEAK_CHECKER". If specifying e.g. "-DUSE_LEAK_CHECKER=valgrind",
      then we will set up all tests to be run under valgrind. Like this, we
      can again simply execute ctest without needing to rely on evil sourcery.
      Patrick Steinhardt committed
    • fuzzers: provide test targets · 86ecd600
      Instead of having to find the fuzzer executables in our Azure test
      scripts, provide test targets for each of our fuzzers that will
      run them with the correct paths.
      Patrick Steinhardt committed
  7. 05 Jul, 2019 1 commit
  8. 25 Jun, 2019 1 commit
  9. 24 Jun, 2019 2 commits
  10. 10 Jun, 2019 3 commits
  11. 13 Feb, 2019 1 commit
  12. 28 Jan, 2019 1 commit
  13. 20 Jan, 2019 1 commit
  14. 19 Jan, 2019 3 commits
  15. 11 Jan, 2019 1 commit
  16. 28 Nov, 2018 1 commit
  17. 30 Oct, 2018 2 commits
  18. 26 Oct, 2018 2 commits
  19. 25 Oct, 2018 1 commit
  20. 23 Oct, 2018 1 commit
  21. 21 Oct, 2018 2 commits
  22. 19 Oct, 2018 1 commit
  23. 29 Sep, 2018 2 commits
  24. 18 Sep, 2018 2 commits
  25. 11 Sep, 2018 1 commit
  26. 10 Sep, 2018 2 commits