Ben Boeckel
|
24a9fed5d9
IWYU: mark <cstddef> as needed
|
5 years ago |
Rolf Eike Beer
|
ef778d77e0
replace std::string::substr() with operations that do not allocate memory
|
5 years ago |
Isuru Fernando
|
5ff1d7bd90
Add support for WINDOWS_EXPORT_ALL_SYMBOLS when cross-compiling to Windows
|
6 years ago |
Kitware Robot
|
ed98209ddc
Revise include order using clang-format-6.0
|
6 years ago |
Zsolt Parragi
|
c856d4556b
bindexplib: supporting llvm bitcode formats using llvm-nm
|
6 years ago |
luz.paz
|
be28106880
Fix misc. typos
|
7 years ago |
Kitware Robot
|
d7204e649e
Revise C++ coding style using clang-format-6.0
|
7 years ago |
Jacek Blaszczynski
|
1f3933d382
Address code review feedback
|
7 years ago |
Jacek Blaszczynski
|
14ebad533d
Use IMAGE_FILE_HEADER and add missing Arm 32bit images support
|
7 years ago |
Jacek Blaszczynski
|
8950183b38
Add Arm64 support to COFF symbol export feature
|
7 years ago |
Pavel Solodovnikov
|
5db3aac111
Meta: replace empty-string assignments with `clear()`.
|
8 years ago |
Pavel Solodovnikov
|
7d5095796a
Meta: modernize old-fashioned loops to range-based `for`.
|
8 years ago |
Brad King
|
3250b9a122
bindexplib: Revert support for constants symbols
|
8 years ago |
Albert Ziegenhagel
|
8d754ad5e7
bindexplib: Skip symbols containing a dot (.)
|
8 years ago |
Mikhail Paulyshka
|
afb21342ea
bindexplib: fix constants symbols export
|
8 years ago |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |
Mikhail Paulyshka
|
48fa291469
bindexplib: add ARM support
|
8 years ago |
Mikhail Paulyshka
|
97c605fd5b
bindexplib: remove unused code
|
8 years ago |
Mikhail Paulyshka
|
7a8860afbc
bindexplib: clang-format
|
8 years ago |
Bertrand Bellenot
|
845c482448
bindexplib: Add method for parsing and integrating `.def` files
|
9 years ago |
Brad King
|
4f90e79314
bindexplib: Revise coding style of CMake-specific methods
|
9 years ago |
Zsolt Parragi
|
85e08370d0
bindexplib: Always export executable symbols, even they are also readable
|
8 years ago |
Daniel Pfeifer
|
66a7099993
iwyu: Fix VisualStudio specific issues
|
9 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Yury Zhuravlev
|
f8d4e3d7f8
bindexplib: Export symbols from objects even with explicit markup
|
9 years ago |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 years ago |
Bill Hoffman
|
75004280af
Fix auto export symbols for Dlls containing /bigobj for 64bit builds.
|
10 years ago |
Bill Hoffman
|
1c1ace2db0
De-duplicate symbols listed in generated module definition files
|
10 years ago |
Bill Hoffman
|
db7f069a4b
Windows: Fix 64-bit DLL module definition file generation on VS 2015
|
10 years ago |
Bill Hoffman
|
069aa93b55
bindexplib: Add support for "/bigobj" format objects
|
10 years ago |