https://github.com/egor-tensin/winapi-common
WinAPI: C++ wrappers for common utilities (processes, pipes, file I/O, etc.)
https://github.com/egor-tensin/winapi-common
Last synced: 7 months ago
JSON representation
WinAPI: C++ wrappers for common utilities (processes, pipes, file I/O, etc.)
- Host: GitHub
- URL: https://github.com/egor-tensin/winapi-common
- Owner: egor-tensin
- License: mit
- Created: 2020-10-13T22:58:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-28T12:46:09.000Z (over 1 year ago)
- Last Synced: 2025-01-11T21:23:32.769Z (9 months ago)
- Language: C++
- Homepage: https://egor-tensin.github.io/winapi-common/
- Size: 250 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
winapi-common
=============[](https://github.com/egor-tensin/winapi-common/actions/workflows/ci.yml)
C++ wrappers for various common WinAPI entities I've had to use in various
projects over the years.Development
-----------Build using CMake.
Depends on Boost.Test and Python 3 for running the tests.
The project is Windows-only, so building with either MSVC or MinGW-w64 is
required.There's a Makefile with useful shortcuts to build the project in the build/
directory (defaults to building with MinGW-w64):make deps
make build
make testDocumentation
-------------Build & display the documentation using
make docs
View the online documentation at https://egor-tensin.github.io/winapi-common/.
License
-------Distributed under the MIT License.
See [LICENSE.txt] for details.[LICENSE.txt]: LICENSE.txt