- 06 Sep, 2011 4 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Switched the 'pragma once' to only happen on MSVC, or gcc >= 3.4 (it was causing trouble on the sun compiler)
-
- 04 Aug, 2011 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 10 Jul, 2011 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 15 Mar, 2011 1 commit
-
-
Jesse Beder authored
Removed comparison/implicit conversion operators for Node, and renamed Node::Read<T>() to Node::to<T>()
-
- 04 Mar, 2011 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 03 Mar, 2011 6 commits
-
-
Jesse Beder authored
Refactored parse.cpp so that VS doesn't complain, added MinSizeRel build setting, and fixed numbering in the spec tests
-
Jesse Beder authored
Added explicit doc start/end tokens for the emitter, and set it so that if you try to write after you've already written a full doc, it writes a doc start and continues
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 02 Mar, 2011 3 commits
-
-
Jesse Beder authored
Refactored bool emitting to make it 1) correct for the short bool form and 2) not barf on early versions of VS
-
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
Switched exception constants to const char * const (from const std::string) so we don't have to construct them all in every translation unit, and switched the exception class to derive from std::runtime_error (so it handles what() for us)
-
- 31 Jan, 2011 1 commit
-
-
Jesse Beder authored
Added Anchor() regex (so that we're not just using Alphanumeric to match anchors), but it's still not 100% right (it shouldn't allow non-printable characters, e.g.). Also fixed a test that was broken along these lines (if a colon immediately follows an anchor, it's part of the anchor)
-
- 03 Dec, 2010 1 commit
-
-
Jesse Beder authored
-
- 28 Oct, 2010 1 commit
-
-
Jesse Beder authored
-
- 22 Oct, 2010 1 commit
-
-
Jesse Beder authored
-
- 21 Oct, 2010 1 commit
-
-
Jesse Beder authored
-
- 19 Oct, 2010 1 commit
-
-
Jesse Beder authored
-
- 18 Oct, 2010 1 commit
-
-
Jesse Beder authored
Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes
-
- 15 Mar, 2010 1 commit
-
-
Jesse Beder authored
-
- 02 Dec, 2009 1 commit
-
-
Jesse Beder authored
-
- 17 Nov, 2009 1 commit
-
-
Jesse Beder authored
Refactored emitter operator << overloads to not template them, so it's easier to overload for pointer types
-
- 12 Nov, 2009 1 commit
-
-
Jesse Beder authored
Refactored the traits a bit, and added displaying the key to string and numeric key not found errors
-
- 10 Nov, 2009 1 commit
-
-
Jesse Beder authored
-
- 30 Oct, 2009 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 29 Oct, 2009 5 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 27 Oct, 2009 1 commit
-
-
Jesse Beder authored
-