aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-21[evpp] Simplify port to use vcpkg_from_github()Robert Schumacher
2017-06-21[vcpkg-export] Fix nuget export. Fixes #1223.Robert Schumacher
2017-06-21Merge pull request #1323 from jasjuang/tinyxml2Robert Schumacher
Update tinyxml2 to 5.0.0
2017-06-21Merge pull request #1310 from khouzam/ffmpeg-uwpRobert Schumacher
Adding support for FFmpeg in UWP.
2017-06-21fixed zlib debug ext, added gtest to depsatkawa7
2017-06-21[triplet] Use pointer to instance-controlled strings and cache hashcodeAlexander Karatarakis
2017-06-21Merge pull request #1330 from vinniefalco/masterRobert Schumacher
[beast] Update to version 63
2017-06-21[beast] Update to version 63Vinnie Falco
2017-06-21remove internal copy used during buildatkawa7
2017-06-21[thor] Fixes aurora headers, defines SFML_STATIC, uses install targetatkawa7
2017-06-22Fix to enable pcl_2d moduleTsukasa Sugiura
Fix to enable pcl_2d module. It's a header only library.
2017-06-22Add PCL portTsukasa Sugiura
Add Point Cloud Library (PCL)
2017-06-21Added aurora as independant portfileatkawa7
2017-06-22Fix QHull port to use release versionTsukasa Sugiura
Fix QHull port to use latest release version, because master/HEAD of QHull has some bugs.
2017-06-21Update to version 0.6.1weizili
2017-06-20Merge pull request #1299 from atkawa7/janssonRobert Schumacher
[jansson] new port required by nghttp2 #1122
2017-06-20[jansson] Enable cmake scriptsRobert Schumacher
2017-06-20[vcpkg] Hotfix regression in 8741214. Fixes #1325.Robert Schumacher
2017-06-20Merge pull request #1317 from bagong/qscintillaRobert Schumacher
Add port qscintilla
2017-06-20fix include folderatkawa7
2017-06-20update control file and cleanup portfilejasjuang
2017-06-20added description and version to controlatkawa7
2017-06-20Merge pull request #1316 from moffel/cprRobert Schumacher
[cpr] add c++ requests 1.3.0 port
2017-06-20Merge remote-tracking branch 'upstream/master' into tinyxml2jasjuang
2017-06-20added thor #1319atkawa7
2017-06-20[cpr] Enable dynamic builds via CMAKE_WINDOWS_EXPORT_ALL_SYMBOLSRobert Schumacher
2017-06-20Merge pull request #1321 from jasjuang/masterRobert Schumacher
enable cmake config for glm
2017-06-20update tinyxml2 to 5.0.0jasjuang
2017-06-20[vcpkg-fixup-cmake-targets][glm] Upgrade GLM. Move cmake fixup logic into ↵Robert Schumacher
helper script.
2017-06-20Make python path more generalbagong
2017-06-20Merge pull request #1318 from codicodi/utf8procRobert Schumacher
[utf8proc] new port
2017-06-20[opus] update to 1.2codicodi
2017-06-20failed to build on vs 2017atkawa7
2017-06-20Fixing invocation of bash command to install gcc and perl for ffmpegGilles Khouzam
2017-06-20 rocks db initial framework #1057atkawa7
2017-06-20enable cmake config for glmjasjuang
2017-06-20[vcpkg] Handle missing fields in print_error_message()Robert Schumacher
2017-06-20fixes VCPKG_CRT_LINKAGEatkawa7
2017-06-20Fixes VCPKG_CRT_LINKAGE, Turned off tests, Added VCPKG_LIBRARY_LINKAGEatkawa7
2017-06-20[vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework.Robert Schumacher
2017-06-20[ffmpeg] Simplify UWP build slightly. Fix -MD/-MT to not apply during debug ↵Robert Schumacher
builds.
2017-06-19Merge pull request #1309 from UnaNancyOwen/add_openni2Robert Schumacher
[WIP] Add OpenNI2 port
2017-06-19[openni2] Fix patch. Disable kinect optional component. Move headers.Robert Schumacher
2017-06-19Merge pull request #1305 from IntelOrca/ports/add-libzipRobert Schumacher
[libzip] Add libzip port, version 1.2.0
2017-06-19[libzip] Avoid renaming DLLs -- this breaks the import libRobert Schumacher
2017-06-19[libpng] Define CMAKE_SYSTEM_PROCESSOR to avoid double-eval failureRobert Schumacher
2017-06-19Merge pull request #1314 from Mixaill/libpng-1629Robert Schumacher
[libpng] update to 1.6.29
2017-06-19Merge pull request #1300 from atkawa7/cunitRobert Schumacher
[cunit] new port required by #1122
2017-06-19[cunit] Install generated config headerRobert Schumacher
2017-06-20make copy less verboseMichael Offel