An open API service indexing awesome lists of open source software.

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.)

Awesome Lists containing this project

README

          

winapi-common
=============

[![CI](https://github.com/egor-tensin/winapi-common/actions/workflows/ci.yml/badge.svg)](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 test

Documentation
-------------

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