- May 29, 2012
-
-
Oliver Sander authored
- Remove unnecessary path to control file (It was needed for building installed modules which we do not do any more - Test for ../../pkgconfig/$modname.pc to decide whether a module is installed or not. Fixes flyspray 1100. [[Imported from SVN: r6779]]
-
Oliver Sander authored
do exist, as they are actually one file for installed modules.) - Only build modules that are not installed - Store relative path of CONTROL file and use it during running commands (on second thought I am not sure whether this is really needed). Fixes flyspray 1112. [[Imported from SVN: r6778]]
-
Oliver Sander authored
- make sure that the module is not a local one before checking if it is installed - fix FS#1100 [[Imported from SVN: r6777]]
-
Oliver Sander authored
[[Imported from SVN: r6776]]
-
Oliver Sander authored
[[Imported from SVN: r6775]]
-
- May 25, 2012
-
-
Oliver Sander authored
avoid unused variable warnings/error in nullptr test patch by Matthias Wohlmuth [[Imported from SVN: r6771]]
-
Oliver Sander authored
[[Imported from SVN: r6770]]
-
Oliver Sander authored
Add DUNE_DEPRECATED_MSG() to the predefined macros for Doxygen, otherwise it gets confused and messes up with \copydoc. [[Imported from SVN: r6768]]
-
- May 23, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6758]]
-
- May 20, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6732]]
-
- May 19, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6730]]
-
- May 14, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6718]]
-
- May 13, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6714]]
-
Oliver Sander authored
[[Imported from SVN: r6711]]
-
- May 08, 2012
-
-
Carsten Gräser authored
(Merge r6705 from trunk) [[Imported from SVN: r6706]]
-
- May 02, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6683]]
-
Oliver Sander authored
[[Imported from SVN: r6682]]
-
Markus Blatt authored
It is not standard conforming. This file must have missed when deleting th backwards compatible code. [[Imported from SVN: r6681]]
-
Carsten Gräser authored
This patch removes the constructor from the overload set. Before the constructor was there but failed to compile due to the static assertion. If you have methods f(K) and f(FieldVector<K,n>) with n>1 the overload was ambigous when calling f() with a FieldVector<K,1> because there is a conversion from this to FieldVector<K,n> - even if it does not compile due to the failing static assertion. Now this is avoided using SFINAE. This fixes fs#1024. [[Imported from SVN: r6680]]
-
Christoph Grüninger authored
[[Imported from SVN: r6678]]
-
Oliver Sander authored
[[Imported from SVN: r6677]]
-
- Apr 30, 2012
-
-
Jorrit Fahlke authored
[[Imported from SVN: r6666]]
-
- Apr 25, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6659]]
-
Oliver Sander authored
Only standard-conforming methods are supported from now on. [[Imported from SVN: r6658]]
-
Oliver Sander authored
It is not standard conforming. [[Imported from SVN: r6657]]
-
- Apr 24, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r6656]]
-
- Apr 23, 2012
-
-
Oliver Sander authored
This is part of FS 787 [[Imported from SVN: r6649]]
-
Oliver Sander authored
[[Imported from SVN: r6648]]
-
Oliver Sander authored
a) it appears overly complicated. Why not just use '=='? b) it is never used anyway [[Imported from SVN: r6647]]
-
Oliver Sander authored
[[Imported from SVN: r6646]]
-
Oliver Sander authored
so it matches the name of its source file. [[Imported from SVN: r6645]]
-
- Apr 18, 2012
-
-
Christoph Grüninger authored
warning. [[Imported from SVN: r6631]]
-
- Apr 17, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r6630]]
-
Christoph Grüninger authored
[[Imported from SVN: r6629]]
-
Christoph Grüninger authored
[[Imported from SVN: r6628]]
-
- Apr 12, 2012
-
-
Christian Engwer authored
[[Imported from SVN: r6617]]
-
Christian Engwer authored
[[Imported from SVN: r6616]]
-
- Apr 05, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r6608]]
-
Christoph Grüninger authored
[[Imported from SVN: r6607]]
-
- Mar 29, 2012
-
-
Markus Blatt authored
Use flags as documented in axlapack for linking with lapack. Now test should compile with static linkage on nonbroken systems. (My system Debian wheezy is obviouly broken and complains about function xerbla_ that is defined in libblas.a and liblapack.a) [[Imported from SVN: r6600]]
-