Skip to content

Commit

Permalink
Update dll from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
boost-commitbot committed Jan 5, 2025
1 parent 33aa3e2 commit 58058f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/dll
Submodule dll updated 78 files
+1 −1 CMakeLists.txt
+1 −1 doc/ack.qbk
+1 −1 doc/dependencies.qbk
+1 −1 doc/design_rationale.qbk
+2 −2 doc/dll.qbk
+1 −1 doc/faq.qbk
+1 −1 doc/getting_started.qbk
+1 −1 doc/introduction.qbk
+1 −1 doc/limitations.qbk
+1 −1 doc/missuses.qbk
+1 −1 doc/revisionhistory.qbk
+1 −1 doc/tutorial.qbk
+1 −1 example/b2_workarounds.hpp
+1 −1 example/getting_started.cpp
+1 −1 example/getting_started_library.cpp
+1 −1 example/tutorial1/my_plugin_sum.cpp
+1 −1 example/tutorial1/tutorial1.cpp
+1 −1 example/tutorial2/my_plugin_aggregator.cpp
+1 −1 example/tutorial2/tutorial2.cpp
+1 −1 example/tutorial3/tutorial3.cpp
+1 −1 example/tutorial4/load_self.cpp
+1 −1 example/tutorial4/static_plugin.cpp
+1 −1 example/tutorial4/static_plugin.hpp
+1 −1 example/tutorial5/load_all.cpp
+1 −1 example/tutorial6/on_unload_lib.cpp
+1 −1 example/tutorial6/tutorial6.cpp
+1 −1 example/tutorial7/library1.cpp
+1 −1 example/tutorial7/library2.cpp
+1 −1 example/tutorial7/tutorial7.cpp
+1 −1 example/tutorial8/refcounting_api.hpp
+1 −1 example/tutorial8/refcounting_plugin.cpp
+1 −1 example/tutorial8/refcounting_plugin.hpp
+1 −1 example/tutorial8/tutorial8.cpp
+1 −1 example/tutorial8/tutorial8_static.cpp
+1 −1 example/tutorial9/tutorial9.cpp
+1 −1 example/tutorial_common/my_plugin_api.hpp
+1 −1 include/boost/dll.hpp
+1 −1 include/boost/dll/alias.hpp
+1 −1 include/boost/dll/config.hpp
+1 −1 include/boost/dll/detail/aggressive_ptr_cast.hpp
+8 −8 include/boost/dll/detail/elf_info.hpp
+1 −1 include/boost/dll/detail/macho_info.hpp
+1 −6 include/boost/dll/detail/pe_info.hpp
+1 −1 include/boost/dll/detail/posix/path_from_handle.hpp
+1 −1 include/boost/dll/detail/posix/program_location_impl.hpp
+1 −1 include/boost/dll/detail/posix/shared_library_impl.hpp
+1 −1 include/boost/dll/detail/system_error.hpp
+1 −1 include/boost/dll/detail/windows/path_from_handle.hpp
+1 −1 include/boost/dll/detail/windows/shared_library_impl.hpp
+1 −1 include/boost/dll/import.hpp
+1 −1 include/boost/dll/import_class.hpp
+1 −1 include/boost/dll/import_mangled.hpp
+5 −1 include/boost/dll/library_info.hpp
+1 −1 include/boost/dll/runtime_symbol_info.hpp
+1 −1 include/boost/dll/shared_library.hpp
+1 −1 include/boost/dll/shared_library_load_mode.hpp
+1 −1 include/boost/dll/smart_library.hpp
+1 −0 test/Jamfile.v2
+1 −1 test/appveyor.yml
+69 −0 test/broken_library_info_test.cpp
+1 −1 test/cpp_load_test.cpp
+1 −1 test/cpp_test_library.cpp
+1 −1 test/empty_library.cpp
+1 −1 test/empty_library_info_test.cpp
+1 −1 test/library_info_test.cpp
+1 −1 test/link.hpp
+1 −1 test/link1.cpp
+1 −1 test/link2.cpp
+1 −1 test/section_name_too_big.cpp
+1 −1 test/shared_library_concurrent_load_test.cpp
+1 −1 test/shared_library_errors.cpp
+1 −1 test/shared_library_get_symbol_test.cpp
+1 −1 test/shared_library_load_test.cpp
+1 −1 test/shared_library_search_symbol_test.cpp
+1 −1 test/structures_tests.cpp
+1 −1 test/symbol_runtime_info_test.cpp
+1 −1 test/template_method_linux_test.cpp
+1 −1 test/test_library.cpp

0 comments on commit 58058f8

Please sign in to comment.