Skip to content
Snippets Groups Projects
  1. Mar 01, 2011
  2. Feb 28, 2011
  3. Feb 24, 2011
  4. Feb 23, 2011
  5. Feb 22, 2011
  6. Feb 21, 2011
  7. 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
    • Oliver Sander's avatar
      rename paramtreetest.cc to parametertreetest.cc · 17e55c83
      Oliver Sander authored
      [[Imported from SVN: r6345]]
      17e55c83
  8. Feb 14, 2011
  9. Feb 11, 2011
  10. Feb 10, 2011
  11. Feb 09, 2011
  12. Feb 08, 2011
  13. Feb 03, 2011
  14. Jan 30, 2011
  15. Jan 16, 2011
  16. Jan 13, 2011
Loading