| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-23 | Merge build.cpp | Curtis.Bezault | |
| 2019-07-23 | add external file hashes to the binary paragraph | Curtis.Bezault | |
| 2019-07-19 | Merge branch 'master' into external_file_abi | Curtis J Bezault | |
| 2019-07-19 | [vcpkg] Portfile Settings (#7292) | Curtis J Bezault | |
| 2019-07-18 | [vcpkg] Environment Variable Passthrough (#7290) | Curtis J Bezault | |
| * use additional env param * remove partials * remove change to linux triplet * Fix some issues that vicroms pointed out * whitespace change | |||
| 2019-07-17 | first pass at abi additional files | Curtis.Bezault | |
| 2019-07-16 | Add to vcpkg.cmake | Curtis.Bezault | |
| 2019-07-16 | First pass at port settings | Curtis.Bezault | |
| 2019-07-16 | use additional env param | Curtis.Bezault | |
| 2019-07-09 | Added nasm mirror as nasm.us is down again (#7175) | Igor Kostenko | |
| 2019-07-09 | Cleanup vcpkg_configure_cmake.cmake (#6792) | YenForYang | |
| 2019-07-07 | [vcpkg] Fix incorrect setting of FEATURE_OPTIONS (#7158) | myd7349 | |
| Setting a variable in PARENT_SCOPE will not make the variable also visible in current scope, which, as a result, causes FEATURE_OPTIONS to be set incorrectly. | |||
| 2019-07-06 | [vcpkg] Fix powershell font corruption bug (#7094) | Robert Schumacher | |
| * [vcpkg] Fix font corruption bug on Windows by downloading Powershell Core * [vcpkg] Rename subtool to powershell-core * [vcpkg] Add missing includes to project files | |||
| 2019-07-02 | revert ninja update (#7135) | Phil Christensen | |
| Causing failures on Linux, revert until investigation is complete. | |||
| 2019-07-02 | Fix Python3 tool on Windows (#7051) | cskrisz | |
| * Delete python37._pth from python3-embed * Add version number to SUBDIR * [open62541] Use Python in version subdir | |||
| 2019-07-01 | Fix vcpkg_from_git (#7082) | Phil Christensen | |
| * [vcpkg_from_git/fdlibm] Fix flaky sha256 issues * [doc] regenerate docs | |||
| 2019-07-01 | Update python2, python3, perl, aria2, ninja, ruby, 7z (#6791) | YenForYang | |
| 2019-07-01 | [vcpkg] Use spaces instead of semicolons in the output (#7080) | Leonid Pospelov | |
| * Use spaces instead of semicolons in the output * Add prettify_command macro * Move pretty_command macro to a separate file | |||
| 2019-06-30 | [vcpkg_configure_cmake] Add NO_CHARSET_FLAG option (#7074)2019.06 | Victor Romero | |
| * [vcpkg_configure_cmake] Add NO_CHARSET_FLAG option * [vcpkg_configure_cmake] Add documentation for new NO_CHARSET_FLAG option * [vcpkg_configure_cmake, windows toolchain] Handle NO_CHARSET_FLAG in toolchain * [build.cpp] Add Windows toolchain to package hash * [duilib,msix,thrift,tidy-html5] Use NO_CHARSET_FLAG to fix regressions | |||
| 2019-06-29 | [vcpkg] Update vcpkg_check_features document (#7091) | myd7349 | |
| * [oniguruma] Fix misusage of vcpkg_check_features * [xsimd] Use vcpkg_check_features | |||
| 2019-06-28 | [vcpkg] Add vcpkg_check_features (#6958) | myd7349 | |
| * [vcpkg] Add vcpkg_check_feature, vcpkg_check_features * [vcpkg] Remove vcpkg_check_feature * [oniguruma,xtensor] Use vcpkg_check_features | |||
| 2019-06-27 | Triplets Overlay Implementation (#7053) | Victor Romero | |
| * Triplets Overlay Implementation * Use cache for get_triplet_file_path() * Code cleanup | |||
| 2019-06-26 | Introduce an easier way to identify target systems... (#6846) | Alexander Neumann | |
| * Introduce an easier way to identify target systems... * fix missing () * move the include around. also added vcpkg_common_functions to be automatically included * remove warning message * added remaining VCPKG_CMAKE_SYSTEM_NAMEs found only in vcpkg_configure_cmake to load a toolchain. * remove warning again from messed up merge | |||
| 2019-06-25 | #5248 make vcpkg buildable as 'system' user (#7038) | John Zhu | |
| If we keep TMP, when run as 'system' user it is using Windows\Temp folder. | |||
| 2019-06-25 | [docs]Update cmake docs (#7039) | Phil Christensen | |
| 2019-06-24 | [scripts] Fix vcpkg_fixup_cmake on non Windows platforms (#5630) | tarcila | |
| * [scripts] Fix vcpkg_fixup_cmake on non Windows platforms Script was only handling tools executables ending with .exe. Changed it so anything under /bin/ in transformed. This fixes for instance FlatcTargets-release.cmake from flatbuffers port on osx. | |||
| 2019-06-20 | set cmake_prefix_path correctly within vcpkg_configure_meson | Norbert Nemec | |
| 2019-06-20 | mesonbuild - Update to 0.51.0 | Norbert Nemec | |
| 2019-06-19 | bootstrap.sh: Retry up to 3 times for transient download errors (#6952) | past-due | |
| 2019-06-19 | Use correct path separators for each platform (#6960) | Igor Kostenko | |
| 2019-06-19 | [vcpkg] update python3 to 3.7.3 on windows (#6383) | Phil Christensen | |
| * [vcpkg] update python3 to 3.7.3 on windows * Update scripts/cmake/vcpkg_find_acquire_program.cmake Co-Authored-By: Bradley Austin Davis <bdavis@saintandreas.org> | |||
| 2019-06-18 | address qhull flaky build with msvc linker (#6943) | Phil Christensen | |
| 2019-06-16 | [vcpkg] Bootstrap should use Get-CimInstance instead of Get-WmiObject. (#6788) | TheGoddessInari | |
| * [vcpkg] Bootstrap should use Get-CimInstance instead of Get-WmiObject. This lets it work with Powershell Core 6.0. | |||
| 2019-06-14 | set CMAKE_SYSTEM_PROCESSOR in Linux (#6872) | dan-shaw | |
| * add vcpkg_target_architecture to vcpkg_configure_cmake * modify shogun and thrift * update glbinding | |||
| 2019-06-13 | retry on flaky linker (#6880) | Phil Christensen | |
| * retry on flaky linker | |||
| 2019-06-12 | Update applocal.ps1 (#4942) | shadowxiali | |
| * Update applocal.ps1 * Update applocal.ps1 Fix Microsoft#2801, prev modify mistake UTF8 to UTF * Update applocal.ps1 in win7 chinese path, must utf8 to avoid copy dll fail | |||
| 2019-06-12 | [icu] Enable parallel builds (#6695) | Curtis J Bezault | |
| * Add VCPKG_NUM_LOGICAL_CORES * break out logic that retries running a command several times into its own function * Parallelize icu | |||
| 2019-06-06 | ffmpeg: enable arm/arm64 windows support (#6590) | driver1998 | |
| * ffmpeg: enable arm/arm64 windows support * ffmpeg: fix x64-uwp * ffmpeg: remove outdated patch * ffmpeg: remove outdated patch | |||
| 2019-06-05 | [vcpkg] Fix install from head when no-downloads (#6653) | huangqinjin | |
| 2019-06-04 | Merge pull request #6716 from ThadHouse/wpilibport2 | Griffin Downs | |
| [wpilib] Add New Port | |||
| 2019-06-02 | Move gpg-agent termination to vcpkg_acquire_msys. | emptyVoid | |
| 2019-05-31 | [DOXYGEN]Upgrade doxygen to 1.8.15. (#6704) | JackBoosY | |
| 2019-05-31 | Fix vcpkg things | Thad House | |
| 2019-05-31 | Merge master | Thad House | |
| 2019-05-31 | make meson not download things (#6667) | Charlie Barto | |
| 2019-05-24 | make regex case insensitive (#6402) | Alexander Neumann | |
| 2019-05-21 | [many ports] Updates 2019.05.19 (#6524) | Robert Schumacher | |
| 2019-05-20 | Bootstrap: Refining PreferredToolArchitecture (#6398) | ccorn | |
| * Patch to enable bootstrap on Win32 * [bootstrap-vcpkg] Test OS version to set PreferredToolArchitecture | |||
| 2019-05-18 | [vcpkg.cmake] Remove use of IN_LIST (#6521) | Sean Warren | |
| Fixes regression introduced by #5681 in CMake projects with minimum version <3.3 where CMP0057 is not set to NEW Fixes #6484 | |||
| 2019-05-16 | Add mac applocal for bundling dependencies (#5681) | Sean Warren | |
