Skip to content
Snippets Groups Projects
  1. Apr 30, 2024
  2. Apr 02, 2024
  3. Feb 27, 2024
  4. Dec 19, 2023
  5. Dec 11, 2023
  6. May 17, 2023
  7. May 03, 2023
  8. Feb 28, 2023
  9. Apr 20, 2022
  10. Feb 25, 2022
  11. Dec 07, 2021
  12. Nov 29, 2021
  13. Nov 17, 2021
  14. Oct 05, 2021
  15. Sep 06, 2021
  16. May 11, 2021
  17. May 04, 2021
  18. May 03, 2021
  19. Feb 05, 2021
  20. Jan 26, 2021
  21. 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
  22. Dec 17, 2020
  23. Sep 04, 2020
  24. Jul 10, 2020
  25. Jul 01, 2020
  26. Jun 10, 2020
  27. 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
  28. Apr 21, 2020
  29. Mar 17, 2020
  30. Nov 11, 2019
  31. Jul 26, 2019
  32. Jul 16, 2019
  33. Jun 07, 2019
  34. Mar 26, 2019
  35. Mar 07, 2019
  36. Feb 18, 2019
  37. Feb 13, 2019