- Oct 30, 2015
-
-
Christoph Grüninger authored
-
- Oct 26, 2015
-
-
Dominic Kempf authored
Previously, the script that splits the in-module documentation into parts exited with cryptic error messages that gave no hint on where the typo happened. It now prints the offending line.
-
Dominic Kempf authored
In dune-testtools we built a sphinx cmake documentation which is customized quite a bit. With the core functionality being in dune-common, it is hard to maintain it twice. I have therefore added some options to the dune-common doc infrastructure, that are beneficial downstream. You can now: * provide custom rst sources * provide a custom sphinx-build conf file * limit the documentation to the current module, instead of adding all requirements automatically The defaults of all those parameters result in an unchanged behaviour (compared to before this commit).
-
Dominic Kempf authored
-
Dominic Kempf authored
As talked about on the developer meeting, a configure switch should allow to build the tests during make all. You can either set it through your opts file or activate it on a per module level. If not active, you have to run make build_tests && make test to run the test suite.
-
Dominic Kempf authored
We should always use the DUNE_ prefix for our cmake variables, to avoid scoping clashes and to stay consistent. Sorry for not doing this immediately, it was an oversight.
-
Dominic Kempf authored
-
Dominic Kempf authored
This way, the docs get much more readable.
-
Felix Gruber authored
This is a follow-up to commits 7d118c6f and e488a7c1.
-
- Oct 24, 2015
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
The warning was added before FS#493 and the related FS#491 were resolved. Probably it was just forgotten to remove the warning. I double checked with GCC 5 and -O3. Works for me.
-
Martin Nolte authored
The file has been deleted in 152817d2.
-
- Oct 23, 2015
-
-
Christoph Grüninger authored
Probably an error caused during merging.
-
Dominic Kempf authored
Implements the dune_add_test mechanism and applies it to all the dune-common tests. Conflicts: dune/common/test/CMakeLists.txt
-
Dominic Kempf authored
It allows ctest to correctly schedule parallel tests even though running through ctest -j.
-
Dominic Kempf authored
-
Christoph Grüninger authored
This enables users to have several build directories like build-clang, build-gcc5, build-debug, and still get all of them ignored.
-
- Oct 22, 2015
-
-
Dominic Kempf authored
A list of numbers may be given and the test is executed with all those processor numbers, unless the user variable DUNE_MAX_TEST_CORES is exceeded. In sequential builds, tests with a number higher than 1 are discarded.
-
Steffen Müthing authored
-
Dominic Kempf authored
-
- Oct 16, 2015
-
-
Martin Nolte authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Nothing needs to be included with proper C++11 compilers.
-
Christoph Grüninger authored
Old feature support macros which were tested until 2.4, kept around for one more release. As these are now always supported due to the new compiler requirements, they are directly defined without an explicit test.
-
- Oct 15, 2015
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
Conflicts: cmake/modules/CMakeLists.txt cmake/scripts/CMakeLists.txt
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
It is outdated.
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
We aim to document the entire relevant user API. Some functions from CMake are not worth wrapping, so we need to add them to our documentation.
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Oct 14, 2015
-
-
Dominic Kempf authored
Broken/missing references, wrong directives etc.
-
Martin Nolte authored
As documented, tranformTuple should support AddRefTypeEvaluator. As std::make_tuple will remove references (using std::decay) from the funtor's return type, the returned tuple would contain copies of the values. This is not the intended behavior. This patch adds AddRefTypeEvaluator to the utilitytest and fixes the return type of transformTuple.
-