aboutsummaryrefslogtreecommitdiffstats
path: root/utils/yaml2obj/yaml2obj.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add back parsing of header charactestics.Rafael Espindola2013-04-041-1/+37
* Remove anonymous namespace.Rafael Espindola2013-04-031-4/+0
* Use yaml::IO in yaml2obj.cpp.Rafael Espindola2013-04-021-551/+346
* [Support][Endian] Add support for specifying the alignment and native unalign...Michael J. Spencer2013-01-021-1/+2
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-3/+2
* Fix a few vars that can end up being used without initialization.Axel Naumann2012-09-171-1/+1
* Remove redundant '== true' after a comparison.Richard Trieu2012-08-021-1/+1
* [yaml2obj] Fix build. Apparently I've gotten too familiar with C++11.Michael J. Spencer2012-08-021-1/+1
* Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer2012-08-021-0/+879