Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apolukhin/boost.dll
Library for comfortable work with DLL and DSO
https://github.com/apolukhin/boost.dll
boost c-plus-plus cpp dll dso libraries
Last synced: 9 days ago
JSON representation
Library for comfortable work with DLL and DSO
- Host: GitHub
- URL: https://github.com/apolukhin/boost.dll
- Owner: apolukhin
- Created: 2014-08-05T13:17:12.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-29T06:42:31.000Z (2 months ago)
- Last Synced: 2024-10-23T06:37:15.384Z (16 days ago)
- Topics: boost, c-plus-plus, cpp, dll, dso, libraries
- Language: C++
- Homepage: https://boost.org/libs/dll
- Size: 2.1 MB
- Stars: 109
- Watchers: 18
- Forks: 69
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [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: | [![CI](https://github.com/apolukhin/Boost.DLL/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/apolukhin/Boost.DLL/actions/workflows/ci.yml) [![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...](https://www.boost.org/development/tests/develop/developer/dll.html)
Master: | [![CI](https://github.com/apolukhin/Boost.DLL/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/apolukhin/Boost.DLL/actions/workflows/ci.yml) [![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...](https://www.boost.org/development/tests/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).