Commit Graph

24 Commits

Author SHA1 Message Date
Rémy Tassoux
b28cddc45f
[catch2] Update to 3.3.1 (#29357)
* [catch2] Update to 3.3.1

* [catch2] Update version files
2023-02-02 16:52:36 -08:00
Henrik Gaßmann
376730940b
[catch2] Add version 3.3.0 (#29146)
* [catch2] Add version 3.3.0

* [catch2] Update version database
2023-01-24 00:29:50 -08:00
Rémy Tassoux
d339eededc
[catch2] Update to 3.2.1 (#28351)
* [catch2] Update to 3.2.1

* [catch2] Update version files
2022-12-15 11:23:24 -08:00
Rémy Tassoux
d7bc6fd368
[catch2] Update to 3.2.0 (#28013)
* [catch2] Update to 3.2.0

* [catch2] Update version files
2022-11-28 11:14:07 -08:00
autoantwort
7ad236f60f
[catch2] no absolute paths (#27320) 2022-10-24 17:54:40 -07:00
General Jack O'Neill
1ee8161cd5
Star gate one catch2 fix 27338 (#27339)
* StarGate-One-catch2-fix-27338 Hash Correction

* StarGate-One-catch2-fix-27338 Update Versions
2022-10-19 18:11:26 -07:00
Rémy Tassoux
58f487407a
[catch2] Update to 3.1.1 (#27282)
* [catch2] Update to 3.1.1

* [catch2] Update version files
2022-10-18 18:28:51 -07:00
Frank
fc5a7c6d6e
[catch2] build static lib on WIN32 (#27021)
* [catch2] build static lib on WIN32

* update version

* del the patch

* update version
2022-09-30 14:48:11 -07:00
Rémy Tassoux
0a4f1db580
[catch2] Update to 3.1.0 (#25874)
* [catch2] Update to 3.1.0

* [catch2] Update version files

* [catch2] Fix dll intallation paths

* [catch2] Update version files

* [catch2] Fix UWP build failure

* [catch2] Update version files
2022-09-02 10:41:49 -07:00
Billy O'Neal
50fe35a3c3
[catch2] Set CMAKE_CXX_STANDARD to 17. (#25019)
https://github.com/microsoft/vcpkg/pull/24762#issuecomment-1139457412 indicates that building for C++17 will include extra catch2 formatters for types like std::string_view, so we should build catch2 with that version selected.
2022-06-23 14:07:39 -07:00
Rémy Tassoux
2e781b513f
[catch2] Reenable extras files (#24790)
* [catch2] Reenable extras files

* [catch2] Update version files
2022-05-18 15:39:40 -07:00
Rémy Tassoux
f594be6a5b
[catch2] Update to 3.0.1 (#24762)
* [catch2] Update to 3.0.1

* [catch2] Update version files

* [catch2] Move catch2main.lib to the manual-link folder

* [catch2] Update version files

* [catch2] Fix catch2main library path on every platform

* [catch2] Update version files
2022-05-18 02:27:58 -07:00
Billy O'Neal
ad06b4e869
[catch2] Fix missing # in portfile.cmake. (#24705) 2022-05-13 12:48:28 -07:00
JonLiu1993
24ed115a89
[Catch2] update to 2.13.9 (#24577)
* [Catch2] update to 2.13.9

* update version
2022-05-06 17:11:33 -07:00
Thomas1664
6f9687b7ec
[catch2] Don't install docs (#24046)
* [catch2] Don't build docs

* version
2022-04-11 08:49:47 -07:00
Yury Bura
719254050a
[catch2] update to v2.13.8 (#22310)
* [catch2] update to v2.13.8

* update versions
2022-01-03 13:41:45 -08:00
JonLiu1993
18c9639021
[Catch2] Update catch2 HEAD_REF from master to devel (#21660)
* [Catch2] Fix install from head

* update version

* change catch2 HEAD_REF

* update version
2021-11-26 01:07:46 -08:00
Rayan
38d6712d56
[catch2] Guard build type for Catch2 (#19793)
* guard build type for catch2

* update port-version

* update baseline & version
2021-09-03 17:01:51 -07:00
Ryan
7bdf2f8e85
[catch2] Update to version 2.13.7 (#19376)
* update version to 2.13.7

* fixup deprecated functions

* apply cmake quoting guidelines

* update baseline

* remove unneeded quotes

* update baseline

* update baseline

* restore versions from master

* add new versions
2021-08-12 23:37:35 -07:00
NancyLi1013
646aa7d8c0
[catch2] Support static build (#19396)
* [catch2] Update to 1.13.7 and support static build

* Update version files

* Revert the new version update changes

* Update version files

* Update versions/c-/catch2.json

* Fix install path for lib and pkgconfig

* Update versions/c-/catch2.json
2021-08-10 00:59:01 -07:00
LE GARREC Vincent
fc6d2ed5b9
[catch2] Fix linux build in NTFS fs (#18814)
file(RENAME Camel lower) works fine when running vcpkg in
Windows Powershell with triplet x64-windows in NTFS fs.

file(RENAME Camel lower) does not work fine when running vcpkg in
WSL with triplet x64-linux in NTFS.
2021-07-06 13:36:25 -07:00
georg-emg
2f9972005f
[catch2] updated catch2 to version 2.13.6 (#17435)
* - 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-05-21 01:35:18 -07:00
Michael Wild
f9bd4c8740
[catch2] Fix share/catch2 directory name conflict (#17271)
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.
2021-04-19 16:48:12 -07:00
nicole mazzuca
68a74950d0
[vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00