aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-27[cppcms] Early detection and failure for static crtRobert Schumacher
2018-02-27[gdal] Add early checks for incompatible target settingsRobert Schumacher
2018-02-27[libcds] Initial commit of 2.3.2Robert Schumacher
2018-02-27[devil] Enable features (#2825)Arkady Shapkin
2018-02-27[g2o] Fix static buildsRobert 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-27Add 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 flagRobert Schumacher
2018-02-26[vcpkg-hash] Fix target paths containing spacesRobert Schumacher
2018-02-26[vcpkg] Refactor VcpkgCmdArguments to not utilize global stateRobert Schumacher
2018-02-26[vcpkg] Add 7zip internal toolRobert 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] UpgradesRobert Schumacher
2018-02-26[chmlib] Use CMake buildsystem replacementRobert Schumacher
2018-02-26[vcpkg] Fix feature interdependency during installRobert Schumacher
2018-02-26[vcpkg] Fix inter-feature referencesRobert Schumacher
2018-02-26Merge pull request #2872 from cmpute/lcmAlexander Karatarakis
Add package LCM
2018-02-26[vcpkg] Add test for default-features with a preinstalled dependencyRobert Schumacher
2018-02-26[vcpkg] Fix issue when removing packages that have explicit feature ↵Robert Schumacher
dependencies.
2018-02-26Merge pull request #2868 from cmpute/apeAlexander Karatarakis
Add package Monkey's Audio
2018-02-26Merge pull request #2860 from cmpute/x265Alexander Karatarakis
Add x265 package
2018-02-25Merge pull request #2885 from cmpute/zzipAlexander Karatarakis
[zziplib] Update source and version
2018-02-25[mman] Fix static buildRobert Schumacher
2018-02-25[vcpkg] Fix "just-in-time" requirements calculationRobert Schumacher
2018-02-25[gsl-lite] Bump version (#2888)Eli Arzhannikov
2018-02-26[ape] add dynamic build stuffJacob Zhong
Tried to build dynamically but failed
2018-02-25[zziplib] bump verisonJacob Zhong
2018-02-25[zziplib] Update archive source to githubJacob Zhong
2018-02-25[vcpkg] Fix exclusions in ciRobert Schumacher
2018-02-25[mman] Move header to mman/sys/mman.h to avoid tricking other librariesRobert Schumacher
2018-02-25[libsndfile] Fix cmake targets. Use vcpkg_from_github. Fixes #2883.Robert Schumacher
2018-02-24Merge pull request #2879 from miurahr/freexl_104-1Alexander Karatarakis
[freexl] fix download url
2018-02-24Merge pull request #2880 from miurahr/libspatialite_url_fixAlexander Karatarakis
[libspatialite] fix download url
2018-02-24Merge pull request #2881 from miurahr/readosm_urlAlexander Karatarakis
[readosm] fix download url
2018-02-24Merge pull request #2882 from miurahr/spatialite_tools_urlAlexander Karatarakis
[spatialite-tools] fix download url
2018-02-25[spatialite-tools] fix download urlHiroshi Miura
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-25[readosm] fix download urlHiroshi Miura
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-25[libspatialite] fix download urlHiroshi Miura
Download fails because original download url has been changed. Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-25[freexl] fix download urlHiroshi Miura
Download fails because original download url has been changed. Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-24Change usage instructions to target_ based (#2873)Patrik Huber
2018-02-24[torch-th] Early detection to fail fastRobert Schumacher
2018-02-24[scintilla] Upgrade to 4.0.3Robert Schumacher
2018-02-24[scintilla] Use out of source builds. Detect static builds for fast fail.Robert Schumacher
2018-02-24[magnum-extras] Fix build without featuresRobert Schumacher
2018-02-24[lcm] Init portJacob Zhong
2018-02-24[rttr] Use from github, slight patch simplification.Robert Schumacher
2018-02-24[chakracore] Use out of source buildsRobert Schumacher
2018-02-24[wxwidgets] Upgrade to 3.1.1Robert Schumacher
2018-02-24Add doxygen and add packages option to vcpkg_require_msys (#2869)Jacob Zhong
* Add doxygen to acquired programs * Add packages option to msys function * Add documentation for PACKAGES in vcpkg_require_msys * [ffmpeg][x264] Update to use `PACKAGES` parameter. Tweak docs.