Library for comfortable work with DLL and DSO
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Antony Polukhin ca02dd46e3 Fix test failures on glibc 2.36+
Fixes https://github.com/boostorg/dll/issues/58
Fixes https://github.com/apolukhin/Boost.DLL/issues/61
2 weeks ago
.github/workflows Fix test failures on glibc 2.36+ 2 weeks ago
doc Update copyright years 5 months ago
example Update copyright years 5 months ago
include/boost add C++03 deprecation warnings 4 weeks ago
meta [skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out. 2 years ago
test Fix test failures on glibc 2.36+ 2 weeks ago
CMakeLists.txt Add CMakeLists.txt 2 years ago
README.md update CI configs 2 years ago
index.html Update copyright years 5 months ago

README.md

Boost Dynamic Library Load (Boost.DLL)

Boost.DLL is a part of the Boost C++ Libraries. It is a library for comfortable work with DLL and DSO.

Test results

Branches Build Tests coverage More info
Develop: CI Build status Coverage Status details...
Master: CI Build status Coverage Status details...

Latest developer documentation

About

This library was derived from the Boost.Application library.

License

Distributed under the Boost Software License, Version 1.0.