Rémy Tassoux
ca00cb2cbf
[catch2] Update to 3.5.3 ( #37198 )
...
Update catch2 port from 3.5.2 to 3.5.3 :
https://github.com/catchorg/Catch2/releases/tag/v3.5.3
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md ).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt )
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-03-07 22:39:10 -08:00
Rémy Tassoux
e6aaec7b92
[catch2] Update to 3.5.2 ( #36185 )
...
* [catch2] Update to 3.5.2
* [catch2] Update version files
2024-01-16 10:51:41 -08:00
Rémy Tassoux
e43977947d
[catch2] Update to 3.5.1 ( #36053 )
...
* [catch2] Update to 3.5.1
* [catch2] Update version files
2024-01-08 13:07:07 -08:00
Bruce Mitchener
9bc9d57943
[catch2] Update to 3.5.0 ( #35634 )
...
Also, update the description as v3 is no longer header-only.
2023-12-13 23:32:44 -08:00
Rémy Tassoux
c55b665e97
[catch2] Update to 3.4.0 ( #32867 )
...
* [catch2] Update to 3.4.0
* [catch2] Update version files
2023-08-01 09:20:26 -07:00
Kai Pastor
4cdccc30bd
[catch2] Fix catch2-with-main.pc ( #32047 )
2023-06-21 22:31:23 -07:00
Rémy Tassoux
b51f391cd8
[catch2] Update to 3.3.2 ( #30073 )
...
* [catch2] Update to 3.3.2
* [catch2] Update version files
* [catch2] Change version-semver to version
* [catch2] Update version files
* [catch2] Revert version type change
2023-03-16 17:57:32 -07:00
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