aboutsummaryrefslogtreecommitdiffstats
path: root/tools/yaml2obj
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix the configure build.Rafael Espindola2013-05-171-1/+1
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-172-360/+3
* 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-053-0/+732