Skip to content
Snippets Groups Projects
  1. Dec 16, 2013
  2. Oct 17, 2013
  3. Aug 06, 2012
  4. 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
  5. 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
  6. 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
  7. Feb 28, 2011
    • Christian Engwer's avatar
      [array] · 80b38411
      Christian Engwer authored
      use fill for asignment from scalar
      
      [[Imported from SVN: r6362]]
      80b38411
  8. Feb 03, 2011
  9. Oct 23, 2010
  10. Oct 12, 2010
  11. Mar 15, 2010
  12. Feb 26, 2010
  13. Jan 17, 2010
  14. Oct 14, 2009
  15. Oct 13, 2009
  16. Jul 29, 2009
  17. Jun 10, 2009
  18. Mar 27, 2008
  19. Nov 14, 2007
  20. Aug 15, 2007
  21. Aug 07, 2007
  22. Aug 02, 2007
  23. Jun 24, 2007
  24. Jun 19, 2007
  25. May 09, 2007
  26. May 08, 2007
  27. 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
  28. Oct 10, 2005
  29. 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