aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-27[icu] fix build with 64bit msyscodicodi
2017-04-27[options] makes options case insensitiveTobias Kohlbau
This resolves #987 Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2017-04-26`export`: Place the nuget-specific redirect in buildsystems/tmpAlexander Karatarakis
2017-04-26`export`: Place the temporary nuspec file in buildsystems/tmpAlexander Karatarakis
2017-04-27[pango] update to 1.40.5Mikhail Paulyshka
2017-04-26Merge pull request #943 from ebraminio/masterRobert Schumacher
[harfbuzz] Rework harfbuzz with its newly introduced cmake support
2017-04-26Modify test proj to also consider VS2017 locationsAlexander Karatarakis
2017-04-26`export` Copy getProgramFiles32bit.ps1Alexander Karatarakis
2017-04-27[harfbuzz] Rework harfbuzz with its newly introduced cmake supportEbrahim Byagowi
2017-04-25`export`: Reorganize export folder to have the same layout as a normal vcpkg ↵Alexander Karatarakis
enlistment
2017-04-25`export`: Retain the msbuild subfolder for cmake integration to also workAlexander Karatarakis
2017-04-25`export`: Place the integration files in the exported folderAlexander Karatarakis
NuGet creation gets them from there now, and they are available for other exports types
2017-04-25Rework ConfigurationType enumAlexander Karatarakis
2017-04-25Rework BuildType enumAlexander Karatarakis
2017-04-25ENUM_NAME should be in the enum namespaceAlexander Karatarakis
2017-04-25Rework LinkageType enumAlexander Karatarakis
2017-04-25Make constexprs staticAlexander Karatarakis
2017-04-25Rework OptBool enumAlexander Karatarakis
2017-04-25Rework BuildInfo enumAlexander Karatarakis
2017-04-25Rework ArchiveFormat enumAlexander Karatarakis
2017-04-25`export`: Show what output file/files are createdAlexander Karatarakis
2017-04-25`export`: Export directory now has the same name pattern as the zip/7z/nuget ↵Alexander Karatarakis
file
2017-04-25[vcpkg-applocal] Ensure log for copied DLLs is created, even when no DLLs ↵Robert Schumacher
are copied. This fixes a bug which caused all non-vcpkg-using builds to be considered out of date.
2017-04-25[vcpkg-acquire-msys] PROCESSOR_ARCHITEW6432=AMD64, not x64Robert Schumacher
2017-04-24[vcpkg-toolchain] Add more CMAKE_SYSTEM_IGNORE_PATHs to suppress usage of ↵Robert Schumacher
system-wide openssl
2017-04-24Merge branch 'x86-disable-ninja'Robert Schumacher
2017-04-24Merge pull request #976 from ismail/masterRobert Schumacher
Use msys64 on 64bit systems
2017-04-24[vcpkg-acquire-msys] Enable side-by-side of x86 and x64 msys.Robert Schumacher
2017-04-24Merge pull request #970 from josuegomes/graphicsmagickRobert Schumacher
GraphicsMagick port
2017-04-24Merge pull request #965 from codicodi/icu59Robert Schumacher
[icu] update to 59.1
2017-04-24[icu] Avoid renaming link.exe inside msys -- insert into middle of path instead.Robert Schumacher
2017-04-24Merge pull request #973 from madebr/libmadAlexander Karatarakis
Add libmad
2017-04-24Merge pull request #975 from madebr/fontconfig_escapeAlexander Karatarakis
fontconfig: Escape FC_INCLUDE_DIR since it can contain spaces
2017-04-24Merge pull request #974 from madebr/flac_escapeAlexander Karatarakis
libflac: escape PROJECT_SOURCE_DIR
2017-04-24Fix missing parenthesisİsmail Dönmez
2017-04-24Use msys64 on 64bit systemsİsmail Dönmez
2017-04-24Escape FC_INCLUDE_DIR since it can contain spacesAnonymous Maarten
fixes: fatal error C1083: Cannot open include file
2017-04-24Escape PROJECT_SOURCE_DIR since it can contain spacesAnonymous Maarten
fixes: nasm: error: more than one input file specified
2017-04-24Add libmad portAnonymous Maarten
2017-04-24Light up GEOS support in GDALJackie Ng
2017-04-23Merge pull request #963 from jumpinjackie/port-xalan-cRobert Schumacher
Add xalan-c
2017-04-23[atlmfc] Add dummy port to detect atl presence in VSRobert Schumacher
2017-04-23[xalan-c] Add check for static/staticRobert Schumacher
2017-04-23Merge pull request #966 from codicodi/fix-export-7zipRobert Schumacher
[vcpkg-export] correctly handle --7zip option
2017-04-23Merge pull request #969 from twMr7/masterRobert Schumacher
[cppzmq] update to 4.2.1 release
2017-04-23GraphicsMagick portJosue Andrade Gomes
2017-04-23[cppzmq] update to 4.2.1 releaseJames Chang
2017-04-23[vcpkg-build] Fix regression in build command.Robert Schumacher
Missing dependencies were not being computed correctly after the internal call to build failed. Solution is to return the already-computed list from build.
2017-04-23[vcpkg-integrate-project] Escape backticks. Fixes #964.Robert Schumacher
2017-04-23[vcpkg] Ninja is only 64-bit; do not use on x86Robert Schumacher