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
2021-05-21gsl::at behavior change regarding gsl::span (#985)Jordan Maples [MSFT]
2020-11-12suppress bounds.1 (#950)beinhaerter
2020-10-30renaming main logic files. Added warning message of the removal and include p...Jordan Maples [MSFT]
2020-10-29Fix C26481 warning in span array ctor (#944)Jordan Maples [MSFT]
2020-10-25use `narrow_cast`tjs137
2020-10-20Update include/gsl/spanbeinhaerter
2020-10-20Update include/gsl/spanbeinhaerter
2020-10-14eliminate warning, use narrow_cast instead of static_castWerner Henze
2020-07-15remove gsl namespace qualification within the gsl namespaceJordan Maples
2020-05-29Add string_view test case and modify deduction guidesCasey Carter
2020-05-29adding container ctadJordan Maples
2020-05-27Merge pull request #886 from JordanMaples/dev/jomaples/build_matrixJordan Maples [MSFT]
2020-05-21Merge pull request #857 from pps83/master-natvisJordan Maples [MSFT]
2020-05-21fixing clang build breakJordan Maples
2020-05-21addressing Stephan's commentsJordan Maples
2020-05-21fix spacingJordan Maples
2020-05-20Finished integrating CaseyCarter's changes into spanJordan Maples
2020-05-20implementing some of Casey's recommendationsJordan Maples
2020-05-20renaming extent to prevent shadowing of static memberJordan Maples
2020-05-20addressing most of Casey's commentsJordan Maples
2020-05-20initial impl of P1976R2Jordan Maples
2020-05-14removing breaking test code. removing compiler versions n-2 and beyond from t...Jordan Maples
2020-05-13Update spanJordan Maples [MSFT]
2020-05-13pushing bad code that only reveals itself in gcc < 6 to test the allow_failur...Jordan Maples
2020-05-13changing matrices and removing msc < 1910 work aroundsJordan Maples
2020-04-23Merge pull request #870 from beinhaerter/suppress_span_warningv3.0.13.0.1Jordan Maples [MSFT]
2020-04-23Removed unused #includeNicholas Londey
2020-04-19suppress code analysis warningWerner Henze
2020-04-14implement LWG3320 by deleting const_iterator and const_reverse_iteratorJordan Maples
2020-03-27Fix debugger visualizer for Ext=gsl::dynamic_extentPavel P
2020-03-18applied clang-formatJordan Maples
2020-03-18discussed the issue with Casey Carter, the span ctor changes are accurate but...Jordan Maples
2020-03-17test commit to get extra eyes on the problemJordan Maples
2020-02-26add back array header, will remove in separate prJordan Maples [MSFT]
2020-02-26just pulling in array header if we detect apple clangJordan Maples [MSFT]
2020-02-25testJordan Maples [MSFT]
2020-02-25disgusting test to get apple clang to work, dont look at itJordan Maples [MSFT]
2020-02-25apple-clang failed again, forcing class instead of structJordan Maples [MSFT]
2020-02-25fix apple clang forward declarationJordan Maples [MSFT]
2020-02-24clang defines struct as array where msvc and g++ define it as class.Jordan Maples [MSFT]
2020-02-24forward declare span and remove headerJordan Maples [MSFT]
2020-02-20splitting up span's standard and non-standard behaviorJordan Maples [MSFT]
2020-02-19rewrite operators in iterator to take advantage of nrvoJordan Maples [MSFT]
2020-02-19addressing commentsJordan Maples [MSFT]
2020-02-15addressing a few more comments and adding gsl-std span compatibility testsJordan Maples [MSFT]
2020-02-12reviewed the pr in its entirety and made some slight modifications. Removed a...Jordan Maples [MSFT]
2020-02-11address issue with v140 toolsetJordan Maples [MSFT]
2020-02-11msvc and gcc work locallyJordan Maples [MSFT]
2020-02-08address build failuresJordan Maples [MSFT]
2020-02-08constexpr the make_subspan calls.Jordan Maples [MSFT]