1. 23 May, 2020 1 commit
  2. 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
  3. 28 Jan, 2018 1 commit
  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. 23 Mar, 2014 2 commits
  6. 22 Mar, 2014 1 commit
  7. 09 Nov, 2012 1 commit
  8. 11 Jan, 2012 1 commit
  9. 01 Nov, 2011 1 commit
  10. 06 Sep, 2011 1 commit
  11. 02 Mar, 2011 1 commit
  12. 31 Jan, 2011 1 commit
  13. 12 Nov, 2009 1 commit
  14. 04 Nov, 2009 1 commit
  15. 29 Oct, 2009 2 commits
  16. 19 Oct, 2009 1 commit
  17. 02 Sep, 2009 1 commit
  18. 30 Jul, 2009 1 commit
  19. 29 Jul, 2009 1 commit
  20. 22 May, 2009 1 commit
  21. 01 Feb, 2009 1 commit
  22. 27 Jan, 2009 1 commit
  23. 03 Sep, 2008 1 commit
  24. 07 Aug, 2008 1 commit
  25. 14 Jul, 2008 1 commit
  26. 10 Jul, 2008 1 commit
  27. 30 Jun, 2008 2 commits
  28. 29 Jun, 2008 2 commits
  29. 28 Jun, 2008 1 commit
  30. 27 Jun, 2008 5 commits
  31. 26 Jun, 2008 1 commit