| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-11 | Merge pull request #769 from Mixaill/msgpack | Robert Schumacher | |
| [msgpack] add version 2.1.1 | |||
| 2017-03-11 | Merge pull request #761 from perara/patch-1 | Robert Schumacher | |
| Removed flatbuffers tools directory | |||
| 2017-03-11 | Merge pull request #746 from yirkha/dev/jihruska/openssl-fixes | Robert Schumacher | |
| [openssl] Two build fixes | |||
| 2017-03-11 | [vcpkg] Fix regression in 7b14894d. Fixes #772. | Robert Schumacher | |
| 2017-03-12 | [botan] add version 2.0.1. Resolves #355 | Mikhail Paulyshka | |
| 2017-03-11 | Merge pull request #768 from Mixaill/libjpegturbo-msvs2017 | Robert Schumacher | |
| [libjpeg-turbo] update to 1.5.1 | |||
| 2017-03-11 | [mpir] update to 3.0.0. Resolves #720 | Mikhail Paulyshka | |
| 2017-03-11 | [msgpack] add version 2.1.1. Resolves #744 | Mikhail Paulyshka | |
| 2017-03-11 | [libjpeg-turbo] update to 1.5.1. Resolves #767 | Mikhail Paulyshka | |
| 2017-03-10 | Update CHANGELOG and bump version to v0.0.76 | Alexander Karatarakis | |
| 2017-03-10 | Use System::cmd_executeClean() | Alexander Karatarakis | |
| 2017-03-10 | [libuv] Fix usage of GIT | Alexander Karatarakis | |
| 2017-03-10 | Use System::cmd_execute_clean() for `build`, `create`, `portsdiff` | Alexander Karatarakis | |
| 2017-03-10 | Formatting | Alexander Karatarakis | |
| 2017-03-10 | Introduce System::cmd_execute_clean() for sanitized executions | Alexander Karatarakis | |
| 2017-03-10 | Rework System::get_environmental_variable() | Alexander Karatarakis | |
| 2017-03-10 | Remove all Environment::ensure_X_on_path() | Alexander Karatarakis | |
| 2017-03-10 | `install`: Remove call to Environment::ensure_utilities_on_path(); | Alexander Karatarakis | |
| 2017-03-10 | `ci`: Remove call to Environment::ensure_utilities_on_path(); | Alexander Karatarakis | |
| 2017-03-10 | `integrate`: Use paths.get_nuget_exe() | Alexander Karatarakis | |
| 2017-03-10 | `create`: Use make_cmake_cmd() and paths.get_cmake_exe() | Alexander Karatarakis | |
| 2017-03-10 | `build`: Use make_cmake_cmd() and paths.get_cmake/git_exe() | Alexander Karatarakis | |
| 2017-03-10 | Introduce make_cmake_cmd() helper function | Alexander Karatarakis | |
| 2017-03-10 | `portsdiff`: Use paths.get_git_exe(); | Alexander Karatarakis | |
| 2017-03-10 | [vcpkg_paths] Add get_cmake/git/nuget_exe() functions | Alexander Karatarakis | |
| 2017-03-10 | Add lazy.h | Alexander Karatarakis | |
| 2017-03-10 | [vcpkg] Also search registry keys for VSCode. Prefer insider version if ↵ | Robert Schumacher | |
| available. Fixes #764. | |||
| 2017-03-10 | Use System::println() instead of std::cout | Alexander Karatarakis | |
| 2017-03-10 | Nuke Joiner. Add wjoin() | Alexander Karatarakis | |
| 2017-03-10 | [vcpkg] Refactor RAII registry key manipulation | Robert Schumacher | |
| 2017-03-10 | Update version of VS SetupAPI nuget package | Alexander Karatarakis | |
| 2017-03-10 | [cppwinrt] Update to february 2017 refresh | Robert Schumacher | |
| 2017-03-10 | Merge pull request #757 from codicodi/fix-flac | Robert Schumacher | |
| [flac] Use NASM in x86 mode | |||
| 2017-03-10 | Merge pull request #763 from Mixaill/zeromq-msvc2017 | Robert Schumacher | |
| [zeromq] update to 4.2.2 | |||
| 2017-03-10 | [zeromq] update to 4.2.2. Resolves #760 | Mikhail Paulyshka | |
| 2017-03-10 | Removed flatbuffers tools directory | Per-Arne Andersen | |
| I propose a change in how flatbuffers flatc.exe are placed in the tools directory after installation. Currently flatc.exe is placed in a sub directory "flatbuffers" which scopes it out from PATH Tested ok on my end, however i'm not 100% sure that i did this formally correct. | |||
| 2017-03-09 | [flac] use nasm | codicodi | |
| 2017-03-09 | [eigen3] Update to 3.3.3. Resolves #754 | Alexander Karatarakis | |
| 2017-03-09 | Merge pull request #751 from cyj0912/master | Alexander Karatarakis | |
| [bullet3] update to 2.86.1 | |||
| 2017-03-09 | Merge pull request #750 from Drako/master | Robert Schumacher | |
| Updated libpng port to version 1.6.28 | |||
| 2017-03-09 | Updated the libpng CONTROL file for version 1.6.28 | Felix Bytow | |
| 2017-03-09 | [bullet3] update to 2.86.1 | Toby Chen | |
| 2017-03-09 | Updated libpng port to version 1.6.28 | Felix Bytow | |
| 2017-03-08 | Merge pull request #747 from mloskot/patch-1 | Alexander Karatarakis | |
| Add requirement of CMake 3.8.0 or higher | |||
| 2017-03-09 | Add requirement of CMake 3.8.0 or higher | Mateusz Łoskot | |
| 2017-03-08 | [openssl] Make sure to use our own trusted copy of Perl | Jiri Hruska | |
| The build could have exhibited inconsistent behavior or simply failed if there was another "perl" program already in path - either because it was too old or too new, from some broken installation, or just a batch file instead of a plain executable (which would require changing OpenSSL's scripts to do "call perl x.pl" instead of just "perl x.pl"). This change resolves the ambiguity by putting the downloaded Perl first in path, so that the same working version is used on all systems. | |||
| 2017-03-08 | [openssl] Consistently use OPENSSL_VERSION instead of just VERSION | Jiri Hruska | |
| The inner CMakeLists.txt used to reference ${VERSION} everywhere except as the working directory for patching, where ${OPENSSL_VERSION} was used and the patches did not get applied because of that. This changes it to use ${OPENSSL_VERSION} everywhere instead, consistent with the name of this variable in the parent portfile.cmake. | |||
| 2017-03-07 | Merge pull request #743 from AlchemyGames/master | Robert Schumacher | |
| [catch] update to version 1.8.1 | |||
| 2017-03-07 | [catch] update to version 1.8.1 | Lee Berger | |
| 2017-03-07 | Merge pull request #742 from achie-liang/master | Robert Schumacher | |
| Upgrade azure-storage-cpp to v3.0.0 | |||
