- Nov 17, 2015
-
-
Carsten Gräser authored
This is intended to contain everything related to type computations, like, e.g., type traits, helpers for overload resolution, ...
-
- Oct 26, 2015
-
-
Dominic Kempf authored
-
Dominic Kempf authored
This way, the docs get much more readable.
-
- Oct 15, 2015
-
-
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 13, 2015
-
-
Dominic Kempf authored
We do not want one such documentation per module, but instead we would allow people to use it from their module and get a documentation generated from all the dependent modules. This needs some changes to the machine.
-
Dominic Kempf authored
This includes the following workflow: * The cmake module path is globbed for any modules matching *.cmake * The opening comment is parsed for the following rst directives: cmake_function, cmake_module, cmake_variables * From those, a browsable documentation is generated. To run properly, a python interpreter and sphinx are needed.
-
- Jul 27, 2015
-
-
Jö Fahlke authored
Add missing files, remove ancient buildsystem stuff and stuff where it is unclear where it comes from.
-
- Jul 09, 2015
-
-
Christoph Grüninger authored
- add question concerning configure options - add question concerning disabling options - mention deletion of CMakeCache.txt
-
Christoph Grüninger authored
Update CXXFLAG question. More proof reading and line wrapping.
-
Christoph Grüninger authored
- Get rid of \\ at end of paragraphs - Fix various misspellings - add some convenience macros - add myself as co-author - break long lines which were modified anyway
-
- Jun 18, 2015
-
-
Dominic Kempf authored
-
- Jun 17, 2015
-
-
Dominic Kempf authored
This document gathers some beginners question about the CMake build system. It is built during make doc and made available on the website through the doc installation.
-
- Jun 02, 2015
-
-
Oliver Sander authored
Those create a lot of output (basically what method uses what other method and what method is used by what other method), which I doubt a whole lot of people find useful. Turning them off makes the html output much more pleasant to read.
-
Oliver Sander authored
-
- May 25, 2015
-
-
Christoph Grüninger authored
Fixes FS#FS#1649.
-
- Apr 20, 2015
-
-
- Apr 10, 2015
-
-
Christoph Grüninger authored
-
- Mar 11, 2015
-
-
Oliver Sander authored
-
- Feb 19, 2015
-
-
Felix Gruber authored
mention cmake and CMAKE_FLAGS. Add an example for CMAKE_FLAGS in the example opts file. Also update the compiler version in the example opts file to a version that is actually supported by dune.
-
Felix Gruber authored
-
- Nov 08, 2014
-
-
Jö Fahlke authored
"Makefile.in", "*.o", etc. need only be listed in the toplevel .gitignore, the rules are applied recursively. Test programs etc. should be listed as "/program" in their directory's .gitignore, so they are not accidentially ignored in a lower level directory.
-
- Oct 13, 2014
-
-
Oliver Sander authored
-
Oliver Sander authored
-
- Oct 06, 2014
-
-
Ansgar Burchardt authored
-
- Sep 15, 2014
-
-
Dominic Kempf authored
-
Christian Engwer authored
-
- Mar 22, 2014
-
-
Christoph Grüninger authored
-
- Jan 15, 2014
-
-
Oliver Sander authored
The clutter the output. I can't believe anyone really wants to see the friend relationships in doxygen.
-
- Jan 09, 2014
-
-
Christoph Grüninger authored
With openSuse 12.3 (Doxygen 1.8.5) the generated documentation contains lots of huge graphs which show the include dependency graph of a file. This lead to large tarballs of 155 MiB compared to 50 MiB with this patch. With Debian Wheezy (Doxygen 1.8.1.2) the tarballs did not blow up in file size. Scanning the Doxygen change log did not enlighten me and I remain puzzled why the graph were never built. INCLUDED_BY_GRAPH is changed to prevent the same behvior for future releases. We currently do not include these graphs and this change makes the configureation consistent with the result.
-
- Dec 18, 2013
-
-
Markus Blatt authored
-
Markus Blatt authored
-
Markus Blatt authored
docdir is variable of automake and its by default set to $(datadir)/doc/dune-common. Therefore there is not need to set it here.
-
Markus Blatt authored
When moving the documentation of the parallel index sets from dune-istl to dune-common, we forgot to adjust the installation directories accordingly. This patch fixes this situation.
-
- Dec 13, 2013
-
-
Markus Blatt authored
-