Skip to content
Snippets Groups Projects
  1. Apr 26, 2011
  2. Apr 17, 2011
  3. Apr 15, 2011
  4. Apr 05, 2011
  5. Mar 28, 2011
  6. Mar 24, 2011
  7. Mar 22, 2011
  8. Mar 14, 2011
  9. Mar 11, 2011
  10. Mar 07, 2011
  11. Mar 04, 2011
  12. Mar 03, 2011
  13. Mar 02, 2011
  14. Mar 01, 2011
  15. Feb 28, 2011
  16. Feb 24, 2011
  17. Feb 23, 2011
  18. Feb 22, 2011
  19. Feb 21, 2011
  20. Feb 16, 2011
    • Oliver Sander's avatar
      Deprecate the file configparser.hh · 78a24bb5
      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]]
      78a24bb5
    • Oliver Sander's avatar
      Provide the existing parsing facilities for ParameterTrees in a separate file · b920a3e4
      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]]
      b920a3e4
Loading