Skip to content
Snippets Groups Projects
  1. Nov 18, 2012
    • Christoph Grüninger's avatar
      [FindGMP.cmake] · f0e02418
      Christoph Grüninger authored
      Complete overwork of GMP test.
      Changed variable GMP_PATH to GMP_PREFIX.
      
      Tested without GMP and with GMP 5.0.5, both installed in /usr and using a
      user-specified prefix path.
      
      [[Imported from SVN: r7059]]
      f0e02418
  2. Nov 02, 2012
  3. Oct 23, 2012
  4. Oct 22, 2012
  5. Oct 21, 2012
  6. Oct 19, 2012
  7. Oct 17, 2012
  8. Oct 13, 2012
  9. Oct 10, 2012
    • Christoph Grüninger's avatar
      [dynmatrixtest] · 86854278
      Christoph Grüninger authored
      Add excplicit cast from double literal 0.5 to field_type to avoid Clang warnings.
      
      [[Imported from SVN: r7034]]
      86854278
  10. Oct 09, 2012
    • Oliver Sander's avatar
      Add power implementation with run-time mantissa and compile-time exponent. · 5991ff6b
      Oliver Sander authored
      Taken from hcube.cc in dune-grid.
      
      We may want to unify the naming eventually.
      
      [[Imported from SVN: r7033]]
      5991ff6b
    • Oliver Sander's avatar
      Add a new header power.hh for static computations of the power functions · 74c9a908
      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]]
      74c9a908
  11. Oct 08, 2012
  12. Oct 07, 2012
  13. Oct 06, 2012
  14. Oct 05, 2012
    • Christian Engwer's avatar
      [doc] · 66d23a17
      Christian Engwer authored
      move poolallocator to doxygen group Allocators
      
      [[Imported from SVN: r7027]]
      66d23a17
    • Christian Engwer's avatar
      [debugallocator] · 331c9345
      Christian Engwer authored
      - remove obsolete include<malloc.h>
      - make mac-os-x work
      
      [[Imported from SVN: r7026]]
      331c9345
    • Christian Engwer's avatar
      [doc] · 5ed0dcb9
      Christian Engwer authored
      fix \code blocks in tupleutility.hh
      
      [[Imported from SVN: r7025]]
      5ed0dcb9
    • Christian Engwer's avatar
      [doc] · ba1f6669
      Christian Engwer authored
      fix \code blocks in stdstreams.hh
      
      [[Imported from SVN: r7024]]
      ba1f6669
    • Christian Engwer's avatar
      [doc] · a332bd4a
      Christian Engwer authored
      fix \code blocks in static_assert.hh
      
      [[Imported from SVN: r7023]]
      a332bd4a
    • Christian Engwer's avatar
      [doc] · c8f66426
      Christian Engwer authored
      fix \code blocks in parametertreeparser.hh
      
      [[Imported from SVN: r7022]]
      c8f66426
    • Christian Engwer's avatar
      [doc] · 760e603a
      Christian Engwer authored
      fix \code blocks in forloop.hh
      
      [[Imported from SVN: r7021]]
      760e603a
    • Christian Engwer's avatar
      [doc] · ae124b2a
      Christian Engwer authored
      fix \code blocks documentation.hh
      
      [[Imported from SVN: r7020]]
      ae124b2a
    • Christian Engwer's avatar
      [doc] · 28f18c12
      Christian Engwer authored
      exclude debugallocator.cc from doxygen documentation
      
      [[Imported from SVN: r7019]]
      28f18c12
    • Christian Engwer's avatar
      [doc] · 92a6d42b
      Christian Engwer authored
      add documentation for allocators
      
      [[Imported from SVN: r7018]]
      92a6d42b
    • Christian Engwer's avatar
      [debugallocator] · aba32344
      Christian Engwer authored
      add "DummyProtFlags" if sys/mman.h is missing
      
      [[Imported from SVN: r7017]]
      aba32344
    • Christian Engwer's avatar
      [debugallocator] · 160b4d95
      Christian Engwer authored
      use mprotect only if the m4-test succeeded
      
      [[Imported from SVN: r7016]]
      160b4d95
    • Christian Engwer's avatar
      [m4] · b5256028
      Christian Engwer authored
      add new test for sys/mman.h and the sysmbol posix_mprotect
      
      [[Imported from SVN: r7015]]
      b5256028
    • Christian Engwer's avatar
      [debugallocator] · 5989fa8d
      Christian Engwer authored
      use posix_mprotect, which is also supported by mac-os-x
      
      [[Imported from SVN: r7014]]
      5989fa8d
    • Christian Engwer's avatar
      [test] · 51a2f27f
      Christian Engwer authored
      the fourth xfail test for debugallocator requires the KEEP option
      
      [[Imported from SVN: r7013]]
      51a2f27f
Loading