- Oct 13, 2009
-
-
Oliver Sander authored
if an implementation of shared_ptr has been found in either std, tr1, or boost, then use that one. If not fall back on our own [[Imported from SVN: r5642]]
-
Oliver Sander authored
rename the method count() to use_count(). This is the naming of the standard shared-pointer implementation [[Imported from SVN: r5641]]
-
Oliver Sander authored
principle of least surprise: executables should have the same name as the source file that contains main() [[Imported from SVN: r5639]]
-
- Oct 12, 2009
-
-
Carsten Gräser authored
[[Imported from SVN: r5632]]
-
Oliver Sander authored
[[Imported from SVN: r5631]]
-
Oliver Sander authored
the class from SmartPointer to shared_ptr. That way the implementation is like the tr1 one. The old file is deprecated. The tr1 implementation is not yet used even on platforms that have it, because I have to think of a proper test first. [[Imported from SVN: r5630]]
-
- Oct 10, 2009
-
-
Oliver Sander authored
[[Imported from SVN: r5629]]
-
- Oct 08, 2009
-
-
Carsten Gräser authored
We'll need this for virtual shapefunctions. [[Imported from SVN: r5628]]
-
Carsten Gräser authored
[[Imported from SVN: r5627]]
-
Carsten Gräser authored
This is meant as proposal for fs#597. [[Imported from SVN: r5626]]
-
- Oct 07, 2009
-
-
Carsten Gräser authored
[[Imported from SVN: r5625]]
-
- Oct 06, 2009
-
-
Oliver Sander authored
[[Imported from SVN: r5624]]
-
- Oct 05, 2009
-
-
Jorrit Fahlke authored
[[Imported from SVN: r5623]]
-
- Oct 03, 2009
-
-
Jorrit Fahlke authored
* Turn STRIP_CODE_COMMENTS on in Doxyfile.in. Otherwise, doxygen seems to remove comments from \code...\endcode blocks. This has the side effect that comments are no longer stripped from the source code doxygen presents via the web interface, which is probably a good thing in itself. [[Imported from SVN: r5616]]
-
Martin Nolte authored
[[Imported from SVN: r5614]]
-
- Oct 02, 2009
-
-
Andreas Dedner authored
[[Imported from SVN: r5613]]
-
Andreas Dedner authored
[[Imported from SVN: r5612]]
-
Christian Engwer authored
[[Imported from SVN: r5609]]
-
- Oct 01, 2009
-
-
Christian Engwer authored
[[Imported from SVN: r5608]]
-
Markus Blatt authored
[[Imported from SVN: r5607]]
-
- Sep 30, 2009
-
-
Martin Nolte authored
[[Imported from SVN: r5606]]
-
- Sep 29, 2009
-
-
Markus Blatt authored
[[Imported from SVN: r5604]]
-
Markus Blatt authored
[[Imported from SVN: r5603]]
-
- Sep 24, 2009
-
-
Christian Engwer authored
[[Imported from SVN: r5599]]
-
Christian Engwer authored
[[Imported from SVN: r5598]]
-
Christian Engwer authored
[[Imported from SVN: r5597]]
-
Christian Engwer authored
[[Imported from SVN: r5596]]
-
Christian Engwer authored
[[Imported from SVN: r5595]]
-
Christian Engwer authored
[[Imported from SVN: r5594]]
-
Christian Engwer authored
[[Imported from SVN: r5593]]
-
Christian Engwer authored
[[Imported from SVN: r5592]]
-
- Sep 23, 2009
-
-
Andreas Dedner authored
[[Imported from SVN: r5590]]
-
Sven Marnach authored
[[Imported from SVN: r5589]]
-
Andreas Dedner authored
[[Imported from SVN: r5588]]
-
Markus Blatt authored
distance. Thanks to the guys of statoilHydro for trying istl with -D_GLIBCXX_DEBUG which gave a hint that somewhere was a bug. [[Imported from SVN: r5585]]
-
- Sep 21, 2009
-
-
Martin Nolte authored
[[Imported from SVN: r5581]]
-
Markus Blatt authored
[[Imported from SVN: r5579]]
-
- Sep 18, 2009
-
-
Markus Blatt authored
pointing this out.) [[Imported from SVN: r5578]]
-
Markus Blatt authored
Otherwise on some 64bit platforms we run into trouble. [[Imported from SVN: r5576]]
-
- Sep 16, 2009
-
-
Markus Blatt authored
Fixed parmetis check. Parmetis is only enanbled if the correct CPPFLAGS are used (just like MPI). [[Imported from SVN: r5573]]
-