aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #812 from JordanMaples/dev/jomaples/typo_fixesJordan Maples [MSFT]2019-10-032-3/+3
|\
| * Guideline -> GuidelinesJordan Maples2019-10-022-3/+3
| * Merge pull request #1 from microsoft/masterJordan Maples [MSFT]2019-08-304-4/+3
| |\
* | | Update README.mdJordan Maples [MSFT]2019-09-041-0/+2
* | | Merge pull request #803 from B1Z0N/masterJordan Maples [MSFT]2019-09-042-2/+6
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' of https://github.com/B1Z0N/GSLB1Z0N2019-09-014-4/+3
| |\ \ | |/ / |/| |
* | | Merge pull request #769 from jack17529/patch-1Jordan Maples [MSFT]2019-08-151-1/+1
|\ \ \
| * | | Update spanJACK_17292019-02-201-1/+1
* | | | Merge pull request #800 from eyalroz/masterJordan Maples [MSFT]2019-08-151-1/+0
|\ \ \ \
| * | | | Fixes #798 : Dropped inclusion of `gsl/pointers` in `string_span`.Eyal Rozenberg2019-08-051-1/+0
| | |_|/ | |/| |
* | | | Fix GNUC typo (#780)Johel Ernesto Guerrero Peña2019-08-141-1/+1
* | | | Fixed check if std::byte is available (#764)beinhaerter2019-08-141-1/+1
|/ / /
| | * Fixed memory leaksB1Z0N2019-09-011-0/+4
| | * Thanks to @stayprivates fixed out of bounds access in "TestNotNullostream"B1Z0N2019-09-011-2/+2
| |/ |/|
* | Add Visual Studio 2019 image for tests (#787)NN2019-06-121-7/+13
* | make TypeListIndexer constexpr (#733)Ian Taylor2019-06-061-5/+5
* | add value_type size_type for string_span (#727)Fei Sun2019-04-111-0/+3
|/
* added clang7.0 to Travis configuration and README (#763)Anna Gringauze2019-01-162-1/+27
* Clang cl (#762)Anna Gringauze2019-01-1517-106/+213
* Make narrow constexpr (#698)Johel Ernesto Guerrero Peña2019-01-142-0/+13
* Dev/annagrin/remove explicit not null constructor (#743)Anna Gringauze2019-01-148-292/+385
* Make CheckRange constexpr (#754) (#755)Alex Green2019-01-141-1/+1
* Fixes CMAKE_VERSION check (#759)k-brac2019-01-141-1/+1
* Suppress Warnings in GSL Headers (#731)hannesweisbach2018-11-281-5/+15
* added noexcept to get rid off VC warning con.4 (#748)beinhaerter2018-11-281-1/+1
* Fix spelling of library name (#747)Stefan Dinkelacker2018-11-281-2/+2
* Use the c++17 constexpr if in CheckRange if possible (#753)kile02018-11-281-0/+4
* Dev/annagrin/fix span size test gcc (#750)Anna Gringauze2018-11-271-3/+4
* Span can be constructed from empty std::array safely (#686)Dave Hill2018-11-052-10/+26
* make BoundsRanges constexpr (#732)Ian Taylor2018-11-051-31/+31
* span constructor no address (#723)Anna Gringauze2018-08-192-17/+42
* better check for branch opt (#724)Anna Gringauze2018-08-191-2/+1
* Fix #717 - Add empty() to strided_span (#718)Stephan Dollberg2018-08-172-0/+5
* Dev/annagrin/explicit notnull transition description (#722)Anna Gringauze2018-08-171-0/+10
* Dev/annagrin/opt neg branch (#721)Anna Gringauze2018-08-171-26/+38
* Dev/annagrin/sloppy not null (#712)Anna Gringauze2018-08-135-10/+254
* Dev/annagrin/make not null (#711)Anna Gringauze2018-08-132-0/+66
* fixed typoAnna Gringauze2018-08-121-1/+1
* fix cppcorecheck warnings (#703)Anna Gringauze2018-08-1225-503/+940
* replace uses of GSL_NOEXCEPT macro (#719)Anna Gringauze2018-08-122-246/+229
* Explicitly check for availability of std::byte (fixes #713) (#714)Stefan Reinhold2018-08-031-2/+9
* Suppress warnings on VS (#642)beinhaerter2018-07-312-0/+20
* Dev/annagrin/failfast in noexcept mode windows (#710)Anna Gringauze2018-07-311-1/+8
* Test broken size (#704)Daniel5992018-07-131-0/+17
* Added c++17 test configurations for clang5.0 and clang6.0 (#697)Anna Gringauze2018-06-151-7/+12
* Added testing for c++17 to latest compilers with test with (#692)Anna Gringauze2018-06-154-41/+86
* Fix GCC8 warnings 'useless cast to type'. (#691)Matthieu Poullet2018-06-151-2/+2
* fix gcc build (gcc 7) (#690)menete2018-06-083-11/+38
* Added template argument deduction for not_null (#689)Anna Gringauze2018-06-074-4/+80
* Add as_bytes for basic_string_span, fixes issue #655 (#683)beinhaerter2018-05-282-0/+34