Commit Graph

15 Commits

Author SHA1 Message Date
JonLiu1993
870165b0f6
[CPR] Update to version 1.9.0 (#25244)
* [CPR] Update to 1.8.3 (again, see details)

* update version

* [CPR] Update to 1.8.4

* update version

* [CPR] Update to 1.9.0

* remove v1.8.4 in cpr.json

* update version
2022-07-18 14:26:53 -07:00
JonLiu1993
a5d6d14516
[cpr] update to 1.8.3 (#24590)
* [cpr] update to 1.8.3

* update version
2022-05-06 21:39:42 -07:00
Thomas1664
f34e5902f1
[cpr] update to 1.8.1 (#23984)
* [cpr] update to 1.8.1

* version

* license

* version

* Don't use curl default features

* version
2022-04-06 12:03:32 -07:00
Mengna Li
2fee3d30d0
update cpr version to 1.7.2 (#22133) 2021-12-21 23:18:29 -05:00
Frank
9932f44008
[cpr] update to <1.7.0> (#21807)
* [cpr] update version to 1.7.0

* update version

* update version

* update versions

* del_version

* test

* update patch

* update version

* update patch

* update patch

* update version

* update patch

* update version

* update patch

* update version
2021-12-06 20:21:05 -08:00
Ryan Mast
3422caf654
[cpr] update repository location (#20801)
* [cpr] update repository location

* [cpr] replace deprecated vcpkg cmake functions with new ones

* [cpr] increment port-version

* Update CI baseline
2021-10-18 14:21:39 -07:00
NancyLi1013
44fd9d8c32
[cpr] Update to 1.6.2 (#18386)
* [cpr] Update to 1.6.2

* Update version files

* Update patch

* Update verison files

* Update ports/cpr/portfile.cmake

* Update versions/c-/cpr.json

* Fix build error on uwp

* Update versions/c-/cpr.json

* Add condition for uwp patch

* Update versions/c-/cpr.json

* Update ports/cpr/portfile.cmake

* Update versions/c-/cpr.json
2021-06-21 14:23:26 -07:00
Fabian Sauter
878d5a5921
[cpr] Updated to 1.5.2 (#14131)
* Updated cpr to 1.5.2

* Updated the cpr SHA512
2020-10-20 14:45:01 -07:00
Jack·Boos·Yu
26279b79d0
[cpr/crc32c] Update version (#13678) 2020-10-13 15:02:41 -07:00
Phoebe
9ffac4d56e [Curl] Upgrades 2019.05.08 (#6429)
* [Curl] Upgrades 2019.05.08

* merge changes from master

* Fix cpr failure

* Fix the case issue in Linux

* Update patch and portfile

* Update the portfile that changed by my mistake

* [curl] Update to 7.65.0 to skip USE_DARWINSSL regression. Disable PERL since we don't build the manual anyway.

* Rename DARWINSSL to SECTRANSP

* Update the name and error detect
2019-05-26 16:53:41 -07:00
Youngho Kim
442d5c1b54 [cpr] added find_package for cpr on install (#3185)
* 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 17:14:26 -07:00
Alexej Harm
b5ae25cf3d [cpr] Changed library linkage to static. (#5705)
* [cpr] Changed library linkage to static.

* [cpr] Removed unintentional file.

* [cpr] Cleanup and bump version
2019-03-21 10:15:37 -07:00
Robert Schumacher
d026905ae9 [cpr] Enable dynamic builds via CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS 2017-06-20 15:37:30 -07:00
Michael Offel
7b5093984f make copy less verbose 2017-06-20 02:17:56 +02:00
Michael Offel
5ff2ec2032 add c++ requests 1.3.0 port 2017-06-20 01:59:25 +02:00