vcpkg/toolsrc
Nicole Mazzuca 300e21d59e [vcpkg] Major tool CMakeLists.txt updates
- 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)
2019-08-16 19:40:53 -07:00
..
include [vcpkg] Major tool CMakeLists.txt updates 2019-08-16 19:40:53 -07:00
src [vcpkg] Major tool CMakeLists.txt updates 2019-08-16 19:40:53 -07:00
vcpkg allow tests to run on older standard libraries 2019-07-19 23:20:28 -07:00
vcpkglib improve logic expression evaluation (#7508) 2019-08-02 21:37:49 -07:00
vcpkgmetricsuploader allow tests to run on older standard libraries 2019-07-19 23:20:28 -07:00
vcpkgtest [vcpkg] Fix RealFilesystem::remove_all (#7430) 2019-07-26 16:32:33 -07:00
.clang-format Rewrite the tests! now they're cross-platform! (#7315) 2019-07-18 19:07:00 -07:00
CMakeLists.txt [vcpkg] Major tool CMakeLists.txt updates 2019-08-16 19:40:53 -07:00
dirs.proj [vcxproj] Explicitly specify intermediate and output directories 2018-11-01 01:26:31 -07:00
vcpkg.natvis Initial addition of native visualizer, to improve debugging experience. (#3906) 2018-08-01 10:58:25 -07:00
vcpkg.sln improve logic expression evaluation (#7508) 2019-08-02 21:37:49 -07:00
VERSION.txt Update VERSION.txt 2019-07-19 08:08:56 -07:00