forked from pool/ms-gsl
Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8d0d9b5038 | |||
| 73c1ff1a65 | |||
| d4ec2efde8 |
11
README.md
Normal file
11
README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# ms-gsl
|
||||
|
||||
URL: [GSL](https://github.com/microsoft/GSL)
|
||||
|
||||
----
|
||||
|
||||
The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation. This repo contains Microsoft's implementation of GSL.
|
||||
|
||||
The entire implementation is provided inline in the headers under the gsl directory. The implementation generally assumes a platform that implements C++14 support.
|
||||
|
||||
While some types have been broken out into their own headers (e.g. gsl/span), it is simplest to just include gsl/gsl and gain access to the entire library.
|
||||
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1765825903
|
||||
commit: 617a914287551baee7bac9b09e730f1a983e3ba4ac4924210fbcde5e7720673e
|
||||
url: https://src.opensuse.org/sbradnick/ms-gsl
|
||||
revision: main
|
||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c04d0588ab58d10b9a375c88ec1968ae7062d55aebc84227e6ed47ab60ffeaf
|
||||
size 296
|
||||
BIN
ms-gsl-4.2.0.tar.gz
LFS
BIN
ms-gsl-4.2.0.tar.gz
LFS
Binary file not shown.
BIN
ms-gsl-4.2.1.tar.gz
LFS
Normal file
BIN
ms-gsl-4.2.1.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 15 19:10:40 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Adding 'Source100: README.md' as the README is suggested at src.opensuse.org
|
||||
setup, otherwise get the following message:
|
||||
* "Attention, "README.md" is not mentioned in spec files as source or patch."
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 8 18:47:52 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Update to upstream version 4.2.1
|
||||
* This is a patch release that corresponds with the current tip of the
|
||||
rel/4.2 branch.
|
||||
* Bug Fixes
|
||||
- Fixed an issue with the v4.2.0 GSL release #1224
|
||||
* https://github.com/microsoft/GSL/issues/1224
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 19 15:01:50 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
|
||||
@@ -17,12 +17,13 @@
|
||||
|
||||
|
||||
Name: ms-gsl
|
||||
Version: 4.2.0
|
||||
Version: 4.2.1
|
||||
Release: 0
|
||||
Summary: Guidelines Support Library
|
||||
License: MIT
|
||||
URL: https://github.com/Microsoft/GSL
|
||||
Source: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source100: README.md
|
||||
BuildRequires: git-core
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
|
||||
Reference in New Issue
Block a user