Skip to content
Snippets Groups Projects
  1. Sep 06, 2021
  2. Jun 30, 2021
  3. Jun 16, 2021
  4. May 17, 2021
  5. May 15, 2021
  6. May 04, 2021
  7. Apr 30, 2021
  8. Apr 09, 2021
  9. Mar 31, 2021
  10. Mar 23, 2021
  11. Mar 16, 2021
    • Dominik Thoennes's avatar
      remove nvtx wrapper · 5e233ea3
      Dominik Thoennes authored
      the wrapper did not compile but since this was not a problem in the last two years it can be removed
      5e233ea3
  12. Feb 22, 2021
  13. Jan 27, 2021
  14. Jan 22, 2021
  15. Jan 12, 2021
  16. Jan 01, 2021
  17. 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
  18. Dec 17, 2020
  19. Oct 30, 2020
  20. Oct 05, 2020
  21. Sep 04, 2020
  22. Jul 23, 2020
    • Michael Kuron's avatar
      Update CMake boost python logic · be036c15
      Michael Kuron authored
      We need to have at least one other required library, otherwise FindBoost will consider itself successful even if it didn't find anything.
      Also, add Python 3.8 support by using the Python version numbers as library version numbers.
      be036c15
  23. Jul 07, 2020
  24. Jul 04, 2020
  25. Jun 10, 2020
  26. Mar 17, 2020
  27. Dec 10, 2019
  28. Nov 11, 2019
  29. Oct 15, 2019
  30. Sep 10, 2019
  31. Jul 30, 2019
  32. Jul 16, 2019
  33. May 16, 2019
    • Martin Bauer's avatar
      Removed IntelMPI Workaround from CMake · a1b603d4
      Martin Bauer authored
      - workaround seems to be not necessary any more, for recent IntelMPI versions
      - the workaround did not play with CMake's try_compile function, which tries to compile some test programs to check for compiler features
        The workaround added '-include mpi.h' to the compile flags, which are also used by try_compile, but try_compile does not set include directories with "-I"
        This lead to the problem, that for example the OpenMP flag was not correctly determined, since there the try_compile mechanism is used
      a1b603d4
    • Martin Bauer's avatar
      Support for Boost 1.70.0 and Python 3.7 · 33fe0883
      Martin Bauer authored
      33fe0883
  34. Apr 25, 2019