- 18 Nov, 2020 14 commits
-
-
Dennis Gläser authored
Most of the time, changes to the docu will occur in header files, thus, it should be checked not only if the doxygen setup in doc/ has changed.
-
Dennis Gläser authored
This avoids the triggering of many pipelines during a phase of development with an open merge request. For commits to master and for tag commits, pipelines are still automatically started.
-
Dennis Gläser authored
Fix/ci code coverage See merge request tools/frackit!190
-
Dennis Gläser authored
-
Dennis Gläser authored
Feature/coverage reports See merge request tools/frackit!188
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
- 17 Nov, 2020 3 commits
-
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
- 16 Nov, 2020 5 commits
-
-
Dennis Gläser authored
Fix/ci build doc job See merge request tools/frackit!185
-
Dennis Gläser authored
-
Dennis Gläser authored
[docker] add Dockerfile See merge request tools/frackit!182
-
Dennis Gläser authored
-
Dennis Gläser authored
-
- 15 Nov, 2020 8 commits
-
-
Dennis Gläser authored
-
Dennis Gläser authored
This ensures that not all artifacts are downloaded
-
Dennis Gläser authored
We allow for passing the number of entities to be created via the command line, such that this can be used in the test suite to speedup computations.
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
This turns examples into "tests". We actually want to have them tested in the ci as well. Moreover, the add_application macro was basically the same as add_test, just not adding an actual test.
-
Dennis Gläser authored
-
- 13 Nov, 2020 10 commits
-
-
Dennis Gläser authored
Feature/docu improve installation notes See merge request tools/frackit!180
-
Dennis Gläser authored
-
Dennis Gläser authored
[ci] use default image and specify only mrs for all jobs See merge request tools/frackit!181
-
Dennis Gläser authored
-
Dennis Gläser authored
[CMakeLists] improve OCC lib search See merge request tools/frackit!179
-
Dennis Gläser authored
Feature/support occ 7.5 See merge request tools/frackit!178
-
Dennis Gläser authored
This enables the user to set a search path for OCC in case of custom installation folders. Moreover, one has the possibility to link other OCC libraries in case they are needed for an application.
-
Dennis Gläser authored
According to the OCC docu, generated shapes are only those that do not have the same dimension as the shapes participating in a boolean operation. Thus, inserting them as fragments here leads to errors in the brep writer and is not what we want. In OCC7.5 this fails while OCC7.3 did not have issues with this for some reason.
-
Dennis Gläser authored
-
Dennis Gläser authored
[ci] test python bindings too See merge request tools/frackit!177
-