Skip to content
Snippets Groups Projects
  1. Jul 16, 2012
    • Martin Nolte's avatar
      Some minor improvements to our array replacement: · b2a59158
      Martin Nolte authored
      * the array synopsis in the standard uses struct, so why don't we?
      * add method empty (demanded by the standard, many more are actually missing)
      * consistently use std::size_t instead of size_t (for std::array it should even be std::size_t)
      * simplify operator<<
      * unify indentation (to 2)
      * make_array is a function and not a method
      * improve comments on the preprocessor branches (to improve readability)
      
      [[Imported from SVN: r6868]]
      b2a59158
  2. Jul 13, 2012
    • Christoph Grüninger's avatar
      [array] · ce6e7f05
      Christoph Grüninger authored
      Fix printing of zero-dimensional arrays, FS#1148.
      (Thanks to Elias Pipping for testing the patch)
      
      [[Imported from SVN: r6865]]
      ce6e7f05
  3. Jul 11, 2012
  4. Jul 06, 2012
  5. Jun 25, 2012
  6. Jun 22, 2012
  7. Jun 19, 2012
  8. Jun 15, 2012
  9. Jun 12, 2012
  10. Jun 10, 2012
  11. Jun 08, 2012
  12. Jun 05, 2012
  13. 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
  14. May 29, 2012
  15. May 22, 2012
  16. May 19, 2012
  17. May 18, 2012
    • Christian Engwer's avatar
      [mpitraits] · 3dd02e6f
      Christian Engwer authored
      according to the standard std::pair is a struct
      
      [[Imported from SVN: r6727]]
      3dd02e6f
  18. May 16, 2012
  19. May 14, 2012
  20. May 13, 2012
  21. May 10, 2012
  22. May 09, 2012
  23. May 08, 2012
  24. May 02, 2012
Loading