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