| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-02 | [sdl2] update to 2.0.8 (#2934) | Jason Juang | |
| 2018-03-01 | [zlib] Fix race condition in build | Robert Schumacher | |
| 2018-03-01 | [vcpkg-download-distfile] Add proxy usage information to download failed message | Robert Schumacher | |
| 2018-03-01 | [pcl] Add cuda and tools option (#2775) | Jacob Zhong | |
| * [pcl] Add cuda and tools option * [pcl] Add dependency support for tools * [pcl] remove deprecated cuda_arch_bin version * [pcl] Add libpng dependency | |||
| 2018-03-01 | [hdf5] Remove unneeded .gitattributes | Robert Schumacher | |
| 2018-03-01 | Add kealib ports and modify hdf5 recipe (#2708) | Hiroshi Miura | |
| * [kealib] add kealib ports KEALib is a GDAL model library using HDF5 standard. - Patch library cmake scripts. - Provide MIT license file. - Depend on hdf5 library with [cpp] feature. - No generation of GDAL driver. Signed-off-by: Hiroshi Miura <miurahr@linux.com> * [kealib] fix option key to specify building shared library Signed-off-by: Hiroshi Miura <miurahr@linux.com> * [kealib] call copy_pdbs() after install Signed-off-by: Hiroshi Miura <miurahr@linux.com> * [kealib] update cmake patch - fix library name in MSVC - fix to find hdf5 libraries Signed-off-by: Hiroshi Miura <miurahr@linux.com> * [kealib] add parallel feature Signed-off-by: Hiroshi Miura <miurahr@linux.com> * Revert "[hdf5] add cpp feature" This reverts commit fbe876646601ea1426679793d44dec7cd3852ddf. * [hdf5] always build cpp library Signed-off-by: Hiroshi Miura <miurahr@linux.com> * [kealib] drop dependency for feature hdf5[cpp] Signed-off-by: Hiroshi Miura <miurahr@linux.com> * [kealib] update static link handling Signed-off-by: Hiroshi Miura <miurahr@linux.com> * [kealib] revert a previous hack for static link to szip/zlib Signed-off-by: Hiroshi Miura <miurahr@linux.com> * [hdf5] work around szip-config.cmake behavior Signed-off-by: Hiroshi Miura <miurahr@linux.com> * link dependencies of static libs | |||
| 2018-03-01 | [vcpkg] Improve handling of HDF5 targets | Robert Schumacher | |
| 2018-03-01 | [liblzma] Switch sources to github mirror. Fixes #2913 | Robert Schumacher | |
| 2018-03-01 | configure debug before release (#2911) | Stefano Sinigardi | |
| 2018-03-01 | upgrade the version of live555 (#2915) | Alisayyy-Yang | |
| 2018-03-01 | change the hash value to the expected value (#2916) | Alisayyy-Yang | |
| 2018-03-01 | [gflags] remove old patch, fixed upstream, introduce a new patch to fix ↵ | Stefano Sinigardi | |
| wrong config path (#2917) * [gflags] remove patch, fixed upstream * [gflags] fix gflags-config.cmake wrong path | |||
| 2018-03-01 | Add OpenCL SDK and clMath ports (#2837) | Nagy-Egri Máté Ferenc | |
| * initial clFFT porting * OpenCL SDK half baked * Tried fixing Debug/Release * Remove DLL deployment * OpenCL SDK installs * clFFT installs * clFFT properly depends on OpenCL * OpenCL SDK fixes and clFFT patches * [clfft][opencl] Simplification, use patches instead of full files. | |||
| 2018-02-28 | [findMSBuild.ps1] Set-StrictMode to Latest | Alexander Karatarakis | |
| 2018-02-28 | [fetchTool.ps1] Set-StrictMode to Latest | Alexander Karatarakis | |
| 2018-02-28 | [bootstrap] Set-StrictMode to latest | Alexander Karatarakis | |
| 2018-02-28 | [getWindowsSDK.ps1] Fix error when registry key was not found | Alexander Karatarakis | |
| 2018-02-28 | [vcpkgHasProperty] Return false if property doesn't exist | Alexander Karatarakis | |
| 2018-02-28 | Fix issue when isPrerelease is not available | Alexander Karatarakis | |
| 2018-02-28 | [bootstrap] Fix reference to xml file | Alexander Karatarakis | |
| 2018-02-28 | [tiny-dnn] Fix regression during upgrade | Robert Schumacher | |
| 2018-02-28 | [vcpkg] Add tests for create_export_plan and remove unused arguments | Robert Schumacher | |
| 2018-02-28 | [vcpkg] Fix exporting packages with features-depending-on-features | Robert Schumacher | |
| 2018-02-28 | [discord-rpc] Update to version 3.0.0 (#2904) | Michał Janiszewski | |
| * [discord-rpc] Update to 3.0.0 * [discord-rpc] Update to 3.0.0 | |||
| 2018-02-28 | [vcpkg-scripts] The shell zip extractor requires full paths | Robert Schumacher | |
| 2018-02-28 | [c-ares] Update | Robert Schumacher | |
| 2018-02-27 | Merge pull request #2884 from cmpute/graphite | Alexander Karatarakis | |
| Add package graphite2 | |||
| 2018-02-27 | Install sqlite3.exe as part of sqlite3 port (#2525) | Daniel Strommen | |
| * Install sqlite3.exe as part of sqlite3 port - Modeled after the bzip2 port: If SQLITE3_SKIP_TOOLS is not set, build and install sqlite3.exe as part of the sqlite3 package. sqlite3.dll must also be copied to the tools folder for sqlite3.exe to be able to launch. - Tested on Windows RS3 with VS 2017 15.5.2. * [sqlite3] Separate into tool feature | |||
| 2018-02-27 | [curl] Add support of different features. (#2862) | pravic | |
| * [curl] Add support of different features. Default-Features: openssl, http2, ssh (as in previous builds) Feature: curl Description: Builds curl executable (placed in the /tools directory) Feature: http-only Description: Disables all protocols except HTTP/HTTPS/HTTP2 Feature: http2 Build-Depends: nghttp2, openssl Description: HTTP2 support (requires openssl) Feature: openssl Build-Depends: openssl Description: SSL support via OpenSSL Feature: winssl Description: SSL support via Schannel Feature: ssh Build-Depends: libssh2 Description: SSH support via libssh2 * [cpr] Add features of the curl library. * [cpr] Remove transitive features * [curl] Remove http2 from default features. Remove winssl feature. Rename "curl" feature to "tool". * [curl] Fixup curl -> tool renaming * [curl] Further refactoring of WINSSL/Openssl -- use single ssl feature. | |||
| 2018-02-27 | [libgeotiff] fix util link error (#2896) | Hiroshi Miura | |
| * [libgeotiff] fix util link error * [libgeotiff] Bump package version | |||
| 2018-02-27 | [coolprop] Fix static linkage | Robert Schumacher | |
| 2018-02-27 | [qpid-proton] Add early detection of invalid linkage settings | Robert Schumacher | |
| 2018-02-27 | [x265] Fix static builds | Robert Schumacher | |
| 2018-02-27 | [cppcms] Early detection and failure for static crt | Robert Schumacher | |
| 2018-02-27 | [gdal] Add early checks for incompatible target settings | Robert Schumacher | |
| 2018-02-27 | [libcds] Initial commit of 2.3.2 | Robert Schumacher | |
| 2018-02-27 | [devil] Enable features (#2825) | Arkady Shapkin | |
| 2018-02-27 | [g2o] Fix static builds | Robert Schumacher | |
| 2018-02-27 | [cgal] update to 4.11.1 (#2894) | Jason Juang | |
| 2018-02-27 | [gl3w] Initial port (#2561) | Stanislav Ershov | |
| * [gl3w] Initial port * [gl3w] Call python inside the portfile -- CMakeLists.txt simplification | |||
| 2018-02-27 | Add package NMSLiB (#2875) | Jacob Zhong | |
| * [nmslib] Init port * [nmslib] Trying extra building | |||
| 2018-02-26 | [vcpkg] Initial commit of experimental compressed binary archiving behind a flag | Robert Schumacher | |
| 2018-02-26 | [vcpkg-hash] Fix target paths containing spaces | Robert Schumacher | |
| 2018-02-26 | [vcpkg] Refactor VcpkgCmdArguments to not utilize global state | Robert Schumacher | |
| 2018-02-26 | [vcpkg] Add 7zip internal tool | Robert Schumacher | |
| 2018-02-26 | [everything] Use -text to ensure consistent files across machines. | Robert Schumacher | |
| If you experience trouble, you can use the following to renormalize your local working directory: git add --renormalize . git reset . git checkout . | |||
| 2018-02-26 | [many ports] Upgrades | Robert Schumacher | |
| 2018-02-26 | [chmlib] Use CMake buildsystem replacement | Robert Schumacher | |
| 2018-02-26 | [vcpkg] Fix feature interdependency during install | Robert Schumacher | |
| 2018-02-26 | [vcpkg] Fix inter-feature references | Robert Schumacher | |
