aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-28FreeRDP 2.0.0-rc1 #2267Ross Brower
2017-11-28[vcpkg] Use c++experimental in clangRobert Schumacher
2017-11-28[log4cplus] Change name of downloaded fileAlexander Karatarakis
2017-11-28[log4cplus] upgrade to v2.0.0rc2. (#2265)LazyWolf Lin
2017-11-27Don't return $destinationDirAlexander Karatarakis
2017-11-27Rework vcpkgExtractFile (powershell)Alexander Karatarakis
2017-11-27[VcpkgPowershellUtils] Minor tweaksAlexander Karatarakis
2017-11-26[ports] Mark several ports as unbuildable on UWPRobert Schumacher
2017-11-26[fftw3] Detect stale sourcesRobert Schumacher
2017-11-26Update CHANGELOG and bump version to v0.0.99Alexander Karatarakis
2017-11-26[cmake] update to 3.10.0 (#2236)Mikhail Paulyshka
2017-11-26Add System::powershell_execute()Alexander Karatarakis
2017-11-26[fetchDependency[ Make parameter mandatoryAlexander Karatarakis
2017-11-26vcpkgCreateDirectory->vcpkgCreateDirectoryIfNotExistsAlexander Karatarakis
2017-11-25Merge pull request #2258 from UnaNancyOwen/fix_qhullAlexander Karatarakis
Fix QHull port to remove static link libraries when installing dynamic link libraries
2017-11-25[vcpkg] Allow compilation inside WSLRobert Schumacher
2017-11-25[vcpkg] Initial experimental support for VCPKG_BUILD_TYPE releaseRobert Schumacher
2017-11-26Fix PCL port according to QHull port changeTsukasa 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-26Fix remove files when install dynamic librariesTsukasa Sugiura
Fix remove files when install dynamic libraries.
2017-11-26Enable Ninja build in QHull portTsukasa Sugiura
Enable Ninja build in QHull port.
2017-11-25Merge pull request #2237 from kypp/openvdbRobert Schumacher
new port: openvdb
2017-11-25Merge pull request #2245 from janisozaur/patch-2Robert Schumacher
[speexdsp] Only use SSE on x86/amd64
2017-11-25[libpng] Remove unneeded CMAKE_SYSTEM_PROCESSOR overrideRobert Schumacher
2017-11-25Merge pull request #2242 from jasjuang/leveldbRobert Schumacher
[leveldb] force static build when triplet is dynamic
2017-11-25[opencv] Disable msvcrt check to allow prepackaged ffmpegRobert Schumacher
2017-11-25Merge pull request #2244 from janisozaur/patch-1Robert Schumacher
[jansson] Don't use WinCryptoApi for UWP builds
2017-11-25Merge pull request #2247 from fquinner/patch-1Robert Schumacher
Fixed qpid-proton port to not need system python
2017-11-25Merge pull request #2250 from AndyM84/masterRobert Schumacher
Adding UnitTest++ Port
2017-11-25[vcpkg-from-github] Improve argument handlingRobert 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.2Robert Schumacher
2017-11-25[libiconv] Update to 1.15Robert Schumacher
2017-11-25[vcpkg] Improve external toolchain handling.Robert Schumacher
2017-11-25[protobuf] bump version to 3.5.0Robert Schumacher
2017-11-24Merge pull request #2254 from xoviat/fftw-cmakeAlexander Karatarakis
[fftw] Use builtin cmake configuration
2017-11-24Merge pull request #2251 from thierryba/protobuf3.5Alexander Karatarakis
[protobuf] upgrade to 3.5.0
2017-11-24Merge pull request #2255 from twMr7/realsense2Alexander Karatarakis
[realsense2] update to v2.8.2
2017-11-25[realsense2] update to v2.8.2James Chang
2017-11-24[fftw] bump versionxoviat
2017-11-24[fftw] Use builtin cmake configurationxoviat
2017-11-23protobuf: upgrade to protobuf 3.5Thierry Bastian
2017-11-23Final edits to unittest-cpp portfileAndrew Male
2017-11-23Adding UnitTest++ PortAndrew Male
2017-11-23[speexdsp] Check CMAKE_SYSTEM_PROCESSOR to enable SSEMichał Janiszewski
2017-11-22[date] Update. Resolves #2222Alexander Karatarakis
2017-11-22Fixed qpid-proton port to not need system pythonfquinner
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/amd64Michał Janiszewski
This fixes UWP builds.
2017-11-22[jansson] Don't use WinCryptoApi for UWP buildsMichał 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 UWPRobert Schumacher
2017-11-22[ogre] Fix unrelocatable CMake files, also attempt to enable DebugRobert Schumacher