| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-09 | [mbedtls] Initial port. (#2286) | lcdtyph | |
| * mbedtls: init port * add VCPKG_LIBRARY_LINKAGE for static libs only * [mbedtls] Slight cleanup | |||
| 2017-12-08 | Merge pull request #2338 from JayFoxRox/unicorn-port | Robert Schumacher | |
| [unicorn] Adding unicorn port | |||
| 2017-12-08 | [unicorn] Adjust handling of CRT and LIBRARY LINKAGE. Reformat to LF. | Robert Schumacher | |
| 2017-12-08 | [gtest] Remove renaming of DLLs -- only the import libs need renaming. | Robert Schumacher | |
| 2017-12-08 | Merge pull request #2261 from UnaNancyOwen/fix_gtest | Robert Schumacher | |
| Add install googletest/src and Fix find_package Gtest | |||
| 2017-12-08 | [vcpkg-cmake-toolchain] | Robert Schumacher | |
| Use list(APPEND) instead of set(). Fixes #2336. Fix MPI issue introduced in cmake 3.10. Fixes #2317. Add _VCPKG_ROOT_DIR to persisted variables to reduce disk access during cmake reconfigure. | |||
| 2017-12-08 | Improve vcpkgExtractFile. Also merge vcpkgRemoveDirectory/File | Alexander Karatarakis | |
| 2017-12-09 | [unicorn] Adding unicorn port | Jannik Vogel | |
| 2017-12-08 | [openssl] Remove entry of removed patch | Alexander Karatarakis | |
| 2017-12-08 | Merge pull request #2330 from eao197/master | Alexander Karatarakis | |
| Port for sobjectizer updated to v5.5.20 | |||
| 2017-12-08 | Merge pull request #2329 from jwillemsen/jwi-ace-646 | Alexander Karatarakis | |
| [ACE] 6.4.6 | |||
| 2017-12-08 | Merge pull request #2332 from janisozaur/patch-5 | Alexander Karatarakis | |
| [jansson] Prefer ninja | |||
| 2017-12-08 | [jansson] Prefer ninja | MichaĆ Janiszewski | |
| 2017-12-08 | Update for sobjectizer v.5.5.20 | eao197 | |
| 2017-12-08 | [ACE] 6.4.6 | Johnny Willemsen | |
| 2017-12-07 | Merge pull request #2326 from dscho/openssl-1.0.2n | Alexander Karatarakis | |
| openssl: update to v1.0.2n | |||
| 2017-12-07 | Merge pull request #2325 from dscho/curl-7.57.0 | Alexander Karatarakis | |
| curl: update to v7.57.0 | |||
| 2017-12-07 | Merge pull request #2314 from peergine-admin/fix-live555-latest | Alexander Karatarakis | |
| updata live555 live555-latest | |||
| 2017-12-07 | openssl: update to v1.0.2n | Johannes Schindelin | |
| The patch to allow for spaces in paths while running the Perl helpers is no longer necessary, and was dropped. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | |||
| 2017-12-07 | [live555] Set version instead of latest and update CONTROL file | Alexander Karatarakis | |
| 2017-12-07 | curl: update to v7.57.0 | Johannes Schindelin | |
| Due to changes in curl's CMake support, where it now installs .cmake files, we now have to make sure that they are installed into the correct directory (and not duplicated into the debug/share/ directory, either). Also, a change in the context of the 2nd patch required an update of said patch. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | |||
| 2017-12-07 | Merge pull request #2319 from lazyhamster/gmime-update | Alexander Karatarakis | |
| [gmime] Update to version 3.0.5. | |||
| 2017-12-07 | [gmime] Update to version 3.0.5. | LazyHamster | |
| 2017-12-07 | updata live555 live555-latest | hwq@peergine.com | |
| 2017-12-06 | Merge pull request #2301 from cguebert/crow-0.1 | Alexander Karatarakis | |
| [crow] initial port | |||
| 2017-12-06 | Merge pull request #2311 from Farwaykorse/port-ms-gsl | Alexander Karatarakis | |
| [ms-gsl] update to 2017-12-04 | |||
| 2017-12-06 | [libsodium] Disable tests | Alexander Karatarakis | |
| Also, this is a workaround for x64-windows-static taking forever in VS2017 15.5 | |||
| 2017-12-06 | Improve error message on invalid dependency of package | Alexander Karatarakis | |
| 2017-12-06 | Adaptation for so-5.5.20-beta1 | eao197 | |
| 2017-12-06 | [ms-gsl] update to 2017-12-04 | Roelf-Jilling | |
| 2017-12-06 | [ms-gsl] simplify portfile | Roelf-Jilling | |
| 2017-12-05 | Improve error message when failing to parse package | Alexander Karatarakis | |
| 2017-12-05 | Fix path to powershell.exe | Ilya Finkelshteyn | |
| https://github.com/Microsoft/vcpkg/issues/2299 | |||
| 2017-12-05 | [vcpkg-msbuild-integration] Address #2299 by using full path to powershell. | Robert Schumacher | |
| 2017-12-05 | Merge pull request #2300 from tobiaskohlbau/master | Robert Schumacher | |
| [fcl] add missing dependencies within cmake | |||
| 2017-12-05 | Merge pull request #2306 from UnaNancyOwen/fix_pcl | Robert Schumacher | |
| Fix pcl/CMakeLists fot Visual Studio 2017 | |||
| 2017-12-06 | Fix pcl/CMakeLists fot Visual Studio 2017 | Tsukasa Sugiura | |
| Fix conditional branch for Visual C++ 2017. Visual C++ 2017 has a version number 191x. | |||
| 2017-12-05 | fcl: add missing dependencies within cmake | Tobias Kohlbau | |
| Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de> | |||
| 2017-12-05 | crow initial port | Christophe Guebert | |
| 2017-12-04 | [re2] Don't pass BUILD_SHARED_LIBS | Alexander Karatarakis | |
| BUILD_SHARED_LIBS should not be locked to shared/static, because the other type will fail. Vcpkg was overriding this flag before, so no behavior change. (i.e. static builds worked before as well). Also tests = OFF. | |||
| 2017-12-04 | [re2] Use vcpkg_from_github() | Alexander Karatarakis | |
| 2017-12-04 | Merge pull request #2298 from rapoth/master | Alexander Karatarakis | |
| Added port for re2 2017-12-01 release | |||
| 2017-12-04 | Merge pull request #2297 from jasjuang/aws-sdk-cpp | Robert Schumacher | |
| [aws-sdk-cpp] update to 1.3.15 | |||
| 2017-12-04 | Merge branch 'master' of https://github.com/rapoth/vcpkg | Rahul Potharaju | |
| 2017-12-04 | Adding re2 port | Rahul Potharaju | |
| 2017-12-04 | Update CHANGELOG and bump version to v0.0.100 | Alexander Karatarakis | |
| 2017-12-04 | [aws-sdk-cpp] update to 1.3.15 | jasjuang | |
| 2017-12-04 | Merge pull request #2260 from Microsoft/PowershellTabCompletion | Alexander Karatarakis | |
| [posh-vcpkg] Add `vcpkg integrate powershell` for enabling tab-completion | |||
| 2017-12-04 | [autocomplete] Add info in README.md | Alexander Karatarakis | |
| 2017-12-04 | Add `vcpkg integrate powershell` for tab completion | Alexander Karatarakis | |
