- 03 Mar, 2011 3 commits
-
-
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
-
- 02 Mar, 2011 6 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
Included 'mark.h' in the graphbuilder so that its method for removing the unused param warning (casting to void) compiles on 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
-
Jesse Beder authored
Merged contrib folders from the graphbuilder-api branch, including the recursive search in CMakeLists.txt
-
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)
-
- 15 Nov, 2010 1 commit
-
-
Jesse Beder authored
-
- 28 Oct, 2010 2 commits
-
-
Jesse Beder authored
-
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
Merged the other-tags branch into the trunk (this wasn't an rX:Y merge, since the branch wasn't branched directly from the head of the trunk)
-
- 18 Oct, 2010 4 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes
-
Jesse Beder authored
-
- 15 Mar, 2010 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 03 Mar, 2010 1 commit
-
-
Jesse Beder authored
Updated to remove most of the warnings in Visual Studio. (There's still the one about all control paths returning a value left.) Fixed one warning (when an istream converts to void * to then convert to bool), and disabled three.
-
- 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
-
- 06 Nov, 2009 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Fixed the return value of the integral conversion functions, and also unset the dec flag so it reads other bases (just a temporary fix, since we're officially supposed to read binary too)
-
- 30 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 29 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 27 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 19 Oct, 2009 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 29 Sep, 2009 1 commit
-
-
Jesse Beder authored
-
- 16 Sep, 2009 2 commits
-
-
Jesse Beder authored
Modified old gcc version patch so it still uses the new Node::Read in Visual Studio. Also broke up the \uNNNN characters in the spec tests into \xNN-type strings.
-
Jesse Beder authored
-
- 08 Sep, 2009 1 commit
-
-
Jesse Beder authored
Cleaned up the read template overloads (per litb's update); it seems the old version didn't compile in VS2008. Also updated the VS project files.
-
- 06 Sep, 2009 2 commits
-
-
Jesse Beder authored
Refactored the operator >> and Node::Read default functions, as well as the conversion functions, to more easily read new types as keys (this uncovered an error, in example 2.11 of the spec)
-
Jesse Beder authored
Added templated casting to nodes, as well as operator == and != (for quick checks, especially to help in testing). Implemented size() on a map node to return the number of key/value pairs (as in std::map)
-
- 24 Aug, 2009 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-