Skip to content
Snippets Groups Projects
  1. Feb 03, 2021
  2. Jan 12, 2021
  3. Jan 07, 2021
  4. Jan 01, 2021
  5. Dec 31, 2020
  6. 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
  7. Dec 17, 2020
  8. Dec 10, 2020
  9. Dec 09, 2020
  10. Nov 22, 2020
  11. Oct 30, 2020
  12. Oct 27, 2020
  13. Oct 23, 2020
  14. Oct 22, 2020
  15. Oct 16, 2020
  16. Aug 19, 2020
  17. Aug 18, 2020
  18. Aug 12, 2020
  19. Aug 07, 2020
  20. Jul 25, 2020
  21. Jul 24, 2020
  22. Jul 17, 2020
  23. Jul 14, 2020
    • Sebastian Eibl's avatar
      OpenMP support is now switchable within the generation script · a8129903
      Sebastian Eibl authored
      Since MSVC only has beta support for OpenMP 2.0 firstprivate
      cannot be used for these compilers. However, firstprivate
      is necessary for a reasonably safe implementation of OpenMP
      in MESA-PD. The solution is to move OpenMP support to the
      generator and disable OpenMP for the checked in version.
      The waLBerla OpenMP guards are removed as they are no longer
      needed. It is now assumed that if MESA-PD is generated with
      OpenMP support it is about to be used. If OpenMP is disabled
      with CMake warnings will pop up about undefined pragmas.
      a8129903
  24. Jul 10, 2020
  25. Jul 06, 2020
  26. Jun 22, 2020
  27. Jun 20, 2020
  28. Jun 19, 2020
  29. Jun 18, 2020
  30. Jun 15, 2020