- Mar 01, 2011
-
-
Martin Nolte authored
[[Imported from SVN: r6367]]
-
Martin Nolte authored
[[Imported from SVN: r6364]]
-
- Feb 28, 2011
-
-
Christian Engwer authored
use fill for asignment from scalar [[Imported from SVN: r6362]]
-
Oliver Sander authored
[[Imported from SVN: r6361]]
-
Oliver Sander authored
[[Imported from SVN: r6360]]
-
- Feb 24, 2011
-
-
Markus Blatt authored
[[Imported from SVN: r6359]]
-
- Feb 23, 2011
-
-
Jorrit Fahlke authored
configparser.cc. Rationale: don't spam the user with warnings he can do nothing about. He will still get warnings when he uses the ConfigParser in is his own programs, and we (as developers) will have to remove configparser.cc the same instant we remove configparser.hh anyway. Merged from trunk@6356. [[Imported from SVN: r6358]]
-
Jorrit Fahlke authored
Merged from trunk@6355. [[Imported from SVN: r6357]]
-
Jorrit Fahlke authored
configparser.cc. Rationale: don't spam the user with warnings he can do nothing about. He will still get warnings when he uses the ConfigParser in is his own programs, and we (as developers) will have to remove configparser.cc the same instant we remove configparser.hh anyway. [[Imported from SVN: r6356]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6355]]
-
Christian Engwer authored
[[Imported from SVN: r6354]]
-
- Feb 22, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6353]]
-
Christian Engwer authored
[[Imported from SVN: r6352]]
-
- Feb 21, 2011
-
-
Christian Engwer authored
(credits Stefen Müthing) [[Imported from SVN: r6351]]
-
Christian Engwer authored
- fix typo in rvalue reference test (credits Steffen Müthing) [[Imported from SVN: r6350]]
-
- Feb 16, 2011
-
-
Oliver Sander authored
Use parametertree.hh to keep hierarchical string-based data, and parametertreeparser.hh to read such data from files and streams. [[Imported from SVN: r6347]]
-
Oliver Sander authored
This code used to be in ConfigParser, which I will deprecate in a second. The new implementation is inspired by boost: each parser is a global method in a namespace. In our case, that namespace is a class ParameterTreeParser, because it needs to have some private methods (ltrim and rtrim, to be precise). On demand, parsers for more formats can be added to this class/file. I do not insist on any of the details of this new code. However, I wanted to have the many architectural change before the creation of the 2.2 release branch. [[Imported from SVN: r6346]]
-
Oliver Sander authored
[[Imported from SVN: r6345]]
-
- Feb 14, 2011
-
-
Robert Klöfkorn authored
corresponding flags in Makefile.am manually. Fix of FS#876. [[Imported from SVN: r6344]]
-
- Feb 11, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6343]]
-
Rebecca Neumann authored
[[Imported from SVN: r6342]]
-
- Feb 10, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6341]]
-
Christian Engwer authored
[[Imported from SVN: r6340]]
-
- Feb 09, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6339]]
-
Christian Engwer authored
[[Imported from SVN: r6338]]
-
Christian Engwer authored
[[Imported from SVN: r6337]]
-
Christian Engwer authored
[[Imported from SVN: r6336]]
-
Christian Engwer authored
inclusion protection, but must redefine the macros whenever the header is included [[Imported from SVN: r6335]]
-
Christian Engwer authored
[[Imported from SVN: r6334]]
-
Christian Engwer authored
[[Imported from SVN: r6333]]
-
Christian Engwer authored
- always emit the fill exception [[Imported from SVN: r6332]]
-
Christian Engwer authored
- if NDEBUG is not set, CHECK_INTERFACE_IMPLEMENTATION is active - add proper double-inclusion-protection [[Imported from SVN: r6331]]
-
- Feb 08, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6330]]
-
- Feb 03, 2011
-
-
Jorrit Fahlke authored
[[Imported from SVN: r6329]]
-
Jorrit Fahlke authored
This is especially useful when an array is needed to initialize a class member. This uses a statement like array<T, 2> result = { t0, t1 }; to initialize the array. This is correct and explicitly allowed by the upcoming standard. Unfortunately g++ warns about this with -Wmissing-braces (which is implied by -Wall) because this relies on brace elision. The report <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25137> has been filed more than five years ago, but so far not much has happened. [[Imported from SVN: r6328]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6327]]
-
- Jan 30, 2011
-
-
Christian Engwer authored
(credits go to Steffen Müthing) [[Imported from SVN: r6326]]
-
- Jan 16, 2011
-
-
Jorrit Fahlke authored
Kudos for this patch to Ansgar Burchardt <ansgar@mathi.uni-heidelberg.de> [[Imported from SVN: r6325]]
-
- Jan 13, 2011
-
-
Christian Engwer authored
FieldVector< complex<T> > = FieldVector<T> [[Imported from SVN: r6324]]
-
Christian Engwer authored
[[Imported from SVN: r6323]]
-