1. 15 Jun, 2020 1 commit
  2. 25 May, 2020 1 commit
    • Josh Soref's avatar
      Spelling (#870) · 6701275f
      Josh Soref authored
      * spelling: differently
      
      * spelling: irrelevant
      
      * spelling: specified
      6701275f
  3. 13 Mar, 2019 1 commit
    • Ted Lyngmo's avatar
      Apply formatting/style tweaks to comply with compile time diagnostics for g++ and clang++ (#686) · 0d5c5715
      Ted Lyngmo authored
      * Add compilation flags: -Wshadow -Weffc++ -pedantic -pedantic-errors
      * Delete implicit copy & move constructors & assignment operators
        in classes with pointer data members.
      * An exception to the above: Add default copy & move constructors &
        assignment operators for the Binary class.
      * Convert boolean RegEx operators to binary operators.
      * Initialize all members in all classes in ctors.
      * Let default ctor delegate to the converting ctor in
        Binary and RegEx
      * Don't change any tests except regex_test (as a result of the change
        to binary operators).
      
      Note: https://bugzilla.redhat.com/show_bug.cgi?id=1544675 makes
      -Weffc++ report a false positive in "include/yaml-cpp/node/impl.h".
      0d5c5715
  4. 31 Jan, 2016 2 commits
    • Scott Wolchok's avatar
      Avoid copying cached RegExes for scalars · 005a6a19
      Scott Wolchok authored
      This improves performance on the test.yaml attached to #158 by about
      25% on my machine as compared to the previous commit (0.25s -> 0.20s),
      as measured by `time build/util/parse < test.yaml > /dev/null`.
      005a6a19
    • Scott Wolchok's avatar
      Cache scalar regexes · 8c35a8ff
      Scott Wolchok authored
      This improves performance on the test.yaml attached to #158 by about
      35% on my machine (0.39s -> 0.25s), as measured by
      `time build/util/parse < test.yaml > /dev/null`.
      8c35a8ff
  5. 24 Mar, 2014 1 commit
  6. 23 Mar, 2014 1 commit
  7. 22 Mar, 2014 1 commit
  8. 31 Jan, 2011 1 commit
  9. 19 Oct, 2010 1 commit
  10. 18 Oct, 2010 1 commit
  11. 04 Nov, 2009 1 commit
  12. 29 Oct, 2009 3 commits
  13. 27 Oct, 2009 1 commit
  14. 20 Oct, 2009 1 commit
  15. 08 Sep, 2009 1 commit
  16. 07 Sep, 2009 2 commits
  17. 06 Sep, 2009 1 commit
  18. 05 Sep, 2009 3 commits
  19. 02 Sep, 2009 1 commit
  20. 24 Aug, 2009 1 commit
  21. 27 Jul, 2009 1 commit
  22. 25 Jul, 2009 1 commit
  23. 25 Jun, 2009 1 commit
  24. 07 Feb, 2009 1 commit
    • Jesse Beder's avatar
      Fixed several bugs from the new file i/o setup. · 9d0e0c6a
      Jesse Beder authored
      In particular:
      1. Windows CR/LF weren't read properly (issue #11)
      2. Scanning wasn't reading EOF properly
      3. Documents may be empty (this was old, I think)
      Also fixed some VS2008 warnings on /W4.
      9d0e0c6a
  25. 03 Sep, 2008 1 commit
  26. 20 Jul, 2008 1 commit
  27. 14 Jul, 2008 1 commit
  28. 10 Jul, 2008 1 commit
  29. 08 Jul, 2008 2 commits
  30. 01 Jul, 2008 1 commit
  31. 30 Jun, 2008 3 commits