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
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-23Merge pull request #874 from JordanMaples/dev/jomaples/multi_span-cleanupJordan Maples [MSFT]
2020-04-23Removed unused #includeNicholas Londey
2020-04-23Update include/gsl/gslJordan Maples [MSFT]
2020-04-22Changed implementation of gsl::narrow to throw gsl::narrowing_errorNicholas Londey
2020-04-22fully qualify ptrdiff_t in multi_span and remove it from gsl\gslJordan Maples
2020-04-19suppress code analysis warningWerner Henze
2020-04-15adding back free functions for [c|cr][begin|end]Jordan Maples
2020-04-14implement LWG3320 by deleting const_iterator and const_reverse_iteratorJordan Maples
2020-04-13Merge pull request #823 from RedDwarf69/std_byte_fixJordan Maples [MSFT]
2020-04-09Merge branch 'master' into dev/jomaples/LWG3255Jordan Maples
2020-04-09Solve MSVC warning C4668: __GNUC__ & __clang__ not defined as a preprocessor ...Farwaykorse
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-03-12update kernel mode detection macroJordan Maples
2020-03-06shuffle around code to bring includes to top.Jordan Maples
2020-03-06added some comments and ran clang-formatJordan Maples
2020-03-04moving exception includeJordan 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]