Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix memory leak in YAML I/O. | Nick Kledzik | 2013-01-08 | 1 | -9/+32 |
* | Fix how YAML I/O detects flow sequences. | Nick Kledzik | 2013-01-04 | 1 | -1/+1 |
* | Don't call back() on an empty SmallVector. Found by -fsanitize=enum! | Richard Smith | 2012-12-22 | 1 | -1/+1 |
* | YAMLIO: Remove all of the template instantiation hacks, I don't see why they'... | Benjamin Kramer | 2012-12-12 | 1 | -397/+318 |
* | Fix calls to getAsSignedInteger() to use long long - not int64_t | Nick Kledzik | 2012-12-12 | 1 | -21/+25 |
* | Fix the build on case sensitive file systems. | Benjamin Kramer | 2012-12-12 | 1 | -4/+2 |
* | Initial implementation of a utility for converting native data | Nick Kledzik | 2012-12-12 | 1 | -0/+881 |