| Age | Commit 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-31 | CoffFileReader naming convention | Alexander Karatarakis | |
| 2017-08-28 | Add missing const | Alexander Karatarakis | |
| 2017-05-24 | [vcpkg] Rename CoffFileHeader::machineType -> machine_type | Robert 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: true | Alexander Karatarakis | |
| 2017-04-27 | Run clang-format over the cpp files | Alexander Karatarakis | |
| 2017-04-04 | [coff_file_reader] Rename types to UpperCamelCase | Alexander Karatarakis | |
| 2017-04-04 | dll_info->DllInfo, lib_info->LibInfo | Alexander Karatarakis | |
| 2017-03-13 | All Checks now take LineInfo as the first argument | Alexander Karatarakis | |
| 2017-01-30 | Introduce precompiled headers | Alexander Karatarakis | |
| 2017-01-05 | Use Nested Namespace Definition | Alexander Karatarakis | |
| 2016-12-16 | Pass by const ref | Alexander Karatarakis | |
| 2016-11-18 | [coff] Use the offsets_array to go to archive members. Fixes #292 | Alexander Karatarakis | |
| 2016-11-18 | [coff] Read the second linker offsets to deduce the real offset count | Alexander Karatarakis | |
| Those that start with 0 are ignored | |||
| 2016-11-17 | [coff] Use peek_value() | Alexander Karatarakis | |
| 2016-11-17 | [coff] Eliminate another peek() function | Alexander Karatarakis | |
| 2016-11-17 | [coff] Introduce marker_t. Eliminate one of the peek functions | Alexander Karatarakis | |
| 2016-11-17 | [coff] member_size() now returns already aligned size | Alexander Karatarakis | |
| 2016-11-17 | [coff] Function rename | Alexander Karatarakis | |
| 2016-11-17 | [coff] Variable rename | Alexander Karatarakis | |
| 2016-11-15 | Remove unused #includes | Alexander Karatarakis | |
| 2016-11-15 | Add comment about freeglut in coff_file_reader.cpp | Alexander Karatarakis | |
| 2016-11-15 | possible fix for issue #223 | Geert Van Laethem | |
| 2016-10-26 | [coff_file_reader] Improve error message | Alexander Karatarakis | |
| 2016-10-14 | Add coff_file_reader to extract info/from dll/lib files without dumpbin | Alexander 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. | |||
