aboutsummaryrefslogtreecommitdiffstats
path: root/tools/yaml2obj/yaml2obj.cpp
Commit message (Expand)AuthorAgeFilesLines
* yaml2obj: add -format=<fmt> to choose input YAML interpretationSean Silva2013-06-051-11/+39
* Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola2013-05-311-1/+1
* Don't allocate temporary string for section data.Rafael Espindola2013-05-311-7/+10
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-171-360/+1
* Split Alignment out of the Section Characteristics.Rafael Espindola2013-05-061-14/+4
* Don't compute a std::vector<uint8_t> just to write it out a stream.Rafael Espindola2013-04-251-83/+17
* Fix typo.Rafael Espindola2013-04-231-7/+7
* Simplify yaml2obj a bit.Rafael Espindola2013-04-231-105/+112
* Write relocations in yaml2obj.Rafael Espindola2013-04-231-0/+13
* Remove COFFYAML::Header.Rafael Espindola2013-04-201-17/+38
* Remove COFFYAML::Relocation.Rafael Espindola2013-04-191-11/+19
* Move yaml2obj to tools too.Rafael Espindola2013-04-051-0/+707