- 29 Apr, 2020 1 commit
-
-
Ian Taylor authored
Fix invocation of clang-format in CMakeLists and apply clang-format.
-
- 24 Mar, 2019 1 commit
-
-
peterchen-cp authored
-
- 13 Mar, 2019 1 commit
-
-
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".
-
- 03 Jul, 2018 1 commit
-
-
Alexander authored
-
- 24 Jan, 2015 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Add EmitterStyle, which will allow sequence or map style (i.e., flow or block) to be preserved between parsing and emitting
-
- 23 Mar, 2014 1 commit
-
-
Jesse Beder authored
-
- 22 Mar, 2014 1 commit
-
-
Jesse Beder authored
-
- 06 Sep, 2011 1 commit
-
-
Jesse Beder authored
Switched the 'pragma once' to only happen on MSVC, or gcc >= 3.4 (it was causing trouble on the sun compiler)
-
- 03 May, 2011 1 commit
-
-
Jesse Beder authored
-
- 10 Mar, 2011 1 commit
-
-
Jesse Beder authored
-
- 03 Mar, 2011 1 commit
-
-
Jesse Beder authored
-
- 02 Mar, 2011 2 commits
-
-
Jesse Beder authored
Flipped the include guard and the pragma, and don't use the pragma for early versions of gcc (< 3.4)
-
Jesse Beder authored
Merged contrib folders from the graphbuilder-api branch, including the recursive search in CMakeLists.txt
-