Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-29Fixed wrong version number in exported CMake configs. (#1027)v4.0.0Vitaly Zaitsev
2021-01-20Fixing cmake developer warning (#972)jpr89
2021-01-08Minor cmake nitpicks (#969)hdf89shfdfs
2021-01-05Reintroduce CMake changes that were reverted in #966 (#967)Jordan Maples [MSFT]
2021-01-05Revert "[cmake] Adding options for INSTALL and TEST (#964)" (#966)Jordan Maples [MSFT]
2021-01-04[cmake] Adding options for INSTALL and TEST (#964)hdf89shfdfs
2020-12-15Minor cmake changes (#961)hdf89shfdfs
2020-12-03Remove unneccesssary compile definitions (#957)hdf89shfdfs
2020-11-17Use CMAKE_CXX_STANDARD when available (#953)hdf89shfdfs
2020-10-23added GSL_ prefix to VS_ADD_NATIVE_VISUALIZERSJordan Maples
2020-06-07Added ARCH_INDEPENDENT parameter to write_basic_package_version_file().Vitaly Zaitsev
2020-06-04update cmake project version to reflect upcoming GSL 3.1.0 releaseJordan Maples
2020-05-08Merge pull request #884 from dipidoo/masterJordan Maples [MSFT]
2020-05-04forces GTEST_HAS_DEATH_TESTBas Hendri
2020-04-28CMakeLists: Drop ARCH_INDEPENDENT as it does not supported via old CMakeleha-bot
2020-04-26CMakeLists: add VERSION to project() and packageAlex
2020-04-17Fixed installation on GNU/Linux distributions.Vitaly Zaitsev
2020-03-26Merge branch 'master' into TravisCIRoelf-Jilling
2020-02-08Add Microsoft.GSL::GSL alias for GSLHannes Steffenhagen
2020-02-08Remove PUBLIC_HEADER attribute from `install` commandHannes Steffenhagen
2020-02-08Make GSL includes based on CMAKE_INSTALL_INCLUDEDIRHannes Steffenhagen
2020-01-16TravisCI: validate CMake configuration with all supported releasesRoelf-Jilling
2019-05-09Merge branch 'master' into hunterizationHannes Steffenhagen
2019-01-15Fixes CMAKE_VERSION check (#759)k-brac
2018-11-29Suppress Warnings in GSL Headers (#731)hannesweisbach
2018-07-17Fix naming of exported CMake configuration fileStefan Reinhold
2018-07-17Export target GSL in namespace Microsoft.GSLStefan Reinhold
2018-07-17Do not install .natvis files.Stefan Reinhold
2018-07-17Fix INSTALL_INTERFACE for exported targetStefan Reinhold
2018-07-17Fix for Windows: CMake complains about INTERFACE_SOURCES directoryStefan Reinhold
2018-07-17Make library importable by CMake using find_packageStefan Reinhold
2018-06-15Added testing for c++17 to latest compilers with test with (#692)Anna Gringauze
2018-06-07Added template argument deduction for not_null (#689)Anna Gringauze
2018-04-27v2.0 Patch (#641)Rian Quinn
2018-02-14Fix wrong check of the CMAKE_VERSION (#602)Jérémie Delaitre
2017-11-28Visual Studio Debug Visualizers support (#575)paweldac
2017-09-07Adds an option to disable test generation (#552)bfierz
2017-08-17Allow to use system version of the catch test framework (#549)Nicholas Guriev
2017-07-13Move from unittest-cpp to catch for unit testing. (#533)Neil MacIntosh
2017-04-26Update CMake usage (#493)Tiago
2017-02-08Cleanup include structure, constexpr and noexcept compiler workarounds.Casey Carter
2016-11-17Add a copy() function for span.MikeGitb
2016-08-24Update CMakeLists.txtNeil MacIntosh
2016-08-10Removed .h extension from header files.Galik
2016-08-09Renamed include/ folder to gsl/ to make including the library consistentgalik
2015-11-21Add CMake install target for header filesJason Horsburgh
2015-09-23add travis testing (gcc5, clang36)Tamas Kenez
2015-08-21Initial commit of library files.Neil MacIntosh