Skip to content
Snippets Groups Projects
  1. Sep 06, 2021
  2. May 11, 2021
  3. May 04, 2021
  4. May 03, 2021
  5. Feb 05, 2021
  6. Jan 26, 2021
  7. 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
  8. Dec 17, 2020
  9. Sep 04, 2020
  10. Jul 10, 2020
  11. Jul 01, 2020
  12. Jun 10, 2020
  13. May 18, 2020
    • Dominik Thoennes's avatar
      Replaced `waLBerla_python_file_generates` with `waLBerla_generate_target_from_python` · f30f0fa4
      Dominik Thoennes authored
      This new function does the actual generation using pystencils and creates a target library that can be used as a dependency as usual. One should not list the python script itself anymore in add_executable.
      Convention: Use the AppName as a prefix for the generated lib!
      
      Example Usage:
      
      waLBerla_generate_target_from_python( NAME AppNameGeneratedLib FILE GenerateKernel.py OUT_FILES Kernel.h Kernel.cpp)
      
      waLBerla_add_executable ( NAME AppNameGeneratedLibTest DEPENDS GeneratedLib)
      f30f0fa4
  14. Apr 21, 2020
  15. Mar 17, 2020
  16. Nov 11, 2019
  17. Jul 26, 2019
  18. Jul 16, 2019
  19. Jun 07, 2019
  20. Mar 26, 2019
  21. Mar 07, 2019
  22. Feb 18, 2019
  23. Feb 13, 2019
  24. Jan 24, 2019
  25. Jun 11, 2018
  26. Mar 06, 2018
  27. Feb 20, 2018
  28. Feb 14, 2018
  29. Feb 06, 2018
  30. Jan 26, 2018
  31. Dec 20, 2017
  32. Dec 11, 2017
  33. Sep 26, 2017
  34. Sep 20, 2017
  35. Aug 02, 2017