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