aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-13[vcpkg_build_cmake] Add option to specify the 64-bit toolsetAlexander Karatarakis
2017-01-13Merge pull request #536 from stammen/libwebsockets-uwpRobert Schumacher
libwebsockets: added support to build uwp versions
2017-01-13[libwebsockets] Bump version to correspond to source code change for uwp ↵Robert Schumacher
support.
2017-01-13Merge pull request #534 from ab-acx/http-parser-strictRobert Schumacher
On release set HTTP_PARSER_STRICT to zero.
2017-01-13[http-parser] Bump version to reflect build change adding HTTP_PARSER_STRICT=0Robert Schumacher
2017-01-13Merge pull request #528 from stammen/curl-uwpRobert Schumacher
CURL: added support for building uwp versions
2017-01-13[curl] Bump version to correspond with source code change for uwp support.Robert Schumacher
2017-01-13[openssl] Bump version to correspond with source change for uwp supportRobert Schumacher
2017-01-13Merge pull request #524 from stammen/openssl-uwpRobert Schumacher
OpenSSL: Fix UWP builds failing WACK testing
2017-01-13Identation consistencyAlexander Karatarakis
2017-01-13Merge pull request #521 from sdcb/DirectXMeshAlexander Karatarakis
add DirectXMesh
2017-01-13Merge pull request #518 from albertziegenhagel/szipAlexander Karatarakis
szip
2017-01-13[edit command] Now checks that port exists before openingAlexander Karatarakis
2017-01-13Added patch to disable building the static library when BUILD_SHARED_LIB is ↵Albert Ziegenhagel
enabled
2017-01-12Reorganize commands, each in its own namespaceAlexander Karatarakis
Additionally, functions related to a command can now live in the same namespace
2017-01-13[directxmesh] specify static only librarysdflysha
2017-01-12added missing free calls after curl_getenvDale Stammen
2017-01-12Merge branch 'master' into curl-uwpDale Stammen
2017-01-12Place contact and version commands in different cpp filesAlexander Karatarakis
2017-01-12Introduce Command namespace. RefactoringAlexander Karatarakis
2017-01-12Rename commands_integration.cpp to commands_integrate.cppAlexander Karatarakis
Filename should match the command name
2017-01-12Rename commands_installation to commands_installAlexander Karatarakis
Names should match the command
2017-01-12Place build & build_external commands into separate filesAlexander Karatarakis
2017-01-12Merge pull request #525 from stammen/libssh2-uwpRobert Schumacher
libssh2: added support for uwp builds
2017-01-12[libssh2] Bump version to match source code change for uwp supportRobert Schumacher
2017-01-12Merge pull request #520 from sdcb/DirectXTexRobert Schumacher
add DirectXTex
2017-01-12Merge pull request #505 from stammen/freetype-uwpRobert Schumacher
freetype: added support for uwp builds
2017-01-12[freetype] Bump version to match source changes for uwpRobert Schumacher
2017-01-12Merge pull request #496 from patrigg/masterRobert Schumacher
Add sdl2_image library
2017-01-12Merge pull request #504 from stammen/tiff-uwpRobert Schumacher
added patch to enable uwp builds for tiff
2017-01-12[tiff] Bump version for change due to UWP support.Robert Schumacher
2017-01-12Merge branch 'tiff-uwp' of https://github.com/stammen/vcpkg into ↵Robert Schumacher
stammen-tiff-uwp
2017-01-12Merge pull request #484 from chrullrich/boost-no-autolinkRobert Schumacher
Disable Boost auto-link.
2017-01-12Merge pull request #516 from albertziegenhagel/metisAlexander Karatarakis
metis
2017-01-12apply uwp patch to all buildsDale Stammen
2017-01-12apply patch to all builds, not just uwpDale Stammen
2017-01-12added support to build uwp versionsDale Stammen
2017-01-12On release set HTTP_PARSER_STRICT to zero.ab
This was done to match the http-parser makefile i.e. building in release mode strict parse is disabled (which is faster) else (in debug) strict parser is used.
2017-01-11[7zip] Also consider the system version, if availableAlexander Karatarakis
2017-01-11Merge pull request #522 from sdcb/directxtk-updateAlexander Karatarakis
[directxtk] upgrade to dec2016
2017-01-11Merge pull request #514 from albertziegenhagel/acquire-7zAlexander Karatarakis
Acquire 7z
2017-01-11added support for building uwp versionsDale Stammen
2017-01-11added missing store parameter to vcvarsall for uwp buildsDale Stammen
2017-01-11[directxtk] upgrade to dec2016flysha
2017-01-11add DirectXMeshflysha
2017-01-11add DirectXTexflysha
2017-01-11Add port for szipAlbert Ziegenhagel
2017-01-11Add port for metisAlbert Ziegenhagel
2017-01-11Acquire 7zAlbert Ziegenhagel
Since 7zip is distribute as installer only (no archive) we use msiexec to extract the installer without installing it. msiexec should be available on all windows computers (located in C:/Windows/system32)
2017-01-10added support for uwp buildsDale Stammen