Skip to content
Snippets Groups Projects
  1. Feb 09, 2015
  2. Feb 06, 2015
    • Steffen Müthing's avatar
      [ForLoop] Port ForLoop TMP to C++11 · 732ca75c
      Steffen Müthing authored
      The ForLoop TMP used to put a number of restrictions on the arguments to
      apply(), mainly due to the limited capabilities of C++01 wrt. to
      argument forwarding.
      
      But now we have C++11, so we can throw away all that awkward code and
      replace it with a single forwarding function that supports arbitrary
      numbers of arbitrary combinations of lvalues and rvalues - all hail
      variadic templates and perfect forwarding!
      732ca75c
  3. Mar 22, 2014
  4. Oct 05, 2012
    • Christian Engwer's avatar
      [doc] · 760e603a
      Christian Engwer authored
      fix \code blocks in forloop.hh
      
      [[Imported from SVN: r7021]]
      760e603a
  5. May 31, 2012
    • Oliver Sander's avatar
      Document each header file · 98fbc7b3
      Oliver Sander authored
      With the exception of mpicollectivecommunication.hh
      and propertymap.hh, which I didn't understand.
      
      [[Imported from SVN: r6784]]
      98fbc7b3
  6. Jan 13, 2011
  7. Dec 06, 2010
  8. Dec 05, 2010
  9. Aug 07, 2010
  10. May 03, 2010
  11. Dec 08, 2009
  12. Oct 13, 2009
  13. Oct 02, 2009
Loading