- Sep 03, 2012
-
-
Jorrit Fahlke authored
[[Imported from SVN: r6952]]
-
- Aug 31, 2012
-
-
Markus Blatt authored
have been already seen by the linker. As DUNE_LIBS (e.g. dune-grid) use symbols from other libraries already in ALL_PKG_LIBS (e.g. those of the alugrid library), they should be appended to them. On the other hand libtool removes duplicate libraries provided when linking from, such that only the first occurence persits. Resulting e.g. in libalugrid coming after libgrid. This never caused problems because libtool added dependencies known to it from the .la file automatically. But it does when using dune core packages built with cmake (these lack .la files). All tests of the core module pass (except one in virtual refinement). Additionally dune-grid-howto build with ug and alugrid enabled. [[Imported from SVN: r6949]]
-
Oliver Sander authored
Patch by Markus Blatt. See FS 979 [[Imported from SVN: r6947]]
-
- Aug 22, 2012
-
-
Oliver Sander authored
Patch by Elias Pipping FS 1147 [[Imported from SVN: r6921]]
-
Oliver Sander authored
Patch by Elias Pipping [[Imported from SVN: r6920]]
-
- Aug 21, 2012
-
-
Oliver Sander authored
Patch by Elias Pipping [[Imported from SVN: r6915]]
-
Oliver Sander authored
Patch by Elias Pipping, thanks. FS 1147 [[Imported from SVN: r6914]]
-
Oliver Sander authored
As suggested by Christian in FS 1147. Implemented by Elias Pipping. [[Imported from SVN: r6913]]
-
- Aug 13, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6897]]
-
- Aug 12, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6896]]
-
Christian Engwer authored
add doc [[Imported from SVN: r6895]]
-
- Aug 08, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6890]]
-
- Aug 07, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6889]]
-
Martin Nolte authored
[[Imported from SVN: r6888]]
-
Martin Nolte authored
[[Imported from SVN: r6887]]
-
- Aug 06, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6886]]
-
Christian Engwer authored
oos-build broke the web-site this fix actually checks where the sources are chooses the right directory [[Imported from SVN: r6885]]
-
Christian Engwer authored
fix include order [[Imported from SVN: r6884]]
-
Christian Engwer authored
remove dune-web support from top-rules [[Imported from SVN: r6883]]
-
Christian Engwer authored
fix out-of-source build for latex and wml -> fix oos-build for dune-grid-howto [[Imported from SVN: r6882]]
-
Christian Engwer authored
improve error message for invalid module names [[Imported from SVN: r6881]]
-
- Aug 01, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6878]]
-
- Jul 31, 2012
-
-
Christian Engwer authored
initialize result with 0 (patch by Matthias Wohlmuth) [[Imported from SVN: r6877]]
-
- Jul 30, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6876]]
-
- Jul 27, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6875]]
-
- Jul 26, 2012
-
-
Markus Blatt authored
error as it would have halted configure) [[Imported from SVN: r6874]]
-
- Jul 19, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6873]]
-
- Jul 18, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6872]]
-
Martin Nolte authored
[[Imported from SVN: r6871]]
-
- Jul 16, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6870]]
-
Markus Blatt authored
[[Imported from SVN: r6869]]
-
Martin Nolte authored
* the array synopsis in the standard uses struct, so why don't we? * add method empty (demanded by the standard, many more are actually missing) * consistently use std::size_t instead of size_t (for std::array it should even be std::size_t) * simplify operator<< * unify indentation (to 2) * make_array is a function and not a method * improve comments on the preprocessor branches (to improve readability) [[Imported from SVN: r6868]]
-
Christoph Grüninger authored
[[Imported from SVN: r6867]]
-
Martin Nolte authored
[[Imported from SVN: r6866]]
-
- Jul 13, 2012
-
-
Christoph Grüninger authored
Fix printing of zero-dimensional arrays, FS#1148. (Thanks to Elias Pipping for testing the patch) [[Imported from SVN: r6865]]
-
- Jul 12, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6864]]
-
- Jul 11, 2012
-
-
Christian Engwer authored
- update fvector test (thanks to Matthias Wohlmuth) [[Imported from SVN: r6863]]
-
Christian Engwer authored
- add dotproduct for basic data types (thanks to Matthias Wohlmuth) [[Imported from SVN: r6862]]
-
Christian Engwer authored
fix verbose suggestions output (thanks to Tobias Malkmus) [[Imported from SVN: r6861]]
-
- Jul 10, 2012
-
-
Christian Engwer authored
add an option to print the sorted list of modules, including the info if it is a dependency or a suggestion [[Imported from SVN: r6860]]
-