| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-04 | [vcpkg] Download vcpkg.exe rather than building it in bootstrap on Windows. ↵ | Billy O'Neal | |
| (#15474) This reduces bootstrap cost for Windows customers, resolving the issue initially submitted as #12502 . The `toolsrc` tree was extracted to https://github.com/microsoft/vcpkg-tool. `bootstrap.sh` was changed to download the right source tarball, extract, and build it. This was chosen over the previous attempt, a submodule, over concerns of accidentally destroying people's local modifications. | |||
| 2020-08-10 | [vcpkg] Rewrite CMake build system to be more target-based (#12698) | nicole mazzuca | |
| * Change to using more target-focused cmake * Add vcpkg_target_add_warning_options * targetify the rest * move the globs together * Force-include pch.h on non-windows * Rename VCPKGLIB_NON_PCH_* to VCPKGLIB_* in globs * Remove `include "pch.h"`s * missed a few lines * fix build * fix CMAKE_CURRENT_SOURCE_DIR * try to fix VCPKG_REQUIRE_LINK_CXXFS * change msvc-stl logic * fix build * CR * clang-format * Apply suggestions from code review Thanks @ras0219! Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> | |||
| 2017-01-30 | Introduce precompiled headers | Alexander Karatarakis | |
