aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/coff_file_reader.cpp
AgeCommit message (Collapse)Author
2017-10-13[vcpkg] Re-layout all files using new organization scheme.Robert Schumacher
All filenames and directories are lowercase. Use dots for namespace separation.
2017-08-31CoffFileReader naming conventionAlexander Karatarakis
2017-08-28Add missing constAlexander Karatarakis
2017-05-24[vcpkg] Rename CoffFileHeader::machineType -> machine_typeRobert Schumacher
2017-05-24[vcpkg] Refactored to simplify BuildPolicies into BuildPolicy.Robert Schumacher
Restrict policy consumers to a simpler interface than std::map. Rename vcpkg::getMachineType -> vcpkg::to_machine_type.
2017-04-28[clang-format] Cpp11BracedListStyle: trueAlexander Karatarakis
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-04[coff_file_reader] Rename types to UpperCamelCaseAlexander Karatarakis
2017-04-04dll_info->DllInfo, lib_info->LibInfoAlexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-05Use Nested Namespace DefinitionAlexander Karatarakis
2016-12-16Pass by const refAlexander Karatarakis
2016-11-18[coff] Use the offsets_array to go to archive members. Fixes #292Alexander Karatarakis
2016-11-18[coff] Read the second linker offsets to deduce the real offset countAlexander Karatarakis
Those that start with 0 are ignored
2016-11-17[coff] Use peek_value()Alexander Karatarakis
2016-11-17[coff] Eliminate another peek() functionAlexander Karatarakis
2016-11-17[coff] Introduce marker_t. Eliminate one of the peek functionsAlexander Karatarakis
2016-11-17[coff] member_size() now returns already aligned sizeAlexander Karatarakis
2016-11-17[coff] Function renameAlexander Karatarakis
2016-11-17[coff] Variable renameAlexander Karatarakis
2016-11-15Remove unused #includesAlexander Karatarakis
2016-11-15Add comment about freeglut in coff_file_reader.cppAlexander Karatarakis
2016-11-15possible fix for issue #223Geert Van Laethem
2016-10-26[coff_file_reader] Improve error messageAlexander Karatarakis
2016-10-14Add coff_file_reader to extract info/from dll/lib files without dumpbinAlexander Karatarakis
Calling dumpbin was very slow in some cases (e.g. boost). With coff_file_reader we directly examine the binary for the few bits we need.