- Sep 21, 2021
-
-
- Sep 13, 2021
-
-
Sören Peters authored
Make boost optional for all user. When BUILD_USE_BOOST is enabled cmake will look for the boost header only libraries. Afterwards boost needs to be linked to the required library. e.g: if(BUILD_USE_BOOST) target_link_libraries(${library_name} PRIVATE Boost::boost) endif()
-
- Aug 04, 2021
-
-
GITLAB-RUNNER03\runner authored
-
- Aug 03, 2021
- Jul 29, 2021
-
-
-
Add build cache cmake function. Use ccache if available. Therefore removed ccache presets and update the ci script. Prevent insource builds. Add compiler warnings target, which is not in use so far.
-
- Jul 13, 2021
-
-
Soeren Peters authored
-
- Jun 29, 2021
- Jun 15, 2021
-
-
GITLAB-RUNNER03\runner authored
-
- Jun 11, 2021
-
-
peters authored
-
- May 27, 2021
-
-
peters authored
-
- May 20, 2021
-
-
peters authored
-
- Apr 30, 2021
-
-
peters authored
-
- Apr 29, 2021
- Apr 16, 2021
-
-
peters authored
-
- Apr 09, 2021
-
-
Soeren Peters authored
-
- Apr 08, 2021
-
-
peters authored
-
Soeren Peters authored
-
peters authored
-
peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
- Mar 17, 2021
-
-
peters authored
As the cuda warnings are different on each platform and super badly documented, we switch to suppress all warnings for the GridGenerator.
-
- Feb 26, 2021
-
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
Remove some compiler warnings and added some cuda warning suppressions for the GridGenerator, as they are cluttering the build output.
-
- Feb 16, 2021
-
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
- Feb 12, 2021
-
-
Soeren Peters authored
As all warnings from VirtualFluidsCPU might be removed, we added a new CI job wich only builds VirtualFluidsCPU and treats all warnings as errors.
-