diff options
| author | Viliam Lejčík <34658965+lejcik@users.noreply.github.com> | 2021-02-11 09:54:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 00:54:25 -0800 |
| commit | f9d514aea5da5294a80ab081e84d9bcca1c9939f (patch) | |
| tree | e0782441da682bfce5e7c8a0cd8d32f55c480bf3 /versions/r-/restc-cpp.json | |
| parent | d6105181a3754cdc70f3d4e338cd8dd93bcf4d3b (diff) | |
| download | vcpkg-f9d514aea5da5294a80ab081e84d9bcca1c9939f.tar.gz vcpkg-f9d514aea5da5294a80ab081e84d9bcca1c9939f.zip | |
[restc-cpp] new port (#15739)
* [restc-cpp] new port
* Updated port's version-string
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [restc-cpp] added port version
* [restc-cpp] new port
* Updated port's version-string
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [restc-cpp] added port version
* [restc_cpp] updated MSVC CRT linkage
* [restc-cpp] reformated vcpkg.json
* [restc-cpp] updated port's version
* [restc-cpp] excluded dependency on cmake external projects
* [restc-cpp] updated version hash
* [rest-cpp] Remove changes about CRT linkage
* update version record
* Update ports/restc-cpp/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [restc-cpp] added an error message for mutual exclusive logging features
* [restc-cpp] updated port version
* Updated ports/restc-cpp/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/restc-cpp/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [restc-cpp] updated port version
* [restc-cpp] version file has to declare version as 'version-semver'
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions/r-/restc-cpp.json')
| -rw-r--r-- | versions/r-/restc-cpp.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/versions/r-/restc-cpp.json b/versions/r-/restc-cpp.json new file mode 100644 index 000000000..5cd8c3ee7 --- /dev/null +++ b/versions/r-/restc-cpp.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "5b6f1ef4d2f26a9053f956fe044300e3d0bed2cd", + "version-semver": "0.10.0", + "port-version": 0 + } + ] +} |
