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