mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-27 13:10:52 +00:00
300e21d59e
- Add the "VCPKG_DEVELOPMENT_WARNINGS" flag - setting "WERROR" will also set this flag - This flag is set by default - on GCC/clang, this will pass '-Wall -Wextra -Wpedantic -Werror' - on GCC, this will additionally pass '-Wmissing-declarations' - on clang, this will additionally pass '-Wmissing-prototypes' - on MSVC, this will pass '-W4 -WX' - On Visual Studio 2017 and later, pass '-permissive-' - Change the source for fallout of these changes - add `format` subcommand - formats all C++ source and header files using clang-format - move `include/vcpkg-test/catch.h` to `include/catch2/catch.hpp` - pass CONFIGURE_DEPENDS to file(GLOB) |
||
---|---|---|
.. | ||
include | ||
src | ||
vcpkg | ||
vcpkglib | ||
vcpkgmetricsuploader | ||
vcpkgtest | ||
.clang-format | ||
CMakeLists.txt | ||
dirs.proj | ||
vcpkg.natvis | ||
vcpkg.sln | ||
VERSION.txt |