| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-17 | [vcpkg] Use -fPIC in all builds to enable mixing static libs with shared ↵ | Robert Schumacher | |
| objects. | |||
| 2018-07-08 | compatible with non-English version of Windows (#3866) | Zepp | |
| 2018-07-05 | Merge pull request #3496 from skogler/master | Alexander Karatarakis | |
| Add vcpkg_from_gitlab and update OpenMesh to 7.0 using the new function. | |||
| 2018-07-03 | [3fd] Initial port of 3FD project (#3811) | Felipe Aburaya | |
| * [2fd] Initial port of 3FD project * [3fd] Fix 2017 builds. Enable static builds in dynamic triplets. Improve vcpkg_build_msbuild(). | |||
| 2018-07-03 | Make locating the Android NDK configurable (#3754) | Simon Hausmann | |
| Prefer an environment variable and fall back to the previous path if not set. | |||
| 2018-07-03 | Fix misspelled configuration name (#3786) | MikeGitb | |
| 2018-06-28 | [cmake] Include cmake version to abi-tag. Update to 3.11.4. | Alexander Karatarakis | |
| 2018-06-26 | [vcpkg] Reduce verbosity when building ports. Reduce cleaning requirements ↵ | Robert Schumacher | |
| for packages\ directory. | |||
| 2018-06-16 | Added parameter to vcpkg_copy_pdbs.cmake (#3688) | martin-s | |
| * - Added paths argument to locate pdbs. * n/a * - fixed line endings. * [vcpkg-copy-pdbs] Tweak argument to replace patterns instead of adding patterns. Add slightly more detailed documentation. | |||
| 2018-06-13 | Win7 compat. Fail if 64-bit requested on 32-bit machine | Alexander Karatarakis | |
| 2018-06-13 | [bootstrap.ps1] Add option for building 64-bit vcpkg.exe | Alexander Karatarakis | |
| 2018-06-12 | Make bootstrap.bat parameters match bootstrap.sh | Alexander Karatarakis | |
| 2018-06-11 | Improve disableMetrics propagation when consuming CMakeLists directly | Alexander Karatarakis | |
| 2018-06-08 | Add -disableMetrics for linux | Alexander Karatarakis | |
| 2018-06-08 | [bootstrap] Add option to specify WinSDK | Alexander Karatarakis | |
| 2018-06-04 | Remove debug line | Alexander Karatarakis | |
| 2018-06-04 | "Release"->"release" to avoid case-sensitivity issues | Alexander Karatarakis | |
| Fixes #3641 | |||
| 2018-05-30 | Update git to 2.17.1 (security fix) | Alexander Karatarakis | |
| 2018-05-30 | Fix toolchain for linux | Alexander Karatarakis | |
| 2018-05-19 | [ps1] Move variable close to where it is set | Alexander Karatarakis | |
| 2018-05-19 | Rename ps1 file | Alexander Karatarakis | |
| 2018-05-19 | Remove unused internalCI.ps1 | Alexander Karatarakis | |
| 2018-05-19 | Inline variable | Alexander Karatarakis | |
| 2018-05-19 | [bootstrap.ps1] Remove unneeded <sol> <eol> | Alexander Karatarakis | |
| it was used for communication with vcpkg | |||
| 2018-05-19 | Remove stray entries | Alexander Karatarakis | |
| 2018-05-19 | Merge VcpkgPowershellUtils into bootstrap.ps1 | Alexander Karatarakis | |
| 2018-05-19 | Merge getVisualStudioInstances into bootstrap.ps1 | Alexander Karatarakis | |
| 2018-05-19 | Merge getWindowsSDK into bootstrap.ps1 | Alexander Karatarakis | |
| 2018-05-19 | [vcpkg_get_windows_sdk] Don't call powershell. Deduce from env | Alexander Karatarakis | |
| 2018-05-17 | Merge pull request #3522 from KindDragon/openexr-linux | Alexander Karatarakis | |
| [openexr] Fix linux build | |||
| 2018-05-16 | [ps1] Fix error when vs140comntools is not available | Alexander Karatarakis | |
| 2018-05-16 | [ps1] Add missing "include" | Alexander Karatarakis | |
| 2018-05-16 | [openexr] Fix linux build | Arkady Shapkin | |
| 2018-05-15 | [vcpkg] Significantly reduce usage of powershell. Reduce console font ↵ | Alexander Karatarakis | |
| switching bug | |||
| 2018-05-16 | [bootstrap.sh] Fix whitespace-in-path issues | Alexander Karatarakis | |
| 2018-05-15 | [bootstrap-vcpkg.sh] Find g++-8. Fixes #3486. | Robert Schumacher | |
| 2018-05-14 | Add vcpkg_from_gitlab function. | Samuel Kogler | |
| 2018-05-04 | git for linux/osx version moved to vcpkgTools.xml | Alexander Karatarakis | |
| 2018-05-01 | [vcpkg] Fix temporary download directory when vcpkg is located at the root ↵ | Robert Schumacher | |
| of a drive | |||
| 2018-04-30 | Merge pull request #3358 from fbudin69500/DetectAllOldVersionsOfGCC | Alexander Karatarakis | |
| Require the version of g++ to be at least 6 | |||
| 2018-04-27 | [Clean patching] Each portref-patchset combo gets its own hash-based directory | Alexander Karatarakis | |
| 2018-04-27 | Bump version of git to 2.17.0 (was 2.16.2) | Alexander Karatarakis | |
| 2018-04-27 | Require the version of g++ to be at least 6 | Francois Budin | |
| On Ubuntu 16.04, old versions of g++ such as 4.9 are available. Other Linux distributions may also ship with g++ versions older than 5. With the previous test, the bootstrap script was not failing fast and instead was starting to compile vcpkg before it encountered the unsupported flag -std=c++1z. The error message was not very explicit and that was making it difficult to the developer to understand what the problem was. However, when using g++ 5, an clear error message was printed to help the user. This commit shows the helpful error message anytime g++ is older than version 6. | |||
| 2018-04-25 | [bootstrap.sh] Minor refactoring for clarity | Alexander Karatarakis | |
| 2018-04-25 | Merge pull request #3329 from rudilee/master | Alexander Karatarakis | |
| Checking for sha512sum on OS which doesn't have shasum | |||
| 2018-04-26 | [sh] Tweak so only the sh forwarder needs to be +x | Alexander Karatarakis | |
| 2018-04-26 | Checking for sha512sum on OS which doesn't have shasum | Rudi Lee | |
| 2018-04-24 | [find_acquire.cmake] Fix ninja path for mac | Alexander Karatarakis | |
| 2018-04-24 | [sh] Fix permission | Alexander Karatarakis | |
| 2018-04-23 | Introduce bootstrap.sh | Alexander Karatarakis | |
