Commit 849d488
cppal-commitbot
Update dll from master
1 parent bd0765a commit 849d488
1 file changed
+1
-1
lines changed- CMakeLists.txt-3
- build.jam-3
- doc/Jamfile.v2-7
- doc/dependencies.qbk+1-2
- doc/getting_started.qbk+1-1
- example/tutorial2/tutorial2.cpp+2-3
- example/tutorial3/tutorial3.cpp+4-3
- example/tutorial4/load_self.cpp+1-2
- example/tutorial5/load_all.cpp+8-9
- example/tutorial6/on_unload_lib.cpp+3-3
- example/tutorial6/tutorial6.cpp+6-7
- example/tutorial8/refcounting_api.hpp+2-2
- example/tutorial9/tutorial9.cpp+4-5
- include/boost/dll/alias.hpp+1-1
- include/boost/dll/config.hpp+4-10
- include/boost/dll/detail/aggressive_ptr_cast.hpp+21-27
- include/boost/dll/detail/ctor_dtor.hpp+3-3
- include/boost/dll/detail/demangling/itanium.hpp+13-17
- include/boost/dll/detail/demangling/mangled_storage_base.hpp+3-1
- include/boost/dll/detail/demangling/msvc.hpp+17-25
- include/boost/dll/detail/elf_info.hpp+1-1
- include/boost/dll/detail/import_mangled_helpers.hpp+28-32
- include/boost/dll/detail/pe_info.hpp+1-1
- include/boost/dll/detail/posix/path_from_handle.hpp+8-8
- include/boost/dll/detail/posix/program_location_impl.hpp+15-12
- include/boost/dll/detail/posix/shared_library_impl.hpp+23-25
- include/boost/dll/detail/system_error.hpp+2-2
- include/boost/dll/detail/windows/path_from_handle.hpp+4-4
- include/boost/dll/detail/windows/shared_library_impl.hpp+17-18
- include/boost/dll/import.hpp+34-58
- include/boost/dll/import_class.hpp+19-22
- include/boost/dll/import_mangled.hpp+18-20
- include/boost/dll/library_info.hpp+4-4
- include/boost/dll/runtime_symbol_info.hpp+24-21
- include/boost/dll/shared_library.hpp+47-54
- include/boost/dll/shared_library_load_mode.hpp+7-7
- include/boost/dll/smart_library.hpp+24-29
- test/cpp_ctti_type_name_parser_lib.cpp+1-1
- test/cpp_import_class_test.cpp+3-3
- test/cpp_import_test.cpp+3-3
- test/cpp_load_test.cpp+2-5
- test/cpp_mangle_test.cpp+1-1
- test/cpp_test_library.cpp+1-1
- test/ctti_type_name_parser_test.cpp+1-1
- test/link.hpp+1-1
- test/shared_library_get_symbol_test.cpp+9-9
- test/shared_library_load_test.cpp+77-2
- test/template_method_linux_test.cpp+1-1
0 commit comments