vcpkg/toolsrc
Nicole Mazzuca 52b2e740de [vcpkg] Fix build under /W4
I was building under /W3, because CMake hadn't been set up to build
under /W4 -- therefore, I didn't see some warnings.

We also decided to remove the niebloids and instead break ADL by using
`= delete`, since otherwise we get warnings when we define a local
variable with the same name as a niebloid. I also removed `status` and
`symlink_status` from the `files` header, since it's unnecessary now,
and they're just implementation details of `RealFilesystem`.

I also removed some existing uses of unqualified `status(path)`, since
that no longer compiles. I also added `Filesystem::canonical`, to remove
another use of `fs::stdfs` in a function I was already working in.
2019-08-10 13:13:21 -07:00
..
include [vcpkg] Fix build under /W4 2019-08-10 13:13:21 -07:00
src [vcpkg] Fix build under /W4 2019-08-10 13:13:21 -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] Make Filesystem::remove_all faster #7570 2019-08-07 16:51:12 -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-18 16:20:00 -07:00