Skip to content
Snippets Groups Projects
  1. Oct 19, 2012
  2. Oct 17, 2012
  3. Oct 13, 2012
  4. 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
  5. 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
  6. Oct 08, 2012
  7. Oct 07, 2012
  8. Oct 06, 2012
  9. Oct 05, 2012
  10. Oct 04, 2012
    • Christian Engwer's avatar
      [function] · 4a3b13f7
      Christian Engwer authored
      use traits to get types for evaluation arguments
      ... make the doxygen documentation more readable
      
      [[Imported from SVN: r7005]]
      4a3b13f7
  11. Oct 03, 2012
    • Christoph Grüninger's avatar
      [deprecated.hh] · 0c4fc599
      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]]
      0c4fc599
Loading