- Oct 19, 2012
-
-
Markus Blatt authored
(Support type conversion for shared_ptr. Needed for gcc-4.1.) [[Imported from SVN: r7043]]
-
Markus Blatt authored
[[Imported from SVN: r7042]]
-
- Oct 17, 2012
-
-
Christian Engwer authored
[[Imported from SVN: r7041]]
-
Christian Engwer authored
test initialization from nullptr fix bool cast of Dune implementation [[Imported from SVN: r7040]]
-
Markus Blatt authored
[[Imported from SVN: r7039]]
-
- Oct 13, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r7038]]
-
Oliver Sander authored
Rename Power_m_p to StaticPower, which is a bit more telling, and conforms better to the Dune naming scheme [[Imported from SVN: r7037]]
-
Oliver Sander authored
Good intentions, but not very elegantly done. Too many people got annoyed by the warning message. [[Imported from SVN: r7036]]
-
Christoph Grüninger authored
Improve METIS test, tested with versions 4.0.3 and 5.0.2. [[Imported from SVN: r7035]]
-
- Oct 10, 2012
-
-
Christoph Grüninger authored
Add excplicit cast from double literal 0.5 to field_type to avoid Clang warnings. [[Imported from SVN: r7034]]
-
- Oct 09, 2012
-
-
Oliver Sander authored
Taken from hcube.cc in dune-grid. We may want to unify the naming eventually. [[Imported from SVN: r7033]]
-
Oliver Sander authored
There are lots of power implementations all over our code. This is the first step of some cleanup. It moves the class Power_m_p from misc.hh (like who's ever gonna find it there...) to a separate header power.hh. Other implementations will be collected there as well, if appropriate. With the patch, including misc.hh will issue a cpp warning that people who include misc.hh only for Power_m_p should now include power.hh instead. This is not great, because it also affects people who include misc.hh for something else. Bear with this for a while; I couldn't think of a better solution. [[Imported from SVN: r7032]]
-
- Oct 08, 2012
-
-
Christian Engwer authored
[[Imported from SVN: r7031]]
-
- Oct 07, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r7030]]
-
- Oct 06, 2012
-
-
Christian Engwer authored
AM_PROG_MKDIR_P is deprecated; see `Obsolete Macros' in the automake manual Kudos to Elias Pipping [[Imported from SVN: r7029]]
-
Christoph Grüninger authored
SVN ignore testdebugallocator* [[Imported from SVN: r7028]]
-
- Oct 05, 2012
-
-
Christian Engwer authored
move poolallocator to doxygen group Allocators [[Imported from SVN: r7027]]
-
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]]
-