- 13 May, 2022 1 commit
-
- 12 May, 2022 2 commits
-
-
Christian Engwer authored
[dunecontrol] check for syntax errors in the deps and sugs lists Closes #284 See merge request !1137
-
Christian Engwer authored
fixes #284
-
- 11 May, 2022 3 commits
-
-
Samuel Burbulla authored
[python] Use logger in removeGenerated See merge request !1123
-
Samuel Burbulla authored
-
Andreas Dedner authored
Use version numbers specified in Python-Requires to generate pyproject.toml etc. See merge request !1116
-
- 10 May, 2022 2 commits
-
-
-
Enable use of * in version requirements.
-
- 06 May, 2022 4 commits
-
-
Christian Engwer authored
Fix python FieldVector & FieldMatrix template parameters Closes #303 See merge request !1114
-
Christian Engwer authored
Fix 198 Closes #298 See merge request !1132
-
Christian Engwer authored
-
Christian Engwer authored
-
- 04 May, 2022 2 commits
-
-
Andreas Dedner authored
Add a script that build a PyPI mirror and pushes it to the dune-common package registry See merge request !922
-
Such a mirror can be used for running CI in isolated environments. The script only needs to be run once by a core developer whenever Python dependencies of Dune modules change or new Python versions are released. Mirror PyPI for all Dune packages that are available on PyPI Base the PyPI mirror script on pip-download added a few more packages [fix]
-
- 02 May, 2022 2 commits
-
-
Ansgar Burchardt authored
only use clang-specific pragma when compiling with clang See merge request core/dune-common!1129
-
Ansgar Burchardt authored
GCC's `-Wall` includes `-Wunknown-pragmas` which warns about using `#pragma clang`. Only use the clang-specific pragma when compliling with clang to avoid this warning.
-
- 28 Apr, 2022 2 commits
-
-
Andreas Dedner authored
Revert "Merge branch 'bugfix/cmake-warns-about-missing-argument-in-add_python_test' into 'master'" See merge request core/dune-common!1128
-
Andreas Dedner authored
This reverts merge request !1121
-
- 27 Apr, 2022 2 commits
-
-
Robert K authored
-
- 25 Apr, 2022 2 commits
-
-
Christian Engwer authored
[python][bugfix] Fix deadlock for outputs larger than buffer size Closes #305 See merge request core/dune-common!1126
-
Christian Engwer authored
[python][cmakebuilder] Restore detailed logging output Closes #304 See merge request core/dune-common!1124
-
- 24 Apr, 2022 7 commits
-
-
Timo Koch authored
The wait command can deadlock when used with PIPE if the output is not read from the buffer. Therefore we have to call communicate see https://docs.python.org/3/library/subprocess.html#subprocess.Popen.wait Communicate already waits until the process is finishes, no need for wait
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
- 23 Apr, 2022 2 commits
-
-
Andreas Dedner authored
[python][bugfix] Communicate output to show compiler erroror See merge request core/dune-common!1122
-
Timo Koch authored
Otherwise this throws an exception because stderr is initialized to None
-
- 22 Apr, 2022 2 commits
-
-
Andreas Dedner authored
Add CMAKE_GUARD argument. See merge request core/dune-common!1121
-
Samuel Burbulla authored
Fix warning: CMake Warning at cmake/modules/DunePythonTestCommand.cmake:56 (message): Unparsed arguments in dune_python_add_test: This often indicates typos! Call Stack (most recent call first): dune/python/test/CMakeLists.txt:6 (dune_python_add_test)
-
- 21 Apr, 2022 7 commits
-
-
Ansgar Burchardt authored
[fmatrixev] Use clamp instead of min + max See merge request core/dune-common!1119
-
add missing header
-
-
-
Andreas Dedner authored
[python][packagemetadata] Do not raise exception when non-standard dune.module keys are present See merge request core/dune-common!1118
-
Timo Koch authored
-
Timo Koch authored
We still do not add them to the meta data and write a log entry
-