Add UWP windows-api support for system and server family selection
- Lingua principale
- C++
- Stelle
- 251
- Fork
- 63
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
In recent pull requests to Boost.Predef (https://github.com/boostorg/predef/pull/57, https://github.com/boostorg/predef/pull/64) support for the latest Windows UWP was added. In addition, Boost.WinAPI has recent pull requests to support Windows UWP (https://github.com/boostorg/winapi/pull/57, https://github.com/boostorg/winapi/pull/61).
The documentation for windows-api specifies support for [some but not all](http://www.boost.org/build/doc/html/bbv2/reference/tools.html#bbv2.reference.tools.compiler.msvc) current UWP development. The last pull requests I could find for this were from 2014. It is time to update this support again.
Currently it says that `desktop`, `phone`, and `store` are supported; my assumption is that `store` translates to adding `WINAPI_FAMILY=WINAPI_FAMILY_PC_APP` to the list of preprocessor definitions for the build.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.