| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-28 | FreeRDP 2.0.0-rc1 #2267 | Ross Brower | |
| 2017-11-28 | [vcpkg] Use c++experimental in clang | Robert Schumacher | |
| 2017-11-28 | [log4cplus] Change name of downloaded file | Alexander Karatarakis | |
| 2017-11-28 | [log4cplus] upgrade to v2.0.0rc2. (#2265) | LazyWolf Lin | |
| 2017-11-27 | Don't return $destinationDir | Alexander Karatarakis | |
| 2017-11-27 | Rework vcpkgExtractFile (powershell) | Alexander Karatarakis | |
| 2017-11-27 | [VcpkgPowershellUtils] Minor tweaks | Alexander Karatarakis | |
| 2017-11-26 | [ports] Mark several ports as unbuildable on UWP | Robert Schumacher | |
| 2017-11-26 | [fftw3] Detect stale sources | Robert Schumacher | |
| 2017-11-26 | Update CHANGELOG and bump version to v0.0.99 | Alexander Karatarakis | |
| 2017-11-26 | [cmake] update to 3.10.0 (#2236) | Mikhail Paulyshka | |
| 2017-11-26 | Add System::powershell_execute() | Alexander Karatarakis | |
| 2017-11-26 | [fetchDependency[ Make parameter mandatory | Alexander Karatarakis | |
| 2017-11-26 | vcpkgCreateDirectory->vcpkgCreateDirectoryIfNotExists | Alexander Karatarakis | |
| 2017-11-25 | Merge pull request #2258 from UnaNancyOwen/fix_qhull | Alexander Karatarakis | |
| Fix QHull port to remove static link libraries when installing dynamic link libraries | |||
| 2017-11-25 | [vcpkg] Allow compilation inside WSL | Robert Schumacher | |
| 2017-11-25 | [vcpkg] Initial experimental support for VCPKG_BUILD_TYPE release | Robert Schumacher | |
| 2017-11-26 | Fix PCL port according to QHull port change | Tsukasa Sugiura | |
| Fix PCL port according to QHull port change. PCL will link dynamic link librariy of QHull when build dynamic link library configure. | |||
| 2017-11-26 | Fix remove files when install dynamic libraries | Tsukasa Sugiura | |
| Fix remove files when install dynamic libraries. | |||
| 2017-11-26 | Enable Ninja build in QHull port | Tsukasa Sugiura | |
| Enable Ninja build in QHull port. | |||
| 2017-11-25 | Merge pull request #2237 from kypp/openvdb | Robert Schumacher | |
| new port: openvdb | |||
| 2017-11-25 | Merge pull request #2245 from janisozaur/patch-2 | Robert Schumacher | |
| [speexdsp] Only use SSE on x86/amd64 | |||
| 2017-11-25 | [libpng] Remove unneeded CMAKE_SYSTEM_PROCESSOR override | Robert Schumacher | |
| 2017-11-25 | Merge pull request #2242 from jasjuang/leveldb | Robert Schumacher | |
| [leveldb] force static build when triplet is dynamic | |||
| 2017-11-25 | [opencv] Disable msvcrt check to allow prepackaged ffmpeg | Robert Schumacher | |
| 2017-11-25 | Merge pull request #2244 from janisozaur/patch-1 | Robert Schumacher | |
| [jansson] Don't use WinCryptoApi for UWP builds | |||
| 2017-11-25 | Merge pull request #2247 from fquinner/patch-1 | Robert Schumacher | |
| Fixed qpid-proton port to not need system python | |||
| 2017-11-25 | Merge pull request #2250 from AndyM84/master | Robert Schumacher | |
| Adding UnitTest++ Port | |||
| 2017-11-25 | [vcpkg-from-github] Improve argument handling | Robert Schumacher | |
| 2017-11-25 | [unittest-cpp] Use vcpkg_from_github. | Robert Schumacher | |
| 2017-11-25 | [protobuf] Restore removed export required for GRPC. [grpc] Update to 1.7.2 | Robert Schumacher | |
| 2017-11-25 | [libiconv] Update to 1.15 | Robert Schumacher | |
| 2017-11-25 | [vcpkg] Improve external toolchain handling. | Robert Schumacher | |
| 2017-11-25 | [protobuf] bump version to 3.5.0 | Robert Schumacher | |
| 2017-11-24 | Merge pull request #2254 from xoviat/fftw-cmake | Alexander Karatarakis | |
| [fftw] Use builtin cmake configuration | |||
| 2017-11-24 | Merge pull request #2251 from thierryba/protobuf3.5 | Alexander Karatarakis | |
| [protobuf] upgrade to 3.5.0 | |||
| 2017-11-24 | Merge pull request #2255 from twMr7/realsense2 | Alexander Karatarakis | |
| [realsense2] update to v2.8.2 | |||
| 2017-11-25 | [realsense2] update to v2.8.2 | James Chang | |
| 2017-11-24 | [fftw] bump version | xoviat | |
| 2017-11-24 | [fftw] Use builtin cmake configuration | xoviat | |
| 2017-11-23 | protobuf: upgrade to protobuf 3.5 | Thierry Bastian | |
| 2017-11-23 | Final edits to unittest-cpp portfile | Andrew Male | |
| 2017-11-23 | Adding UnitTest++ Port | Andrew Male | |
| 2017-11-23 | [speexdsp] Check CMAKE_SYSTEM_PROCESSOR to enable SSE | Michał Janiszewski | |
| 2017-11-22 | [date] Update. Resolves #2222 | Alexander Karatarakis | |
| 2017-11-22 | Fixed qpid-proton port to not need system python | fquinner | |
| Tried to build the last version of the port on a fresh build but wouldn't work properly unless python.exe was already installed on the system. This version explicitly uses the vcpkg provided python. | |||
| 2017-11-22 | [speexdsp] Only use SSE on x86/amd64 | Michał Janiszewski | |
| This fixes UWP builds. | |||
| 2017-11-22 | [jansson] Don't use WinCryptoApi for UWP builds | Michał Janiszewski | |
| Jansson tries to use Windows' CryptoApi to seed its hash table. This API is not exposed in UWP, but there is still a fallback to use current time and PID. This change makes Jansson use less-secure fallback, but fixes compilation for UWP target. See https://jansson.readthedocs.io/en/2.10/apiref.html#c.json_object_seed | |||
| 2017-11-22 | [sdl2] Use cmake for UWP | Robert Schumacher | |
| 2017-11-22 | [ogre] Fix unrelocatable CMake files, also attempt to enable Debug | Robert Schumacher | |
