- Oct 09, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r5005]]
-
- Oct 04, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r5003]]
-
Markus Blatt authored
[[Imported from SVN: r5002]]
-
- Sep 12, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r4986]]
-
- Aug 28, 2007
-
-
Oliver Sander authored
all (which is explained now in the documentation). That purpose is a pretty hacky type resolution issue, but I don't see a better way right now. [[Imported from SVN: r4983]]
-
Oliver Sander authored
[[Imported from SVN: r4982]]
-
Oliver Sander authored
[[Imported from SVN: r4981]]
-
Oliver Sander authored
new method get() which does not take a default parameter and throws an exception if the key is not found in the parameter set [[Imported from SVN: r4980]]
-
- Aug 22, 2007
-
-
Oliver Sander authored
because the code doesn't contain conditionals. [[Imported from SVN: r4979]]
-
- Aug 21, 2007
-
-
Oliver Sander authored
[[Imported from SVN: r4978]]
-
- 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 08, 2007
-
-
Christian Engwer authored
[[Imported from SVN: r4968]]
-
- Aug 07, 2007
-
-
Oliver Sander authored
[[Imported from SVN: r4967]]
-
- Aug 02, 2007
-
-
Christian Engwer authored
[[Imported from SVN: r4963]]
-
- Jul 30, 2007
-
-
Oliver Sander authored
[[Imported from SVN: r4958]]
-
- Jul 26, 2007
-
-
Markus Blatt authored
I tried to keep the interface backward compatible. Still there might be some issues if you used template meta programms specialised for Nil or using the internal first and second. Please report them. Note: There are still some issues: Empty tuples are currently not supported! [[Imported from SVN: r4956]]
-
- Jul 16, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r4955]]
-
Markus Blatt authored
[[Imported from SVN: r4954]]
-
- Jul 11, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r4952]]
-
- 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 21, 2007
-
-
Robert Klöfkorn authored
[[Imported from SVN: r4941]]
-
- 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]]
-
- May 01, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r4931]]
-
- Apr 27, 2007
-
-
Christian Engwer authored
[[Imported from SVN: r4929]]
-
- Apr 25, 2007
-
-
Oliver Sander authored
[[Imported from SVN: r4926]]
-
Markus Blatt authored
[[Imported from SVN: r4925]]
-
- Apr 24, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r4923]]
-
- Apr 20, 2007
-
-
Robert Klöfkorn authored
[[Imported from SVN: r4919]]
-
Markus Blatt authored
[[Imported from SVN: r4916]]
-
Markus Blatt authored
[[Imported from SVN: r4914]]
-
Markus Blatt authored
autobuild errors should be resolved now. [[Imported from SVN: r4913]]
-
- Apr 19, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r4912]]
-
- Apr 10, 2007
-
-
Oliver Sander authored
[[Imported from SVN: r4896]]
-
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]]
-
- Apr 03, 2007
-
-
Oliver Sander authored
Put the classes SameType and RemoveConst back in for backward compatibility. Marking them as deprecated doesn't work, due to gcc bug 16370 [[Imported from SVN: r4888]]
-
- Feb 26, 2007
-
-
Oliver Sander authored
[[Imported from SVN: r4857]]
-
- Feb 21, 2007
-
-
Oliver Sander authored
[[Imported from SVN: r4853]]
-
- Feb 16, 2007
-
-
Oliver Sander authored
[[Imported from SVN: r4848]]
-