- Mar 12, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7413]]
-
Markus Blatt authored
At least on Debian CMAKE_INSTALL_LIBDIR is the multiarch libdir. [[Imported from SVN: r7411]]
-
Markus Blatt authored
Skip LATEX_USABLE guard for communication.pdf as the check is incorporated into dune_add_latex_document. [[Imported from SVN: r7405]]
-
Markus Blatt authored
Skip LATEX_USABLE guard for buildsystem.pdf as the check is incorporated into dune_add_latex_document. [[Imported from SVN: r7404]]
-
Markus Blatt authored
[[Imported from SVN: r7403]]
-
Markus Blatt authored
[[Imported from SVN: r7402]]
-
- Mar 11, 2013
-
-
Markus Blatt authored
We now check whether the tex source exists. If not we check whether the pdf is already in the source tree, otherwise we send an error. [[Imported from SVN: r7398]]
-
- Feb 22, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7383]]
-
Markus Blatt authored
Previously there still was a dependency to build the pdf which miserably failed as we don not distribute tex files. [[Imported from SVN: r7382]]
-
Markus Blatt authored
Original message was: Distribute and install dynmatrixev.hh. [[Imported from SVN: r7381]]
-
Markus Blatt authored
The tarballs already contain the generated pdf files. No CMake will detect whether the pdf are contained in the source tree. If that is the case they will not be generated and installed directly. [[Imported from SVN: r7380]]
-
Markus Blatt authored
[[Imported from SVN: r7379]]
-
Christian Engwer authored
add missing implementation of state() [[Imported from SVN: r7378]]
-
- Feb 20, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7376]]
-
Markus Blatt authored
[[Imported from SVN: r7374]]
-
Markus Blatt authored
[[Imported from SVN: r7371]]
-
Markus Blatt authored
[[Imported from SVN: r7369]]
-
Markus Blatt authored
Renmaed CMAKE_(SOURCE|BINARY)_DIR to PROJECT_(SOURCE|BINARY)_DIR to let people build dune modules as subproject of another project. [[Imported from SVN: r7367]]
-
- Feb 19, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7361]]
-
Markus Blatt authored
[[Imported from SVN: r7130]]
-
- Feb 18, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7129]]
-
Markus Blatt authored
[[Imported from SVN: r7128]]
-
- Feb 15, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7126]]
-
- Feb 14, 2013
-
-
Christian Engwer authored
At least since version 3.0 CLang support __cxa_demangle. To support as many compilers as possible we test for the feature instead of testing for the compiler version. Thanks to Andreas Lauser <and@poware.org> for providing this patch (see FS #1246) [[Imported from SVN: r7125]]
-
- Feb 13, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7124]]
-
Markus Blatt authored
[[Imported from SVN: r7123]]
-
Markus Blatt authored
[[Imported from SVN: r7122]]
-
Markus Blatt authored
Create makefiles below cmake directory. [[Imported from SVN: r7121]]
-
Markus Blatt authored
Process makefiles below cmake directory. [[Imported from SVN: r7120]]
-
Markus Blatt authored
Install CMake files with autotools. [[Imported from SVN: r7119]]
-
Markus Blatt authored
[[Imported from SVN: r7118]]
-
Markus Blatt authored
One can select CMake using the --use-cmake switch. This prepares the merge to the trunk. [[Imported from SVN: r7117]]
-
- Feb 08, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7116]]
-
Markus Blatt authored
[[Imported from SVN: r7115]]
-
Markus Blatt authored
Corrected a typo. [[Imported from SVN: r7114]]
-
Christoph Grüninger authored
(calms down clang warning) [[Imported from SVN: r7113]]
-
- Feb 07, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7111]]
-
Markus Blatt authored
The index sets themselves are already there. Step 1: copying files from dune-istl to dune-common [[Imported from SVN: r7110]]
-
Markus Blatt authored
n dune/common/share_ptr.hh the constructor of SharedCount is defined to be a template. However, the template argument is never used. This template argument was now dropped. Patch kindly provided by Olaf Ippisch [[Imported from SVN: r7108]]
-
Christoph Gersbacher authored
Move template specializations of matrix capabilities into header. Restrict call to methods solve(), invert() to invertible matrices. [[Imported from SVN: r7107]]
-