aboutsummaryrefslogtreecommitdiff
path: root/ports/catch2/CONTROL
AgeCommit message (Collapse)Author
2021-05-21[catch2] updated catch2 to version 2.13.6 (#17435)georg-emg
* - updated catch2 to version 2.13.6 - replaces catch2 CONTROL file with proper manifest * vcpkg x-add-version catch2 * fixed the portfile to REALLY update catch2 to version 2.13.6 * vcpkg x-add-version catch2 --overwrite-version * fixed the portfile AGAIN to REALLY REALLY update catch2 to version 2.13.6 this time * vcpkg x-add-version catch2 --overwrite-version * updated hash in portfile.cmake for catch2 * vcpkg x-add-version catch2 --overwrite-version * Update version-string as version-semver * Update versions/c-/catch2.json Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-04-19[catch2] Fix share/catch2 directory name conflict (#17271)Michael Wild
Catch2 installs into share/Catch2/ and lib/cmake/Catch2. The vcpkg_fixup_cmake_targets() function tries to move the contents from the latter directory to share/catch2, i.e. differing in case w.r.t. the former. On Linux this results in both names being present. On pure Windows the first name "wins". It breaks in a Linux Docker container where the installation root is located on a bound directory that is on a case-insensitive file system, such as from a host running Windows. Fixes: #17228.
2020-10-13[many ports] 2019.09.14 Updates (#13536)Robert Schumacher
* [many ports] 2019.09.14 Updates * Revert failure ports * Revert failure ports * Revert failure ports * [urdfdom] Fix find dependency console_bridge * Revert failure ports * [devil] Compatible with jasper 2.0.20 * [devil] Refix compatible with jasper functions declaration on different os * Update ports/alembic/CONTROL Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Revert failure ports wangle * [azure-kinect-sensor-sdk] Fix build with matroska 1.6.2 * Revert failure ports * Revert failure ports * [urdfdom-headers] Fix include path in config.cmake file * upload patch * [urdfdom-headers] Refix include path in config.cmake file * [qt5-imageformats] Fix missing include math.h * [urdfdom-headers] Refix include path in config.cmake file * [qt5] Fix adding option PATCHES and other options when using qt_submodule_installation * Remove updated ports version * Commit suggestions * [libideviceactivation] revert Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-04-24[catch2] Update to 2.12.1 (#10996)NancyLi1013
2020-03-27[catch2] Update to 2.11.3 (#10536)Phoebe
2020-01-16[catch2] Update to 2.1.1 (#9685)NancyLi1013
2019-11-24[catch2] Update library to 2.11.0 (#9089)Ehsan
2019-10-21[catch2] Update to 2.10.1 (#8684)RT222
2019-08-15[catch2] Update library to 2.9.2unknown
2019-08-01[Catch2] Update to v2.9.1 (#7497)RT222
2019-06-20[many ports] improvements for linux/wsl (#6730)Stefano Sinigardi
* [many ports] improve compatibility with WSL and mixed case filesystems * [treehopper] express dependency on libusb, which was not working on non-win32 platforms and is still broken there * [libharu] add compatibility with non-win32 platforms * [geogram] fix openblas on linux [clapack] better integration with linux environment [visit-struct] put cmake config file in the expected folder [geogram] remove trailing underscore to enable compatibility with OpenBLAS * [openblas] playing with underscore, without success * [openblas/lapack] fix library integration * [clapack] improve target handling in cmake module * [openblas] promote self-generated config to default cmake module, otherwise internal ones thinks wrongly that openblas can also solve lapack libs * [clapack,openblas] improve libraries integration * [many ports] fix cmake unnecessary target paths, wrong config paths, empty default dependencies, unnecessary [core] tags * [suitesparse] improve integration with new lapack/openblas mechanism * [suitesparse] add no underscore postfix also for linux * [ceres] fix integration with newer openblas/lapack configs * [aws-c-event-stream] fix regression * [systemc] fix regression * [libwebp,geogram] trigger rebuild * [libwebp,pthread4w] fix regressions * [glbinding] fix cmake module installation * [globjects] disentangle unnecessary dependency from qt5 * [jasper] remove broken and unnecessary patches * [libwebp] fix regression * [many ports] avoid using BUILD_SHARED_LIBS which is uninitialized in port files * [clapack] correctly find dlls * [clapack] use a generic blas as dependency * [fizz,g2o] restore expected version * fix mistake * [many ports] remove WIN32, APPLE and UNIX (again, they keep creeping in) from ports since they are broken and usually break non-win32 ports * [libressl,openssl] do not try to build one if the other is already installed * [itk] update ref and patch to avoid regression * [libressl,openssl] implement full strategy to fix CI * [libwebp] disable components that are broken on macOS * [ogre] enable macOS build * [freeimage,jxrlib,ogre,openexr,protobuf] port patches from #5169 * [ogre] add missing install command * [ffmpeg] enable wrapper for cmake module * [ffmpeg] add avresample module finder * [ffmpeg] improve module detection and exported symbols * [ffmpeg] add variables to cache * [thrift] remove unnecessary build option * [allegro5] fix shared/static inversion * [protobuf] cleanup * [libressl] cleanup * [moos-core] cleanup * commented features must not be separated from other features, otherwise vcpkg complains * [itk] fix regression * [shogun,itk] fix regressions * [ogre] fix regression * [opusfile] add compatibility with non-win32 * [itk] fix regression * [sndfile,libsndfile] remove duplicate, redirect sndfile to libsndfile * add missing dependencies * [ismrmrd] fix regression * [ffmpeg] trigger rebuild * [clapack,openblas,libogg] fix regressions on macOS * [libtins] fix regression * force rebuild windows regressions, unable to reproduce locally * [mosquitto] enable non-win32 builds * [json-dto] force rebuild, unable to reproduce regression locally * [many ports] uniform naming and path length requests * fix regression * fix regression * [ffmpeg] fixes for downstream projects * clean up - thanks to reviewers * trigger rebuild of regressions on macOS * trigger rebuild of regressions on macOS - part2 * Add core back * Use VCPKG_CONCURRENCY * Add core back to suitesparse * Add core back to curl * Add core back to magnum * Add core back to magnum * Add core back to magnum * Add core back to cgal
2019-06-10[vcpkg] Add optional 'Homepage' field to CONTROL (#6844)Phil Christensen
* [control file] Add optional 'Homepage' tag This allows a 'Homepage' tag to be added to a port in order to support changes such as PR #2933. It currently does not do anything with it. * [docs] Add Homepage to the control file documentation * move urls from descriptions to homepage field.
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-04-30[many ports] Updates 2019.04.19 (#6155)Robert Schumacher
* [many ports] Updates 2019.04.19
2019-04-15[many ports] Updates 2019.03.29 (#5698)Robert Schumacher
* Updates 2019.03.29 * Undo changes to 4 ports(rocksdb tbb thrift uwebsockets) due to failures * [folly] Fix target files in debug mode * Undo glog changes since it caused sophus openmvg and cartographer failures * Undo Folly changes since it cause wangle failed * Undo Folly portfile
2019-02-07[Catch2] Upgrade to 2.6.0 (#5327)MikeGitb
2019-01-09Updates 2018.12.14Robert Schumacher
2018-11-08Updates 2018.11.01Robert Schumacher
2018-10-25Upgrades 2018.10.11Robert Schumacher
2018-09-05Updated Catch2 to 2.4.0Daniel Marshall
2018-07-30[Catch2] Update to 2.3.0 (#3959)MikeGitb
* [Catch2] Update to 2.3.0 * [Catch2] Fix version in CONTROL file to 2.3
2018-06-12Upgrades for 2018.06.12Robert Schumacher
2018-04-06[aws-sdk-cpp][catch2][exiv2][forest][nuklear][rs-core-lib][thrift] UpgradesRobert Schumacher
2018-03-22[catch2] Use upstream github repo, which also generates cmake config targets.Robert Schumacher
2018-03-11Update Catch to 2.2.1 (#3004)Martin Hořeňovský
2018-03-07Update Catch to 2.2.0 (#2981)Martin Hořeňovský
2018-02-09Update Catch to 2.1.2 (#2763)Martin Hořeňovský
2018-01-26Update Catch to 2.1.1Martin Hořeňovský
2018-01-18[catch2] Fix hashes and CONTROLRobert Schumacher
2018-01-12Add specific port for Catch2Martin Hořeňovský