21 lines
1.8 KiB
Markdown
21 lines
1.8 KiB
Markdown
# [Boost Dynamic Library Load (Boost.DLL)](http://boost.org/libs/dll)
|
|
|
|
Boost.DLL is a part of the [Boost C++ Libraries](http://github.com/boostorg). It is a library for comfortable work with DLL and DSO.
|
|
|
|
### Test results
|
|
|
|
Branches | Build | Tests coverage | More info
|
|
----------------|-------------- | -------------- |-----------
|
|
Develop: | [](https://travis-ci.org/apolukhin/Boost.DLL) [](https://ci.appveyor.com/project/apolukhin/boost-dll/branch/develop) | [](https://coveralls.io/r/apolukhin/Boost.DLL?branch=develop) | [details...](http://www.boost.org/development/tests/develop/developer/dll.html)
|
|
Master: | [](https://travis-ci.org/apolukhin/Boost.DLL) [](https://ci.appveyor.com/project/apolukhin/boost-dll/branch/master) | [](https://coveralls.io/r/apolukhin/Boost.DLL?branch=master) | [details...](http://www.boost.org/development/tests/master/developer/dll.html)
|
|
|
|
[Open Issues](https://svn.boost.org/trac/boost/query?status=!closed&component=dll)
|
|
|
|
[Latest developer documentation](http://apolukhin.github.io/Boost.DLL/index.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](http://www.boost.org/LICENSE_1_0.txt).
|