aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-13[glm] Remove all unnecessary build steps (#6410)Connor Fitzgerald
* [glm] Remove all unnecessary build steps * [glm] Fix header export * [glm] Bump control to force rebuild
2019-05-13[vcpkg-bootstrap.sh] Enable finding gcc 9 (#6417)Robert Schumacher
2019-05-13[suitesparse]Fix build error in linux (#6425)wangli28
2019-05-13[pfultz2-linq] Add new port (#6426)myd7349
2019-05-13[CURL] Remove unnecessary renaming. (#6386)Alexander Neumann
* removed unnecessary renaming. CMake updated its module file for FindCURL. so the renaming is not required anymore. * bump control * fix curl in static builds * fix gdal regression * fix typo * fixed alignment * fix libideviceactivation regression * fix idevicerestore regression
2019-05-13[graphicsmagick] Linux/MacOS support (#6408)Josue Andrade Gomes
2019-05-13appleclang 10.01 does not have <filesystem> (#6413)lukka
support
2019-05-13[vulkan-hpp] Add new port (#6400)myd7349
2019-05-13[oniguruma] Update to 6.9.2 (#6401)myd7349
2019-05-13fix parens in cmake variable name (#6420)lukka
2019-05-12also ignore x86 openssl paths (#6416)Alexander Neumann
2019-05-10[gdal]Add Linux/Unix support. (#6335)JackBoosY
2019-05-10update osg version to 3.6.3 (#6385)Haojia Yu
2019-05-10[docs] update port naming info in CONTROL docs (#6397)Phil Christensen
2019-05-09[loguru] Add new port (#6342)wangli28
2019-05-09[gdcm]Update to v3.0.0 and rename to gdcm. (#6348)JackBoosY
* [gdcm]Update to v3.0.0 and rename to gdcm. * [gdcm2]Add empty port "gdcm2" mapping to port gdcm
2019-05-09[cpprestsdk]Add boost-asio dependency on linux (#6380)Phoebe
2019-05-09[many ports] Updates 2019.05.08 (#6382)Robert Schumacher
* [many ports] Updates 2019.05.08 * Undo changes for failure ports grpc libjpeg-turbo curl cartographer * [guetzli] Patch to handle breaking changes in butteraugli
2019-05-09[cpr] added find_package for cpr on install (#3185)Youngho Kim
* added find_package for cpr on install How to use: find_package ( CPR REQUIRED ) if ( CPR_FOUND ) message ( STATUS "CPR_INCLUDE_DIRS = ${CPR_INCLUDE_DIRS}" ) message ( STATUS "CPR_LIBRARIES = ${CPR_LIBRARIES}" ) include_directories ( ${CPR_INCLUDE_DIRS} ) endif ( CPR_FOUND ) * [cpr] Provide config and targets files
2019-05-09[soci] Add patches for boost and postgresql (#6328)Andrei Lebedev
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
2019-05-09Upgrade vcpkg to ECSUtil 1.0.6.1 (#6381)bobk2824
2019-05-09[eastl]Add option(/Zc:char8_t-) to fix compile issue (#6360)LarryIII
2019-05-09[gdal] fixed compilation issue with std::fabs (#6336)Daniele Lupo
2019-05-09[jsonnet] Hook into existing cmake support (#6358)Curtis J Bezault
Use jsonnet's cmake build system.
2019-05-09[visit-struct] Add new port (#6356)zhihaoy
https://github.com/cbeck88/visit_struct The motivation for this port is that we do not have to lock ourselves with Boost.Fusion, or Boost.Hana, and can benefit from some downstream projects such as Configuru at the same time.
2019-05-09[ace] Add support for features (ssl, wchar, xml) #6372 (#6376)Florin Crișan
2019-05-09[docs] clean up CONTROL file documentation (#6378)Phil Christensen
2019-05-09enable static builds of openjpeg (#6373)Alexander Neumann
* enable static builds for openjpeg * bump control * remove unnecessary code
2019-05-09[x264] build with asm on x64 x86 (#3269)Yuri Valentini
* [x264] build with asm on x64 x86 * [x264] build with asm on x64 x86 * [x264] Use Linux-style line endings in patch file
2019-05-09[graphqlparser]Fix static build error (#6359)JackBoosY
2019-05-09[dlib]Fix build error in linux:copyright check failure. (#6361)JackBoosY
2019-05-09[geogram] enable building on non-win32 platforms (#6366)Stefano Sinigardi
2019-05-09ITK: Do not move/rename src folder. (#6367)Alexander Neumann
* removed src folder rename instead a warning is issued if the path is too long * Delete hdf5_config_mode_find_package.patch not used by portfile
2019-05-09[cgltf] Add new port (#6369)myd7349
2019-05-09[zxing-cpp] improve compatibility with modern OpenCV (#6370)Stefano Sinigardi
2019-05-09[freeimage,freeglut,giflib,libwebp] port patches from #5169 (#6364)Stefano Sinigardi
* [freeimage] improve compatibility with other ports, using typedefs identical to other headers to avoid errors * [libwebp] fixes for non-win32 systems * [giflib] revert again #5578 * [freeglut] add missing wrapper for linux
2019-05-08[many ports] Updates 2019.05.07 (#6338)Robert Schumacher
* [many ports] Updates 2019.05.07 * Undo assimp and gdcm2 changes since they caused regressions
2019-05-08[qt5] update to 5.12.3 (#6127)Lennart Trunk
* update CONTROL files and version variable * fix qt5 linkage in debug * revert target_link_libraries to set_property * revert mqtt to 5.12.1 since 5.12.3 is not released yet * update mqtt to 5.12.3 * update hashes * remove unnecessary patch * fix qmldevtools debug linkage for qt5-tools
2019-05-08Upgrade google-cloud-cpp to 0.9.0. (#6355)Carlos O'Ryan
2019-05-08[freeglut] enable building on non-win32 (#6298)Stefano Sinigardi
2019-05-08[valijson] new port (#6354)WebFolder OÜ
2019-05-08[wil] new port (#6353)Charles Milette
* [wil] new port
2019-05-07[minhook] Add new port (#6333)NancyLi1013
* [minhook] Add new port * Download cmake support as patch * Move architecture check to before work is done * Check in install destination patchl Remove config
2019-05-07[uriparser] Update to 0.9.3, add tool feature (#6303)myd7349
* [uriparser] Update to 0.9.3 * [uriparser] Fix static build * [uriparser] Handle URI_STATIC_BUILD * [uriparser] Add support for --head option * [uriparser] Simplify * [uriparser] Use file COPY to USE_SOURCE_PERMISSIONS
2019-05-07[cppgraphqlgen] Update to 3.0.0 release (#6337)Bill Avery
2019-05-07[moos-core]Fix build failure on Windows (#6252)JackBoosY
* [moos-core]Fix build in windows: 1.Add compile macros and includes 2.Fix empty directories in static. * [moos-core]Fix link error LNK2019. * [moos-core]Changed library linkage to static. * Clean up tool + copyright install; Remove messages
2019-05-07[doctest] Update to 2.3.2 (#6331)zhihaoy
An critical fix to https://github.com/onqtam/doctest/issues/228
2019-05-07[libpng] remove broken patch (#6293)Stefano Sinigardi
2019-05-06[openjpeg/itk]Update openjpeg to v2.3.1 and fix conflict with ITK. (#6313)JackBoosY
* [openjpeg/itk]Update openjpeg to v2.3.1 and fix conflict with ITK.
2019-05-06[libnoise] Add new port libnoise (#6319)Robert Hümmer
* [libnoise] Add new port libnoise * refactor(libnoise): removed unnecessary comments