summaryrefslogtreecommitdiff
path: root/unittests/Support/YAMLIOTest.cpp
Commit message (Expand)AuthorAge
* YAML I/O add support for validate()Nick Kledzik2013-11-21
* revert r194655Nick Kledzik2013-11-21
* YAML I/O - Added default trait support for std:string. Making another attemp...John Thompson2013-11-19
* Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-18
* remove extra semicolonNick Kledzik2013-11-14
* Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-14
* Add simple support for tags in YAML I/ONick Kledzik2013-11-14
* Reverting my r193344 checkin due to build breakage.John Thompson2013-10-24
* Added std::string as a built-in type for mapping.John Thompson2013-10-24
* Re-submit r190469: YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-11
* Revert "YAMLIO: Fix string quoting logic." (r190469)Hans Wennborg2013-09-11
* Remove trailing whitespaceRui Ueyama2013-09-11
* YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-11
* Removing a spurious semi-colon; this macro expands into a namespace.Aaron Ballman2013-08-16
* Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...Aaron Ballman2013-08-15
* Replace memcpys by a static_cast and an integral promotion.Dmitri Gribenko2013-01-10
* Fix coding styleDmitri Gribenko2013-01-10
* Unbreak tests after regression from r172081.Jakub Staszak2013-01-10
* Fix Alias BugDavid Greene2013-01-10
* Fix how YAML I/O detects flow sequences. Nick Kledzik2013-01-04
* Fix some integer constant warnings by using a suffixNick Kledzik2012-12-17
* re-enable test cases now that traits work with g++. Fix some g++ warningsNick Kledzik2012-12-17
* Temporarily disable test cases until they compile with g++ too.Nick Kledzik2012-12-12
* Unbreak the build. Fallout from r170019.David Blaikie2012-12-12
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-12