mirror of
https://github.com/boostorg/dll.git
synced 2026-01-19 16:22:09 +00:00
19 lines
1.8 KiB
Markdown
19 lines
1.8 KiB
Markdown
# [Boost Dynamic Library Load (Boost.DLL)](https://boost.org/libs/dll)
|
|
|
|
Boost.DLL is a part of the [Boost C++ Libraries](https://github.com/boostorg). It is a library for comfortable work with DLL and DSO.
|
|
|
|
### Test results
|
|
|
|
Branches | Build | Tests coverage | More info
|
|
----------------|-------------- | -------------- |-----------
|
|
Develop: | [](https://github.com/apolukhin/Boost.DLL/actions/workflows/ci.yml) [](https://ci.appveyor.com/project/apolukhin/boost-dll/branch/develop) | [](https://coveralls.io/r/apolukhin/Boost.DLL?branch=develop) | [details...](https://regression.boost.io/develop/developer/dll.html)
|
|
Master: | [](https://github.com/apolukhin/Boost.DLL/actions/workflows/ci.yml) [](https://ci.appveyor.com/project/apolukhin/boost-dll/branch/master) | [](https://coveralls.io/r/apolukhin/Boost.DLL?branch=master) | [details...](https://regression.boost.io/master/developer/dll.html)
|
|
|
|
[Latest developer documentation](https://www.boost.org/doc/libs/develop/doc/html/boost_dll.html)
|
|
|
|
### About
|
|
This library was derived from the [Boost.Application](https://github.com/retf/Boost.Application) library.
|
|
|
|
### License
|
|
Distributed under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt).
|