aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-28[CStringView] Rename parameter, add copy ctorAlexander Karatarakis
2017-04-28Enums::f(): Accept CStringView instead of std::string&Alexander Karatarakis
2017-04-28Remove stray temp codeAlexander Karatarakis
2017-04-28[clang-format] Standard: Cpp11Alexander Karatarakis
2017-04-28[clang-format] Cpp11BracedListStyle: trueAlexander Karatarakis
2017-04-28[clang-format] Increase PenaltyReturnTypeOnItsOwnLineAlexander Karatarakis
2017-04-27`install`: When package name is invalid, error out earlier and with a better ↵Alexander Karatarakis
message Resolves #986
2017-04-27Merge pull request #971 from jumpinjackie/gdal-geos-supportRobert Schumacher
Light up GEOS support in GDAL
2017-04-27Merge pull request #994 from jbhelm/taglibRobert Schumacher
add ports/taglib
2017-04-27[taglib] Use copyright from sources. Do not assume Latin-1 filenames.Robert Schumacher
2017-04-27Merge pull request #998 from chwarr/chwarr/upgrade-bond-5.3.1Robert Schumacher
Upgrade Bond to 5.3.1
2017-04-27Check-in .clang-formatAlexander Karatarakis
2017-04-27Run clang-foramt over tests and remaining cpp filesAlexander Karatarakis
2017-04-27Remove stray cpp fileAlexander Karatarakis
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-27Run clang-format over the headers. Remove stray Version.h/cpp. Fix location ↵Alexander Karatarakis
of VersionT.cpp
2017-04-27Merge pull request #999 from eco/open-folder-docRobert Schumacher
Fixes for CMAKE_TOOLCHAIN_FILE example
2017-04-27Fixes for CMAKE_TOOLCHAIN_FILE exampleBrad Anderson
2017-04-27Upgrade Bond to 5.3.1Christopher Warrington
* Updated to the 5.3.1 release of Bond. * Removed now-redundant 0003_rename_gbc_during_install.patch. * Regenerated other patches.
2017-04-27Merge pull request #997 from eco/open-folder-docRobert Schumacher
Document how to specify CMAKE_TOOLCHAIN_FILE when using VS2017 Open Folder
2017-04-27VS2017 Open Folder CMAKE_TOOLCHAIN_FILE exampleBrad Anderson
2017-04-27Merge pull request #990 from codicodi/fix-icuAlexander Karatarakis
[icu] fix build with 64bit msys
2017-04-27Merge pull request #989 from tobiaskohlbau/lcOptionsAlexander Karatarakis
[options] makes options case insensitive
2017-04-27Formatting + add test to the vcxprojAlexander Karatarakis
2017-04-27Merge pull request #991 from codicodi/fix-flacAlexander Karatarakis
[libflac] fix build with MSBuild generator
2017-04-27add ports/taglibJoshua Helm
2017-04-27[libflac] fix build with MSBuild generatorcodicodi
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-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