- Oct 05, 2012
-
-
Christian Engwer authored
- remove obsolete include<malloc.h> - make mac-os-x work [[Imported from SVN: r7026]]
-
Christian Engwer authored
fix \code blocks in tupleutility.hh [[Imported from SVN: r7025]]
-
Christian Engwer authored
fix \code blocks in stdstreams.hh [[Imported from SVN: r7024]]
-
Christian Engwer authored
fix \code blocks in static_assert.hh [[Imported from SVN: r7023]]
-
Christian Engwer authored
fix \code blocks in parametertreeparser.hh [[Imported from SVN: r7022]]
-
Christian Engwer authored
fix \code blocks in forloop.hh [[Imported from SVN: r7021]]
-
Christian Engwer authored
fix \code blocks documentation.hh [[Imported from SVN: r7020]]
-
Christian Engwer authored
exclude debugallocator.cc from doxygen documentation [[Imported from SVN: r7019]]
-
Christian Engwer authored
add documentation for allocators [[Imported from SVN: r7018]]
-
Christian Engwer authored
add "DummyProtFlags" if sys/mman.h is missing [[Imported from SVN: r7017]]
-
Christian Engwer authored
use mprotect only if the m4-test succeeded [[Imported from SVN: r7016]]
-
Christian Engwer authored
add new test for sys/mman.h and the sysmbol posix_mprotect [[Imported from SVN: r7015]]
-
Christian Engwer authored
use posix_mprotect, which is also supported by mac-os-x [[Imported from SVN: r7014]]
-
Christian Engwer authored
the fourth xfail test for debugallocator requires the KEEP option [[Imported from SVN: r7013]]
-
Christian Engwer authored
rename files... remove underscores [[Imported from SVN: r7012]]
-
Christian Engwer authored
check scoped new/delete [[Imported from SVN: r7011]]
-
Christian Engwer authored
use mallocallocator for book-keeping-containers ... make new/delete work [[Imported from SVN: r7010]]
-
Christian Engwer authored
[[Imported from SVN: r7009]]
-
Christian Engwer authored
actually use AllocationManager in new/delete ... doesn't work yet, as the bookkeeping invokes new/delete again [[Imported from SVN: r7008]]
-
Christian Engwer authored
- check result of mprotect - unprotect memory upon free [[Imported from SVN: r7007]]
-
Christian Engwer authored
[[Imported from SVN: r7006]]
-
- Oct 04, 2012
-
-
Christian Engwer authored
use traits to get types for evaluation arguments ... make the doxygen documentation more readable [[Imported from SVN: r7005]]
-
- Oct 03, 2012
-
-
Christoph Grüninger authored
Update documentation for clang deprecation support. It reads still clumsy and should be cleaned if we officially discontinue support for older compilers. [[Imported from SVN: r7004]]
-
- Sep 27, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6997]]
-
- Sep 26, 2012
-
-
Oliver Sander authored
It is used from the dune-geometry module (see FS 1180). [[Imported from SVN: r6995]]
-
- Sep 22, 2012
-
-
Martin Nolte authored
C++11 requires a cast operator from integral_constant< T, v > to T. As far as I could make out, no gcc version provides this cast in <tr1/type_traits> and only gcc >= 4.6 provides it in <type_traits>. Therefore, the configure check now tests for the cast operator only in <type_traits>. Note: Our drop-in replacement conforms to the standard in the above-mentioned sense. [[Imported from SVN: r6992]]
-
- Sep 20, 2012
-
-
Christoph Grüninger authored
Try -std=c++11 before -std=c++0x as the latter causes a warning for Clang. (solves partly FS#989) [[Imported from SVN: r6986]]
-
- Sep 18, 2012
-
-
Christoph Grüninger authored
Updated version test to gcc >= 4.1. Added version test for clang >= 3.0. Unfortunately I am not aware of the minimum required version of icc, this test remains for icc >= 7.0. White space adjustments. [[Imported from SVN: r6985]]
-
- Sep 07, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6983]]
-
- Sep 05, 2012
-
-
Markus Blatt authored
Fixed some bugs in the documentation. (This is revision 6977 all over again, but with the correct commit message.) [[Imported from SVN: r6980]]
-
Markus Blatt authored
[[Imported from SVN: r6979]]
-
Markus Blatt authored
[[Imported from SVN: r6978]]
-
Markus Blatt authored
[[Imported from SVN: r6977]]
-
- Sep 03, 2012
-
-
Jorrit Fahlke authored
configure, even if MPI was found. [[Imported from SVN: r6954]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6953]]
-
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]]
-