- 05 Oct, 2019 1 commit
-
-
Andy Maloney authored
Also run clang-format on these files as requested
-
- 23 Mar, 2014 1 commit
-
-
Jesse Beder authored
-
- 22 Mar, 2014 1 commit
-
-
Jesse Beder authored
-
- 02 Mar, 2011 1 commit
-
-
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)
-
- 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
-
- 27 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 22 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 19 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 07 Sep, 2009 2 commits
-
-
Jesse Beder authored
(Actually) fixed the folding newline bug, but it's a bit messy, and we don't accurately make the distinction between block folding and flow folding
-
Jesse Beder authored
-
- 19 Aug, 2009 1 commit
-
-
Jesse Beder authored
Converted indexing to std::size_t, and fixed the Node templated overloads to properly index any index type (determining what is an index type is a bit of a hack - it should be is_convertible<T, std::size_t> (I think), but I just explicitly wrote down a list)
-
- 27 Jul, 2009 1 commit
-
-
Jesse Beder authored
-
- 03 Sep, 2008 1 commit
-
-
Jesse Beder authored
-
- 20 Jul, 2008 1 commit
-
-
Jesse Beder authored
We were getting memory leaks (as told by the CRT detectors, which I also added), and there's really no reason (as long as we're careful) to use pointers there.
-
- 14 Jul, 2008 1 commit
-
-
Jesse Beder authored
-
- 08 Jul, 2008 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Combined the myriad ScannerExceptions and ParserExceptions to a single ParserException class that has a message and a line/column position in the file where the error occurred.
-
- 30 Jun, 2008 1 commit
-
-
Jesse Beder authored
-
- 29 Jun, 2008 2 commits
-
-
Jesse Beder authored
Moved the input stream, together with line/column info, into its own class, which allowed some other stuff just to pass the stream, and not have to be a member of Scanner.
-
Jesse Beder authored
-
- 28 Jun, 2008 1 commit
-
-
Jesse Beder authored
There's a bug (and question): should we test simple keys' validity BEFORE stuff or AFTER stuff?
-
- 27 Jun, 2008 1 commit
-
-
Jesse Beder authored
Refactored some common whitespace-parsing code in scanning both scalars. Implemented the flow collection tokens.
-