Skip to content

Commit

Permalink
[gsl-lite] Update to 0.38.0 (microsoft#16984)
Browse files Browse the repository at this point in the history
* [gsl-lite] Update to 0.38.0

* [gsl-lite] Update version registry

* Re-run "vcpkg x-add-version"
mbeutel authored Apr 2, 2021
1 parent 69f5165 commit 0a251ca
Showing 5 changed files with 15 additions and 8 deletions.
4 changes: 0 additions & 4 deletions ports/gsl-lite/CONTROL

This file was deleted.

6 changes: 3 additions & 3 deletions ports/gsl-lite/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO gsl-lite/gsl-lite
REF 4b796627ad0fa42640f5fdb96f23c4a0d9ee084f
SHA512 c0943824149b17c66947160bd83f3b14b821ba14bba02247546bd98d2b2809fae611e7841000fbe3be8f675cd076585f12ede05366fd1f9ba96a1067ac63ef43
REF f829848572e68102f9012b75ebc5d79a653f9d8c
SHA512 db9b72ef04c928f0b23be0c9603dca8ce317762a44247b1fc8538d2c9701ced43f8fefad4516298040860598d0f3ea26990de6f52e2835a479c68ab561f3b1d3
HEAD_REF master
)

@@ -16,7 +16,7 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH "lib/cmake/gsl-lite")

file(WRITE ${CURRENT_PACKAGES_DIR}/include/gsl-lite.hpp "#ifndef GSL_LITE_HPP_VCPKG_COMPAT_HEADER_INCLUDED
#define GSL_LITE_HPP_VCPKG_COMPAT_HEADER_INCLUDED
#pragma message(\"The header <gsl-lite.hpp> is deprecated and provided only for compatibility; please include <gsl/gsl-lite.hpp> instead.\")
#pragma message(\"The header <gsl-lite.hpp> is deprecated and provided by Vcpkg for compatibility only; please include <gsl/gsl-lite.hpp> instead.\")
#include <gsl/gsl-lite.hpp>
#endif // GSL_LITE_HPP_VCPKG_COMPAT_HEADER_INCLUDED")

6 changes: 6 additions & 0 deletions ports/gsl-lite/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "gsl-lite",
"version": "0.38.0",
"description": "A single-file header-only implementation of ISO C++ Guidelines Support Library (GSL) for C++98, C++11 and later.",
"homepage": "https://github.com/gsl-lite/gsl-lite/"
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
@@ -2353,7 +2353,7 @@
"port-version": 0
},
"gsl-lite": {
"baseline": "0.37.0",
"baseline": "0.38.0",
"port-version": 0
},
"gsoap": {
5 changes: 5 additions & 0 deletions versions/g-/gsl-lite.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e72d735460dca6a55ce1f4b76bbaf65ad34d5584",
"version": "0.38.0",
"port-version": 0
},
{
"git-tree": "d043228295d723584f0143ed1395945c677e05e9",
"version-string": "0.37.0",

0 comments on commit 0a251ca

Please sign in to comment.