- Apr 03, 2012
-
-
Markus Blatt authored
The documentation is still not built and therefore not installed [[Imported from SVN: r6602]]
-
Markus Blatt authored
[[Imported from SVN: r6601]]
-
- Mar 25, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6597]]
-
- Mar 14, 2012
-
-
Christoph Grüninger authored
Exclude linking to MPI_CXX_LIBRARIES if MPI not found. [[Imported from SVN: r6590]]
-
Christoph Grüninger authored
Added support for MPI. Write module version information to config.h. [[Imported from SVN: r6588]]
-
Christoph Grüninger authored
Most tests are run correctly, some fail due to an exception or missing MPI support. Module name, version and email address is extracted from dune.module. [[Imported from SVN: r6587]]
-
- Mar 13, 2012
-
-
Christoph Grüninger authored
Include config.h even if built ot-of-source. Include static_assert_test to be build on test and not run. [[Imported from SVN: r6586]]
-
- Mar 09, 2012
-
-
Christoph Grüninger authored
directory. [CMake] make builds more than half of the tests. [[Imported from SVN: r6580]]
-
- Mar 04, 2012
-
-
Christoph Grüninger authored
Only ctest is working. [[Imported from SVN: r6577]]
-
- Feb 06, 2012
-
-
Robert Klöfkorn authored
[[Imported from SVN: r6560]]
-
- Jan 18, 2012
-
-
Jorrit Fahlke authored
Otherwise, the tests will just fail to compile because of missing headers Author: Elias Pipping <pipping@exherbo.org> [[Imported from SVN: r6552]]
-
- Oct 19, 2011
-
-
Oliver Sander authored
Patch by Elias Pipping (see FS 944). [[Imported from SVN: r6517]]
-
Oliver Sander authored
[[Imported from SVN: r6516]]
-
- Sep 08, 2011
-
-
Markus Blatt authored
[[Imported from SVN: r6494]]
-
- Sep 06, 2011
-
-
Christian Engwer authored
* update configure check * move nullptr_t to namespace Dune * import nullptr_t from namespace std (according to updated proposal) [[Imported from SVN: r6492]]
-
- Aug 11, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6487]]
-
Oliver Sander authored
to FieldVector::size() as a method. With this patch applied FieldVector::size remains an enum, hence all your code compiles as before. However you get a compiler warning explaining the issue and suggesting to configure with --enable-fieldvector-size-is-method. If you do so, then FieldVector::size becomes a method, and you may have to go out and adjust your code. The configure flag is transitional and will be removed after dune 2.2 is out. Remember that there is no smoother way to do the transition, as you can't have FieldVector::size to be both an enum value and a method at the same time. This fixes FlySpray issue 819. [[Imported from SVN: r6486]]
-
- Jun 24, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6470]]
-
- Apr 27, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6429]]
-
- Apr 26, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6425]]
-
- Apr 15, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6421]]
-
Christian Engwer authored
[[Imported from SVN: r6420]]
-
Christian Engwer authored
[[Imported from SVN: r6418]]
-
- Apr 05, 2011
-
-
Oliver Sander authored
This closes FlySpray task 804 [[Imported from SVN: r6412]]
-
- Mar 07, 2011
-
-
Robert Klöfkorn authored
[[Imported from SVN: r6382]]
-
- Mar 04, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6379]]
-
Oliver Sander authored
[[Imported from SVN: r6378]]
-
- Mar 03, 2011
-
-
Robert Klöfkorn authored
[[Imported from SVN: r6374]]
-
Robert Klöfkorn authored
[[Imported from SVN: r6373]]
-
Markus Blatt authored
Merged r6371 from the trunk, that ensures the correct size of the FieldVector given to the copy constructor. [[Imported from SVN: r6372]]
-
Markus Blatt authored
different size! [[Imported from SVN: r6371]]
-
- Feb 16, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6345]]
-
- Feb 11, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6343]]
-
- Feb 03, 2011
-
-
Jorrit Fahlke authored
This is especially useful when an array is needed to initialize a class member. This uses a statement like array<T, 2> result = { t0, t1 }; to initialize the array. This is correct and explicitly allowed by the upcoming standard. Unfortunately g++ warns about this with -Wmissing-braces (which is implied by -Wall) because this relies on brace elision. The report <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25137> has been filed more than five years ago, but so far not much has happened. [[Imported from SVN: r6328]]
-
- Jan 13, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6323]]
-
Jorrit Fahlke authored
copied. [[Imported from SVN: r6321]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6320]]
-
Jorrit Fahlke authored
replacement implementation. [[Imported from SVN: r6319]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6318]]
-
Jorrit Fahlke authored
the tested tuple is from Dune, std, or std::tr1. [[Imported from SVN: r6317]]
-