Package libmicrosoft-gsl: Information

    Source package: libmicrosoft-gsl
    Version: 3.0.1-alt1
    Build time:  May 14, 2020, 05:46 PM in the task #250901
    Category: Development/C++
    Report package bug
    License: MIT
    Summary: Guidelines Support Library
    Description: 
    The Guideline 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 library includes types like span<T>, string_span, owner<> and others.
    
    The entire implementation is provided inline in the headers under the gsl directory.
    The implementation generally assumes a platform that implements C++14 support.
    There are specific workarounds to support MSVC 2013 and 2015.
    
    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.

    List of rpms provided by this srpm:
    libmicrosoft-gsl-devel (x86_64, ppc64le, i586, aarch64)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov

      1. gcc-c++
      2. cmake

    Last changed


    May 4, 2020 Vitaly Lipatov 1:3.0.1-alt1
    - new version (3.0.1) with rpmgs script
    - switch from catch2 to google test (disable google test for a time)
    - build from tarball
    Jan. 26, 2020 Vitaly Lipatov 1:2.1.0-alt1
    - new version (2.1.0) with rpmgs script
    - move headers to include/gsl
    June 18, 2018 Vitaly Lipatov 20180615-alt1
    - Revert "not_null constructor is now explicit (#659)", see #699