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. 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
  4. Feb 28, 2011
    • Christian Engwer's avatar
      [array] · 80b38411
      Christian Engwer authored
      use fill for asignment from scalar
      
      [[Imported from SVN: r6362]]
      80b38411
  5. Feb 03, 2011
  6. Oct 23, 2010
  7. Oct 12, 2010
  8. Mar 15, 2010
  9. Feb 26, 2010
  10. Jan 17, 2010
  11. Oct 14, 2009
  12. Oct 13, 2009
  13. Jul 29, 2009
  14. Jun 10, 2009
  15. Mar 27, 2008
  16. Nov 14, 2007
  17. Aug 15, 2007
  18. Aug 07, 2007
  19. Aug 02, 2007
  20. Jun 24, 2007
  21. Jun 19, 2007
  22. May 09, 2007
  23. May 08, 2007
  24. Apr 10, 2007
    • Oliver Sander's avatar
      Added a class 'array' which provides the same functionality as FixedArray, but... · 07a285e2
      Oliver Sander authored
      Added a class 'array' which provides the same functionality as FixedArray, but conforms to the naming
      of the tr1 array class.  I would have liked to put this into a separate header, but unfortunately,
      array.hh exists already.  In a future step, the stl implementation of 'array' will be used when
      available.
      
      [[Imported from SVN: r4895]]
      07a285e2
  25. Oct 10, 2005
  26. Jun 22, 2004
    • Oliver Sander's avatar
      Kleinere Aufräumarbeiten. FixedArray hat jetzt ein eigenes · 8a1258de
      Oliver Sander authored
      File, ebenso Vec, daß sich in fixedvector.hh befindet.
      Außerdem erbt Vec jetzt von FixedArray.  Leider sind
      einige Änderungen nicht rückwärtskompatibel.  Insbesondere
      fehlen Vec::print (man nehme stattdessen operator<<)
      und Vec::read (man nehme const T& operator[])
      Entschuldigt die Unannehmlichkeiten.
      
      [[Imported from SVN: r503]]
      8a1258de
Loading