Skip to content
Snippets Groups Projects
  1. Oct 07, 2022
  2. Jul 22, 2022
  3. Jul 15, 2022
  4. Jun 08, 2022
  5. May 31, 2022
  6. May 24, 2022
  7. Apr 28, 2022
  8. Mar 25, 2022
  9. Feb 10, 2022
  10. Feb 08, 2022
  11. Feb 02, 2022
  12. Dec 17, 2021
  13. Nov 29, 2021
  14. Nov 23, 2021
  15. Nov 19, 2021
  16. Nov 10, 2021
  17. Nov 02, 2021
  18. Sep 30, 2021
  19. Sep 16, 2021
  20. Sep 13, 2021
  21. Aug 23, 2021
  22. Aug 19, 2021
  23. Jul 07, 2021
  24. Jul 03, 2021
  25. Jun 21, 2021
  26. Jun 16, 2021
  27. Mar 03, 2021
  28. Jan 26, 2021
  29. Dec 28, 2020
    • Michael Kuron's avatar
      Remove Boost and switch to C++17 · c3b6da1d
      Michael Kuron authored and Markus Holzer's avatar Markus Holzer committed
      Some optional components use Boost MultiArray and PropertyTree, so we still include the headers if available.
      We also still search std::experimental for any, filesystem and optional because some otherwise C++17-compliant compilers did not support them in std until recently.
      c3b6da1d
  30. Dec 18, 2020
  31. Dec 17, 2020
  32. Dec 11, 2020
  33. Oct 30, 2020
  34. Oct 23, 2020
    • Dominik Thoennes's avatar
      introduce extra stage for merge requests to reduce load on swarm · 28087400
      Dominik Thoennes authored
      The new CI has four stages:
      1. **pretest** jobs are run automatically as a first check
      2. **test** jobs run at each commit but contain only a limited number of configurations
      3. **merge_request** these jobs need to be run **manually** before merging a merge request
      4. **benchmark** benchmarks are only run manually if needed
      28087400
  35. Oct 07, 2020