aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2019-02-15[vcpkg create, docs] Update create command's template and documentation on ↵Victor Romero
patching (#5370)
2019-02-06Warn when unable to determine target architecture instead of error (#5188)Sam Freed
* Warn when unable to determine target architecture instead of error * Make the warning not appear multiple times * fix multiple warnings for real
2019-01-30[boost][python3] Fix building with VS 2019Robert Schumacher
2019-01-30[vcpkg] Enable bootstrapping with VS2019Robert Schumacher
2019-01-29[BZip2] Fix Unix Dynamic Builds (#5184)LRFLEW
* [BZip2] Fix Unix Dynamic Builds * [bzip2] Bump control version * [libgta] Only build one flavor * [vcpkg_configure_cmake] Resolve #2375 since we now use CMake >= 3.11
2019-01-28[vcpkg_find_acquire_program] Improve robustness of finding bisonRobert Schumacher
2019-01-16[qt5] update to QT5.12 (#4991)Lennart Trunk
* update qt5-base to 5.12 * update modules to 5.12 (qt5-declarative and dependents don't work yet) * fix qt5-declarative for 5.12 and some hashes. * add qt5-declarative as dependency for qt5-graphicaleffects
2019-01-11Merge branch 'master' into dev/philc/4990Phil Christensen
2019-01-07[vcpkg] add support for FreeBSD (#4917)ivysnow
* [vcpkg] add support for FreeBSD * [x64-freebsd] Remove triplet because it is not currently in the set of supported triplets
2018-12-21Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4990Phil Christensen
2018-12-20Merge pull request #4974 from alexkaratarakis/dev/alkarata/bashcompletionPhil Christensen
[autocomplete] Add tab-completion support for bash
2018-12-17Support custom Android NDK, better ABI specification (#4986)Bradley Austin Davis
2018-12-17[graphqlparser] Use default library type for the platform instead of ↵Bill Avery
specifying SHARED (#4794) * Use default library type for the platform instead of specifying SHARED * [graphqlparser] Bump control version and slight cleanup * [vcpkg_find_acquire_program] Correct for previous corruption of CI
2018-12-17update msys2 to latest releaseStefano Sinigardi
2018-12-13Merge pull request #4943 from LukaszMendakiewicz/dev/lukaszme/portablegitPhil Christensen
Replace MinGit with PortableGit
2018-12-13[autocomplete] Add tab-completion support for bashAlexander Karatarakis
2018-12-12[vcpkg] Add support for muslc, static crt linkage, and forcing the system ↵Robert Schumacher
binaries for cmake and ninja
2018-12-11Allow redirection of the downloads folder with an environment variable. (#4883)Billy O'Neal
* Add detection for VCPKG_DOWNLOADS environment variable in vcpkgpaths.cpp. * Pass the downloads directory from VcpkgPaths to cmake. * Also fixup bootstrap on *nix. * Make error message a little prettier. * Make that bash script actually work :) * [vcpkg] Alter Optional<> usage style * [vcpkg-docs] Add section on Environment Variables to the docs
2018-12-11Upgrade to Git 2.20.0Łukasz Mendakiewicz
2018-12-11Fix unterminated quoted string in bootstrapping script. (#4946)Michael Hofmann
2018-12-11Adapt bootstrap to VS 2019 Preview (#4922)Berrysoft
2018-12-10Include instructions for CentOS bootstrapping (#4892)Andrew Sayman
Currently only includes Ubuntu or apt oriented system. CentOS provides similarly working compilers through devtoolsets.
2018-12-10Replace MinGit with PortableGitŁukasz Mendakiewicz
MinGit does not provide gzip.exe required by git archive required by vcpkg_from_git
2018-12-04[vcpkg-toolchains] Use XYZ_INIT CMake variables for _significantly_ better ↵Robert Schumacher
integration [brynet] Add missing openssl dependency [discord-rpc] Ensure no external downloading [podofo] Improve stability. Modernize. [usrsctp] Disable Werror [vcpkg-toolchains] Add linux changes to android and freebsd. [usrsctp] Remove excess DLLs
2018-11-26[xmsh] add support for xmsh library (#4656)Jayesh Badwaik
* [xmsh] add support for xmsh library - xmsh is a mesh document format. xmsh library is the reference implementation for the format. * [xmsh] removed extraneous file command * [xmsh] update version to v0.2.3 * [xmsh] upgrade to version v0.3.1 * [xmsh] update to version v0.4 * + fix python executable packaging * [vcpkg_find_acquire_program] Fix PYTHON3 on non-Windows
2018-11-22[vcpkg_extract_source_archive_ex] Document vcpkg_extract_source_archive_exRobert Schumacher
2018-11-21[vcpkg-tools] Update CMake links to GitHubRobert Schumacher
2018-11-20Revert "WIP [vcpkg] Fix CMAKE_SYSTEM_PROCESSOR with UWP and Linux triplets ↵Robert Schumacher
(#4688)" This reverts commit 83af530a42011130b20a5080bbd298abaa77be59.
2018-11-20WIP [vcpkg] Fix CMAKE_SYSTEM_PROCESSOR with UWP and Linux triplets (#4688)Tsukasa Sugiura
* [vcpkg] Fix CMAKE_SYSTEM_PROCESSOR Add CMAKE_SYSTEM_PROCESSOR setting under UWP, Linux, and Darwin. If explicitly specified VCPKG_CMAKE_SYSTEM_PROCESSOR in triplet files, CMAKE_SYSTEM_PROCESSOR is set to specified architecture. * [vcpkg-toolchains] Move logic out of vcpkg_configure_cmake and into the toolchains.
2018-11-15[git] Update to 2.19.1Alexander Karatarakis
2018-11-15[cmake] Update to 3.12.4Alexander Karatarakis
2018-11-08Temp fix for #4359 (#4573)Alexander Neumann
* make user wide integration not burn everything if LLVM is used as a toolset. (e.g. cmake -G "VS" -TLLVM fails to even find compiler due to linker issues) fixes #4359 but might have side effects for that toolset. (e.g. not automatically adding dependencies) * remove whitespaces * [vcpkg-integrate] Conform to MSBuild conventions for comparisons
2018-11-08[vcpkg_from_git] Use tar.gz because .zip has different hash in different ↵Alexander Karatarakis
timezones
2018-11-07[vcpkg-fetch] Switch back to 18.1.0; add hack in vcpkg.exe to map the hashes ↵Robert Schumacher
together.
2018-11-07[vcpkg-fetch] Downgrade version of 7zip to hotfix NuGet.org changing the ↵Robert Schumacher
file hashes.
2018-11-06win_flex 2.5.9 is no longer downloadable, use 2.5.16 (#4658)Christian Meurin
* win_flex 2.5.9 is no longer downloadable, use 2.5.16 * [vcpkg_find_acquire_program] Fix links to flex and bison. Use subdir to avoid conflict with previous version.
2018-11-06[docs] Regenerate docs for vcpkg_from_gitRobert Schumacher
2018-11-06fdlibm init (#4165)atkawa7
* fdlibm init * fix links * Fix different hashes creation with google host * Move functions to script * Fix documentation * [vcpkg_from_git] Add SHA512 argument, switch to zip to better support Windows. * [fdlibm] Trigger rebuild * [vcpkg_from_git] Use FETCH_HEAD reference to support tags
2018-11-01[rocksdb] update to v5.15.10 (#4342)Koby Kahane
* [rocksdb] Update to v5.15.10 * [rocksdb] Cleanup * [rocksdb] Fix cmake targets name. * [toolchains] Set NDEBUG in release * [rocksdb] Disable vcpkg_test_cmake due to misbehavior in x64 * [tiff] Use lzma on linux
2018-11-01[bootstrap.ps1] Remove unneeded Out-NullAlexander Karatarakis
2018-11-01[bootstrap.ps1] Cleanup intermediate files after buildAlexander Karatarakis
2018-11-01[vcxproj] Explicitly specify intermediate and output directoriesAlexander Karatarakis
Avoids case-sensitivity issues, flattens the layout, no Win32 but x86 instead Issue #4586
2018-10-25xalan-c: Install headers correctly (#4565)Roger Leigh
* Add SKIP_CLEAN option to vcpkg_install_msbuild Also add vcpkg_clean_msbuild function to factor out clean logic and allow re-use in portfiles. * xalan-c: Correct header globbing * vcpkg_install_msbuild: SKIP_CLEAN documentation correction * [xalan-c] Add explicit check for localmsgindex header. [docs] Regenerate
2018-10-25Upgrades 2018.10.11Robert Schumacher
2018-10-23Create macOS configuration variables for triplets (#4477)LRFLEW
* Create macOS configuration variables for triplets * Add new macOS configuration variables to documentation * [vcpkg-configure-cmake] Fix typo
2018-10-23[qt5-base] Update qtdeploy.ps1 to generate qt.conf, qml, and qtquick. Fixes ↵Robert Schumacher
#2857.
2018-10-22Qt 5.11 and static build fixes (#4164)Robert Colton
* fix da qt5 * fix qt config duplication * [qt5-base] Use vcpkg_extract_source_archive_ex [sqlite3] Enable SQLITE_ENABLE_COLUMN_METADATA * [qt5-*] Update sub-portfiles * qt5-base WIP * [qt5] Fix Could not find qmlcachegen.exe * [qt5-activeqt] Fix SHA512 * [qt5-base] Fix static builds * [qt5-base] Bump control version * [qt5-base] Restore removal of qmake dependencies * [qt5-base] Partially revert #3280 * [qt5-base][vcpkg_build_qmake] Fix Qt5Bootstrap.lib issues
2018-10-15Add ninja for Windows to vcpkgTools.xmlAlexander Karatarakis
2018-10-10Fix issue with compiling vcpkg.exe (#4149) (#4213)Ken A. Redergård
* Fix issue with compiling vcpkg.exe (#4149) The check for environment variable PATH match other environment variables. When environment variable VCTargetsPath used by msbuild is changed in cleanEnvironmentHelper.ps1 the path is broken. This makes the compilation of vcpkg.exe fail. This commit fix the issue by checking that environment variable PATH is exactly PATH. * [cleanEnvironmentHelper] Use -eq instead of -match
2018-10-10Add definitions for CMAKE_SYSTEM_VERSION and CMAKE_SYSTEM_PROCESSOR to osx ↵LRFLEW
toolchain (#4441)