Skip to content
Snippets Groups Projects
  1. Aug 04, 2010
  2. Jul 30, 2010
  3. Jul 08, 2010
  4. Jul 07, 2010
  5. Jul 06, 2010
  6. Jul 05, 2010
  7. Jun 29, 2010
  8. Jun 28, 2010
  9. Jun 25, 2010
  10. Jun 22, 2010
  11. Jun 14, 2010
  12. Jun 08, 2010
  13. Jun 07, 2010
    • Oliver Sander's avatar
      Inherit from the new class ParameterTree instead of implementing · ac00a77f
      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]]
      ac00a77f
    • Oliver Sander's avatar
      Separate the container functionality of ConfigParser into a separate · 087608e3
      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]]
      087608e3
Loading