Skip to content
Snippets Groups Projects
  1. Mar 29, 2021
  2. Mar 25, 2021
  3. Mar 08, 2021
  4. Mar 03, 2021
  5. Feb 12, 2021
  6. Feb 10, 2021
  7. Feb 09, 2021
  8. Feb 05, 2021
  9. Feb 04, 2021
  10. Feb 03, 2021
  11. Jan 12, 2021
  12. Jan 07, 2021
  13. 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
  14. Dec 18, 2020
  15. Dec 17, 2020
  16. Dec 11, 2020
  17. Dec 10, 2020
  18. Dec 09, 2020
  19. Oct 22, 2020
  20. Oct 05, 2020
  21. Jul 20, 2020
  22. 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
  23. Jul 10, 2020
  24. Jun 18, 2020
  25. May 27, 2020
  26. Mar 30, 2020
  27. Mar 11, 2020
  28. Mar 09, 2020
  29. Feb 29, 2020
  30. Feb 28, 2020
  31. Feb 27, 2020