summaryrefslogtreecommitdiff
path: root/Source/bindexplib.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'AutoExport-vftable'Brad King2023-02-151-1/+3
|\
| * WINDOWS_EXPORT_ALL_SYMBOLS: Export vftable symbolMalcolm Bechard2023-02-141-1/+3
* | Source: use C++11 nullptrscivision2023-02-141-2/+3
|/
* bindexplib: Exclude entry and exit thunks for arm64ECmoyo19972022-03-251-15/+43
* Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-251-6/+6
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-2/+2
* Merge topic 'remove_cli__symbols'Brad King2020-05-051-2/+10
|\
| * bindexplib: Do not export symbols from managed codeMarkus Mayer2020-05-041-2/+10
* | IWYU: mark <cstddef> as neededBen Boeckel2020-04-291-1/+1
|/
* replace std::string::substr() with operations that do not allocate memoryRolf Eike Beer2020-03-231-3/+3
* Add support for WINDOWS_EXPORT_ALL_SYMBOLS when cross-compiling to WindowsIsuru Fernando2019-12-061-22/+31
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+6
* bindexplib: supporting llvm bitcode formats using llvm-nmZsolt Parragi2019-08-301-4/+78
* Fix misc. typosluz.paz2018-06-041-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-60/+61
* Address code review feedbackJacek Blaszczynski2017-12-181-27/+31
* Use IMAGE_FILE_HEADER and add missing Arm 32bit images supportJacek Blaszczynski2017-12-181-13/+25
* Add Arm64 support to COFF symbol export featureJacek Blaszczynski2017-12-171-2/+3
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-6/+4
* bindexplib: Revert support for constants symbolsBrad King2017-07-101-10/+12
* bindexplib: Skip symbols containing a dot (.)Albert Ziegenhagel2017-05-161-7/+10
* bindexplib: fix constants symbols exportMikhail Paulyshka2017-04-261-19/+13
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* bindexplib: add ARM supportMikhail Paulyshka2017-04-041-12/+16
* bindexplib: remove unused codeMikhail Paulyshka2017-03-221-67/+0
* bindexplib: clang-formatMikhail Paulyshka2017-03-221-280/+278
* bindexplib: Add method for parsing and integrating `.def` filesBertrand Bellenot2017-03-211-1/+29
* bindexplib: Revise coding style of CMake-specific methodsBrad King2017-03-091-13/+7
* bindexplib: Always export executable symbols, even they are also readableZsolt Parragi2017-02-281-1/+2
* iwyu: Fix VisualStudio specific issuesDaniel Pfeifer2016-11-281-2/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* bindexplib: Export symbols from objects even with explicit markupYury Zhuravlev2016-07-051-3/+1
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Fix auto export symbols for Dlls containing /bigobj for 64bit builds.Bill Hoffman2015-11-191-1/+1
* De-duplicate symbols listed in generated module definition filesBill Hoffman2015-11-181-20/+41
* Windows: Fix 64-bit DLL module definition file generation on VS 2015Bill Hoffman2015-09-141-4/+15
* bindexplib: Add support for "/bigobj" format objectsBill Hoffman2015-07-061-118/+176
* bindexplib: Fix treatment of some symbolsBill Hoffman2015-07-061-3/+16
* bindexplib: Teach DumpFile to return errorsBill Hoffman2015-07-061-7/+10
* bindexplib: Build source as part of CMakeLibBill Hoffman2015-07-061-4/+7
* bindexplib: Wrap long linesBill Hoffman2015-07-061-11/+22
* bindexplib: Drop code that CMake does not needBill Hoffman2015-07-061-425/+8
* bindexplib: Add copyright/license notice blockBill Hoffman2015-07-061-0/+18
* bindexplib: Import original implementation from CERNBill Hoffman2015-07-061-0/+739