- Oct 25, 2016
-
-
Carsten Gräser authored
These constructors and assignments from base class are all using a downcast which may result in undefined behaviour. Since this is potentially dangerous and not used anywhere in the core modules, this patch removes those methods.
-
- Feb 20, 2016
-
-
Oliver Sander authored
-
- Feb 17, 2016
-
-
Oliver Sander authored
Required by the RandomAccessIteratorFacade
-
Oliver Sander authored
-
- Dec 22, 2015
-
-
- Apr 13, 2015
-
-
Oliver Sander authored
-
- Jan 05, 2015
-
-
Oliver Sander authored
On request of Markus Blatt. Supposedly there have been problems with and/or on older compilers.
-
- Jan 04, 2015
-
-
Oliver Sander authored
-
- Jul 09, 2013
-
-
Markus Blatt authored
-
-
-
-
This fixes FS 1292, but with my own slightly different patch.
-
- Jul 03, 2013
-
-
Markus Blatt authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
This fixes FS 1292, but with my own slightly different patch.
-
- May 02, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r1570]]
-
- Oct 01, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r1499]]
-
- Dec 01, 2010
-
-
Markus Blatt authored
rbegin -> beforeEnd rend -> beforeBegin [[Imported from SVN: r1414]]
-
- Jul 27, 2010
-
-
Markus Blatt authored
Memory was allocated with allocator.allocate(n) and always freed with allocator.allocate(1). This might have resulted in memory leaks that are not noticed by valgrind. [[Imported from SVN: r1240]]
-
- Apr 01, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r1190]]
-
- Jan 27, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r1168]]
-
- Oct 13, 2009
-
-
Christian Engwer authored
* update configure and Makefiles [[Imported from SVN: r1100]]
-
- Sep 23, 2009
-
-
Markus Blatt authored
Made parallel SOR work with amg. [[Imported from SVN: r1079]]
-
- Jul 01, 2009
-
-
Markus Blatt authored
as expected! [[Imported from SVN: r1033]]
-
- Aug 15, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r802]]
-
- Apr 25, 2007
-
-
Oliver Sander authored
[[Imported from SVN: r757]]
-
- Apr 20, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r751]]
-
- Apr 19, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r748]]
-
- Feb 13, 2007
-
-
Oliver Sander authored
[[Imported from SVN: r721]]
-
- Dec 13, 2006
-
-
Markus Blatt authored
If this is the case find will return the end iterator. Fixes flyspray #222 [[Imported from SVN: r707]]
-
- Nov 24, 2006
-
-
Markus Blatt authored
[[Imported from SVN: r693]]
-
- Nov 15, 2006
-
-
Oliver Sander authored
[[Imported from SVN: r679]]
-
- Nov 08, 2006
-
-
Markus Blatt authored
Hide more functions needed for the iterator facades from the user. [[Imported from SVN: r671]]
-
Markus Blatt authored
All iterators (except reverse iterators) are now full grown std iterators. This closes flyspray issue #193. [[Imported from SVN: r670]]
-
- Nov 06, 2006
-
-
Markus Blatt authored
[[Imported from SVN: r668]]
-
- Nov 08, 2005
-
-
Peter Bastian authored
[[Imported from SVN: r391]]
-
- Jun 30, 2005
-
-
Markus Blatt authored
arrays and allocator. This should eventually be set to std::size_t to address the entries of the allocated entries. Currently dd crashes if size_type is size_t. Therefore it is still int right now. [[Imported from SVN: r282]]
-