- Aug 04, 2010
-
-
Jorrit Fahlke authored
[[Imported from SVN: r6079]]
-
Jorrit Fahlke authored
types. [[Imported from SVN: r6078]]
-
Jorrit Fahlke authored
genericTransformTuple(). [[Imported from SVN: r6077]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6076]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6075]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6074]]
-
- Jul 30, 2010
-
-
Jorrit Fahlke authored
[[Imported from SVN: r6073]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6072]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6071]]
-
Jorrit Fahlke authored
Also avoid use of deprecated Dune::ElementType in favor of tuple_element. [[Imported from SVN: r6070]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6069]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6068]]
-
Jorrit Fahlke authored
This makes the test fail with -std=c++0x. [[Imported from SVN: r6067]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6066]]
-
- Jul 08, 2010
-
-
Andreas Dedner authored
[[Imported from SVN: r6065]]
-
- Jul 07, 2010
-
-
Martin Nolte authored
[[Imported from SVN: r6064]]
-
Oliver Sander authored
[[Imported from SVN: r6063]]
-
- Jul 06, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r6061]]
-
Andreas Dedner authored
[[Imported from SVN: r6060]]
-
- Jul 05, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6059]]
-
Christian Engwer authored
[[Imported from SVN: r6057]]
-
Markus Blatt authored
variable warnings. [[Imported from SVN: r6056]]
-
- Jun 29, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6055]]
-
- Jun 28, 2010
-
-
Oliver Sander authored
not a deprecated warning. [[Imported from SVN: r6054]]
-
- Jun 25, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r6053]]
-
Oliver Sander authored
[[Imported from SVN: r6052]]
-
Oliver Sander authored
[[Imported from SVN: r6051]]
-
- Jun 22, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r6049]]
-
- Jun 14, 2010
-
-
Jorrit Fahlke authored
of the anonymous namespace. [[Imported from SVN: r6046]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6045]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6044]]
-
Oliver Sander authored
[[Imported from SVN: r6043]]
-
- Jun 08, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r6042]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6041]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6040]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6039]]
-
Jorrit Fahlke authored
or suffix. This is in particular applicable to strings. [[Imported from SVN: r6038]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6037]]
-
- Jun 07, 2010
-
-
Oliver Sander authored
a parameter hierarchy container directly. That way, the data structure is separated from the various ways to fill it. Having a parser class inherit from a container is certainly not a good design. However, it is the simplest way to get rid of the container implementation and still be 100% backward-compatible. I will deprecated a few container-related methods in the near future. [[Imported from SVN: r6036]]
-
Oliver Sander authored
class. This new class ParameterTree holds hierarchical sets of string-based key/value pairs. Input from streams/files-in-different-formats/ command-lines etc is expected to be implemented in separate parser code. The usage and implementation is the one from the ConfigParser class. We may want to discuss whether there are better designs/implementations for this. [[Imported from SVN: r6035]]
-