| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-03 | [vcpkg] Allow CI to pass in all relevant directories and remove use of ↵ | Billy O'Neal | |
| symbolic links (#11483) | |||
| 2019-09-12 | Fix bug in `.vcpkg-root` detection that breaks `--overlay-triplets` (#7954) | martin-s | |
| * - Added scripts variable to ports file. - Added check if triplet file is not available (NPE). * - Fixed line endings. * Provide location of .vcpkg-root to ports.cmake * vcpkg sets VCPKG_ROOT_PATH in ports.cmake * [vcpkg] Fail if VCPKG_ROOT_PATH is not passed from vcpkg.exe * [vcpkg] Fix vcpkg rooth path * [vcpkg] Make --x-scripts-root an experimental command | |||
| 2019-08-16 | [vcpkg] Major tool CMakeLists.txt updates | Nicole Mazzuca | |
| - 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-07-19 | allow tests to run on older standard libraries | Nicole Mazzuca | |
