Skip to content
Snippets Groups Projects
  1. Oct 13, 2009
  2. Jul 29, 2009
  3. Jun 10, 2009
  4. Mar 27, 2008
  5. Nov 14, 2007
  6. Aug 15, 2007
  7. Aug 07, 2007
  8. Aug 02, 2007
  9. Jun 24, 2007
  10. Jun 19, 2007
  11. May 09, 2007
  12. May 08, 2007
  13. 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
  14. Oct 10, 2005
  15. 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