- Mar 15, 2010
-
-
Oliver Sander authored
increase stl-compatibility: allow construction from brace-enclosed initializer list. Thanks to Bard Skaflestad for the patch. [[Imported from SVN: r5933]]
-
- Feb 26, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r5910]]
-
- Jan 17, 2010
-
-
Christian Engwer authored
std::tr1::array, but only by std::array. The reason is to avoid the alignment bug is gcc-4.[012] This allows Dune::FieldVector to inherit from Dune::array. [[Imported from SVN: r5829]]
-
- Oct 14, 2009
-
-
Martin Nolte authored
[[Imported from SVN: r5652]]
-
- Oct 13, 2009
-
-
Christian Engwer authored
* update Makefiles and configure [[Imported from SVN: r5643]]
-
- Jul 29, 2009
-
-
Martin Nolte authored
[[Imported from SVN: r5566]]
-
- Jun 10, 2009
-
-
Oliver Sander authored
[[Imported from SVN: r5544]]
-
Oliver Sander authored
The file fixedarray.hh is renamed to array.hh, to conform with the name of the class it contains. A backward-compatibility stub will be checked in in a second [[Imported from SVN: r5542]]
-
- Mar 27, 2008
-
-
Oliver Sander authored
[[Imported from SVN: r5132]]
-
- Nov 14, 2007
-
-
Oliver Sander authored
[[Imported from SVN: r5010]]
-
- Aug 15, 2007
-
-
Markus Blatt authored
of constructing it. Added assign methode as ther is no operator=(const T&) in std::tr1::array<T,int>. [[Imported from SVN: r4970]]
-
- Aug 07, 2007
-
-
Oliver Sander authored
[[Imported from SVN: r4967]]
-
- Aug 02, 2007
-
-
Christian Engwer authored
[[Imported from SVN: r4963]]
-
- Jun 24, 2007
-
-
Oliver Sander authored
The segfault I reported remains extremely elusive, I have not been able to reliably reproduce it, let alone track iit down. On the other hand, my production codes runs smoothly with this patch. Also, FixedArray is deprecated now. [[Imported from SVN: r4949]]
-
- Jun 19, 2007
-
-
Oliver Sander authored
[[Imported from SVN: r4945]]
-
- May 09, 2007
-
-
Oliver Sander authored
because it caused an extremely strange segfault. No idea why. [[Imported from SVN: r4934]]
-
- May 08, 2007
-
-
Oliver Sander authored
Use system implementation of 'array' if present. Deprecate constructor array(const T& t) because the libstd++ implementation doesn't have it [[Imported from SVN: r4933]]
-
- Apr 10, 2007
-
-
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]]
-
- Oct 10, 2005
-
-
Christian Engwer authored
[[Imported from SVN: r3086]]
-
- Jun 22, 2004
-
-
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]]
-