- 28 Dec, 2020 1 commit
-
-
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.
-
- 10 Jul, 2020 1 commit
-
-
- 10 Jun, 2020 1 commit
-
-
Dominik Thoennes authored
use cuda as a first level language in CMake with `enable_language(CUDA)` enable tests where cuda and codegen are both activated various minor fixes
-
- 18 May, 2020 1 commit
-
-
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)
-
- 26 Jul, 2019 1 commit
-
-
Martin Bauer authored
-
- 16 Jul, 2019 1 commit
-
-
Dominik Thoennes authored
This option is OFF by default. If turned on cmake will notify if a target cannot be build due to a missing module.
-
- 07 Jun, 2019 1 commit
-
-
Martin Bauer authored
-
- 18 Feb, 2019 1 commit
-
-
Martin Bauer authored
-
- 13 Feb, 2019 1 commit
-
-
Michael Kuron authored
-
- 24 Jan, 2019 1 commit
-
-
Martin Bauer authored
- information from CMake to codegen: double/float, OpenMP, ...
-
- 11 Jun, 2018 2 commits
-
-
Dominik Thoennes authored
-
Dominik Thoennes authored
-
- 06 Feb, 2018 1 commit
-
-
Christian Godenschwager authored
External apllications which did not set the C++ standard to 14 in their CMakeLists.txt failed to build. This change allows them to build without further user actions.
-
- 20 Dec, 2017 1 commit
-
-
Christian Godenschwager authored
-
- 11 Dec, 2017 1 commit
-
-
Martin Bauer authored
- one python file can now generate multiple source files
-
- 26 Sep, 2017 1 commit
-
-
Christian Godenschwager authored
- Add generator files to targets to show them in VS solutions - mark generated files as such in CMake
-
- 02 Aug, 2017 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 25 Apr, 2017 1 commit
-
-
Martin Bauer authored
-
- 30 Mar, 2017 1 commit
-
-
Christian Godenschwager authored
If you have access to the old closed source waLBerla repository, you may restore the complete history with the following command git fetch git@i10git.cs.fau.de:software/walberla.git 'refs/replace/*:refs/replace/*'
-