https://github.com/stephengtuggy/boost_log_python_poc
Minimal reproducible example of how to use Boost.Python, Boost.Log, CMake, and vcpkg together in a C++11 program on Windows
https://github.com/stephengtuggy/boost_log_python_poc
boost cmake cpp python3 vcpkg windows
Last synced: 3 months ago
JSON representation
Minimal reproducible example of how to use Boost.Python, Boost.Log, CMake, and vcpkg together in a C++11 program on Windows
- Host: GitHub
- URL: https://github.com/stephengtuggy/boost_log_python_poc
- Owner: stephengtuggy
- License: mit
- Created: 2023-03-31T19:48:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-04T15:21:11.000Z (3 months ago)
- Last Synced: 2026-04-04T18:24:29.219Z (3 months ago)
- Topics: boost, cmake, cpp, python3, vcpkg, windows
- Language: Shell
- Homepage:
- Size: 270 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# boost_log_python_poc
Minimal reproducible example of how to use Boost.Python, Boost.Log, CMake, and vcpkg together in a C++11 program on Windows