"library/vscode:/vscode.git/clone" did not exist on "b411ee3b780e31d88dc3c23b79d1565611d1475f"
- 15 Jun, 2020 1 commit
-
-
Rosen Penev authored
Found with readability-else-after-return Signed-off-by:Rosen Penev <rosenp@gmail.com>
-
- 29 Apr, 2020 1 commit
-
-
Ian Taylor authored
Fix invocation of clang-format in CMakeLists and apply clang-format.
-
- 23 Nov, 2018 1 commit
-
-
Alexander Anokhin authored
* Removed an expression which is always true * The second expression (ch is space) is removed because the first one contains space 0x20 * nextEmptyLine is always false so it is removed from the expression
-
- 02 Apr, 2016 1 commit
-
-
Jesse Beder authored
-
- 31 Jan, 2016 1 commit
-
-
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`.
-
- 26 Mar, 2014 1 commit
-
-
Jesse Beder authored
-
- 23 Mar, 2014 1 commit
-
-
Jesse Beder authored
-
- 22 Mar, 2014 1 commit
-
-
Jesse Beder authored
-
- 11 Jan, 2012 1 commit
-
-
Jesse Beder authored
-
- 04 Mar, 2011 1 commit
-
-
Jesse Beder authored
Fixed folding bug (detecting indentation, example 8.2), and clipping/stripping empty strings (example 8.6)
-
- 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
-
- 04 Nov, 2009 1 commit
-
-
Jesse Beder authored
-
- 29 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 27 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 08 Sep, 2009 1 commit
-
-
Jesse Beder authored
Fixed flow folding, and made the separation slightly cleaner (but the whole scanscalar thing could use a major refactoring)
-
- 07 Sep, 2009 4 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
-
Jesse Beder authored
-
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
-
- 07 Feb, 2009 1 commit
-
-
Jesse Beder authored
In particular: 1. Windows CR/LF weren't read properly (issue #11) 2. Scanning wasn't reading EOF properly 3. Documents may be empty (this was old, I think) Also fixed some VS2008 warnings on /W4.
-
- 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.
-
- 05 Jul, 2008 1 commit
-
-
Jesse Beder authored
Fixed a bug in the last newline of a block folded scalar.
-
- 01 Jul, 2008 1 commit
-
-
Jesse Beder authored
-
- 30 Jun, 2008 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Moved the three scalar token scanning functions back to scantoken.cpp, so scanscalar.cpp now only has the main scalar scanning function. Renamed ScanScalarInfo to ScanScalarParams.
-
Jesse Beder authored
-
- 29 Jun, 2008 5 commits
-
-
Jesse Beder authored
Renamed the valid/possible tokens to a single variable status with enums valid, invalid, and unverified.
-
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
-
Jesse Beder authored
-
Jesse Beder authored
No commit message
-
- 28 Jun, 2008 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-