Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 12-May-2024 | - | 2,144 | 1,527 | ||
example/ | 12-May-2024 | - | 1,359 | 723 | ||
meta/ | 12-May-2024 | - | 16 | 15 | ||
test/ | 12-May-2024 | - | 2,648 | 1,874 | ||
README.md | D | 12-May-2024 | 1.8 KiB | 21 | 13 | |
index.html | D | 12-May-2024 | 726 | 36 | 27 |
README.md
1# [Boost Dynamic Library Load (Boost.DLL)](http://boost.org/libs/dll) 2 3Boost.DLL is a part of the [Boost C++ Libraries](http://github.com/boostorg). It is a library for comfortable work with DLL and DSO. 4 5### Test results 6 7Branches | Build | Tests coverage | More info 8----------------|-------------- | -------------- |----------- 9Develop: | [![Build Status](https://travis-ci.org/apolukhin/Boost.DLL.svg?branch=develop)](https://travis-ci.org/apolukhin/Boost.DLL) [![Build status](https://ci.appveyor.com/api/projects/status/t6q6yhcabtk5b99l/branch/develop?svg=true)](https://ci.appveyor.com/project/apolukhin/boost-dll/branch/develop) | [![Coverage Status](https://coveralls.io/repos/apolukhin/Boost.DLL/badge.png?branch=develop)](https://coveralls.io/r/apolukhin/Boost.DLL?branch=develop) | [details...](http://www.boost.org/development/tests/develop/developer/dll.html) 10Master: | [![Build Status](https://travis-ci.org/apolukhin/Boost.DLL.svg?branch=master)](https://travis-ci.org/apolukhin/Boost.DLL) [![Build status](https://ci.appveyor.com/api/projects/status/t6q6yhcabtk5b99l/branch/master?svg=true)](https://ci.appveyor.com/project/apolukhin/boost-dll/branch/master) | [![Coverage Status](https://coveralls.io/repos/apolukhin/Boost.DLL/badge.png?branch=master)](https://coveralls.io/r/apolukhin/Boost.DLL?branch=master) | [details...](http://www.boost.org/development/tests/master/developer/dll.html) 11 12[Open Issues](https://svn.boost.org/trac/boost/query?status=!closed&component=dll) 13 14[Latest developer documentation](http://apolukhin.github.io/Boost.DLL/index.html) 15 16### About 17This library was derived from the [Boost.Application](https://github.com/retf/Boost.Application) library. 18 19### License 20Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt). 21