Skip to content
Snippets Groups Projects
  1. 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
  2. Oct 06, 2012
  3. Oct 05, 2012
  4. 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
  5. 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
  6. Sep 27, 2012
  7. Sep 26, 2012
  8. Sep 22, 2012
    • Martin Nolte's avatar
      only use std::integral_constant, if it conforms to the C++11 standard · a35de714
      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]]
      a35de714
  9. Sep 07, 2012
  10. Sep 05, 2012
  11. Aug 22, 2012
  12. Aug 21, 2012
  13. Aug 12, 2012
  14. Aug 07, 2012
Loading