aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2017-03-06Merge pull request #735 from nagua:fftw3Robert Schumacher
[fftw3] Add fftw3 port to vcpkg
2017-03-06[fftw3] Avoid replacing CMAKE_CXX_FLAGS -- just add the definitions needed.Robert Schumacher
2017-03-06[vcpkg-configure-cmake] Centralize application of ↵Robert Schumacher
CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP
2017-03-06Merge branch 'say-no-to-crt-dlls' of https://github.com/codicodi/vcpkg into ↵Robert Schumacher
codicodi-say-no-to-crt-dlls
2017-03-06Undef everything unneeded in config.hNicolas Riebesel
2017-03-06Improve the static vs dynamic handling of fftw3Nicolas Riebesel
2017-03-06Make use of static and dynamic linkingNicolas Riebesel
2017-03-06Add initial fftw3 supportNicolas Riebesel
2017-03-05[poco & openjpeg] Prevent installation of CRT redistributablescodicodi
2017-03-05[msmpi] Increase logging of msiexec extractionRobert Schumacher
2017-03-03Rename policy to OnlyReleaseCRTAlexander Karatarakis
2017-03-03[msmpi] Enable NoDebugBinaries policy. Resolves #728Alexander Karatarakis
2017-03-02[ffmpeg] Disable static building.Robert Schumacher
2017-03-02[ffmpeg] Hotfix accounting for new flagsRobert Schumacher
2017-03-02[ffmpeg] Initial commit of version 3.2.4Robert Schumacher
2017-03-02Merge pull request #724 from codicodi/bump-luaRobert Schumacher
[lua] update to 5.3.4
2017-03-02[lua] Expanded comment on COMPILE_AS_CPPRobert Schumacher
2017-03-02[lua] add comment about new optioncodicodi
2017-03-02[lua] update to 5.3.4codicodi
2017-03-02[boost] Hotfix for building on VS2015Robert Schumacher
2017-03-02Merge branch 'dev/roschuma/boost'Robert Schumacher
2017-02-28[flatbuffers] Initial commit of v1.6.0. Fixes #35.Robert Schumacher
2017-02-28[boost] Support for VS2017Robert Schumacher
2017-02-28Merge pull request #678 from albertziegenhagel/vtkRobert Schumacher
Add VTK port
2017-02-28[vtk] Don't define size_t. Override HDF5 library detection (bug in FindHDF5)Robert Schumacher
2017-02-28[netcdf-cxx4] Initial commit of version 4.3.0Robert Schumacher
2017-02-28[netcdf-c] Add transitive cmake dependency on hdf5Robert Schumacher
2017-02-28[netcdf-c] Initial commit of version 4.4.1.1Robert Schumacher
2017-02-28[hdf5] Mark linked libraries as privateRobert Schumacher
2017-02-28[hdf5] Update to 1.10, enable disabling of static libsRobert Schumacher
2017-02-27[szip] Change default component to match build typeRobert Schumacher
2017-02-27Merge branch 'pugixml' of https://github.com/ab-acx/vcpkg into ab-acx-pugixmlAlexander Karatarakis
2017-02-27Adding pugixml version 1.8.1ab
2017-02-25Merge pull request #716 from codicodi/bump-spdlogAlexander Karatarakis
[spdlog] update to 0.12.0
2017-02-25Merge pull request #713 from codicodi/bump-lz4Alexander Karatarakis
[lz4] update to 1.7.5
2017-02-25Merge pull request #712 from codicodi/bump-flacAlexander Karatarakis
[libflac] update to 1.3.2
2017-02-25Merge pull request #715 from codicodi/bump-lzmaAlexander Karatarakis
[liblzma] update to 5.2.3
2017-02-25[spdlog] fix indentationcodicodi
2017-02-25[spdlog] update to 0.12.0codicodi
2017-02-25[liblzma] update to 5.2.3codicodi
2017-02-25[lz4] update to 1.7.5codicodi
2017-02-25[libflac] bum version in CONTROL filecodicodi
2017-02-25[libflac] update to 1.3.2codicodi
2017-02-24[opengl] Add branch for Windows 8.1 SDKAlexander Karatarakis
2017-02-24[qt5] Further reduce regressions.Robert Schumacher
Fix issue where generated cmake points at the wrong tools folder.
2017-02-23[qt5] Reduce number of skipped components.Robert Schumacher
2017-02-23[aws-sdk-cpp] Switch build to use Ninja to improve performance.Robert Schumacher
2017-02-23[qt5] Exercise full control over build configuration.Robert Schumacher
Bumps version to 5.7.1-2 This fixes several issues: - Prevents a hang for user input during the build. - Moves the tools into a subdirectory so their DLLs do not interfere with other packages. - Adds the currently installed DLLs to the path so that tools compiled during the build can be run. - Uses our system's copy of double-conversion. - No longer uses looped builds; I haven't seen issues since the update to JOM 1.1.2 - Works around an issue with Qt5Bootstrap (QTBUG-55499) Regressions to fix: - Disables many subcomponents
2017-02-21[opengl] Add -ExecutionPolicy Bypass when invoking powershell as a childRobert Schumacher
process.
2017-02-21[opengl] Use the latest installed version of WinSDKAlexander Karatarakis
Resolves #697, #99