-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
boost-commitbot
committed
Dec 20, 2024
1 parent
790299a
commit 53e6a6c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dll
updated
21 files
+0 −1 | CMakeLists.txt | |
+0 −1 | build.jam | |
+3 −3 | include/boost/dll/alias.hpp | |
+219 −208 | include/boost/dll/detail/demangling/msvc.hpp | |
+3 −0 | include/boost/dll/detail/pe_info.hpp | |
+50 −97 | include/boost/dll/import_class.hpp | |
+42 −46 | include/boost/dll/smart_library.hpp | |
+1 −0 | test/Jamfile.v2 | |
+6 −5 | test/appveyor.yml | |
+0 −3 | test/cpp_ctti_type_name_parser_lib.cpp | |
+0 −6 | test/cpp_import_class_test.cpp | |
+0 −5 | test/cpp_import_test.cpp | |
+0 −6 | test/cpp_load_test.cpp | |
+0 −5 | test/cpp_mangle_test.cpp | |
+155 −0 | test/cpp_mangling.cpp | |
+0 −5 | test/cpp_test_library.cpp | |
+0 −8 | test/ctti_type_name_parser_test.cpp | |
+3 −1 | test/library_info_test.cpp | |
+0 −5 | test/link.hpp | |
+0 −1 | test/shared_library_errors.cpp | |
+0 −6 | test/template_method_linux_test.cpp |