aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Corrected SFINAE for conversion constructors on span.Neil MacIntosh2016-09-122-39/+10
| * | Added inline to byte member functions to fix MSVC 2013 warningsNeil MacIntosh2016-09-131-8/+8
| |\ \
| | * | Added inline to fix compilation warnings on msvc 2013Steve Brain2016-09-131-8/+8
| | |/
| * | Added to_byte() helper function to fix issue #329Neil MacIntosh2016-09-132-18/+57
| |\ \ | | |/ | |/|
| | * Merge remote-tracking branch 'Microsoft/master'Kris2016-09-073-1/+23
| | |\ | | |/ | |/|
| * | Fix #350 typo in operator | for gsl::byte.Neil MacIntosh2016-09-061-1/+1
| |\ \
| | * | Fix typo in operator | for gsl::byte.Neil MacIntosh2016-09-061-1/+1
| |/ /
| * | Fix #247: add to_basic_string().Neil MacIntosh2016-09-042-0/+22
| |\ \
| | * | Add to_basic_stringGary Furnish2016-09-042-0/+22
| |/ /
| | * Issue #329, fixed build issues on clangKris2016-09-071-3/+4
| | * Issue: #329Kris Cruickshank2016-09-072-21/+48
| | * Added to_byte method for issue #329Kris2016-08-282-18/+29
| |/
| * Fix #340: define constexpr as /*constexpr*/ when unavailable (also noexcept)Neil MacIntosh2016-08-276-15/+15
| |\
| | * Define constexpr as /*constexpr*/ when unavailable (also noexcept)Martin Moene2016-08-246-15/+15
| * | Specialize gsl::at for spanNeil MacIntosh2016-08-252-0/+15
| |\ \
| | * | Specialize gsl::at for spanericLemanissier2016-08-232-0/+15
| * | | Fix #332: update CMakeLists.txt to install all headersNeil MacIntosh2016-08-241-0/+3
| |\ \ \ | | |_|/ | |/| |
| | * | Update CMakeLists.txtNeil MacIntosh2016-08-241-0/+3
| |/ /
| * | Fix issue #315: Provide platform support for strnlenNeil MacIntosh2016-08-191-4/+29
| |\ \ | | |/ | |/|
| | * Fix issue: Provide platform support for strnlenRian Quinn2016-08-181-4/+29
| |/
| * Fix #323 - Badly positioned noexceptNeil MacIntosh2016-08-152-2/+2
| |\
| | * Add missing newline at end of fileVincent Isambart2016-08-131-1/+1
| | * Fix #323 - Badly positioned noexceptVincent Isambart2016-08-131-1/+1
| * | Fix inconsistent namingNeil MacIntosh2016-08-152-4/+4
| |\ \ | | |/ | |/|
| | * Fix inconsistent namingEFanZh2016-08-142-4/+4
| |/
| * Added basic test for interop with std::regex as per Issue #271.Neil MacIntosh2016-08-101-0/+24
| |\
| | * Added basic test for interop with std::regex as per Issue #271.Neil MacIntosh2016-08-101-0/+24
| * | Support iterator conversions as per Issue #252Neil MacIntosh2016-08-103-196/+152
| |\ \ | | |/ | |/|
| | * Merge branch 'master' into dev/neilmac/iteratorsNeil MacIntosh2016-08-1021-38/+62
| | |\ | | |/ | |/|
| * | PR #319 Removed .h extension from header files.Neil MacIntosh2016-08-1021-35/+34
| |\ \
| | * | Removed .h extension from header files.Galik2016-08-1021-35/+34
| |/ /
| * | Added some tests to ensure Issue #305 doesn't recur.Neil MacIntosh2016-08-091-0/+7
| |\ \
| | * \ Merge branch 'master' into dev/neilmac/spans_in_mapsNeil MacIntosh2016-08-0921-23/+41
| | |\ \ | | |/ / | |/| |
| * | | PR #317 renaming include/ folder to gsl/ to address issue #277Neil MacIntosh2016-08-0921-22/+37
| |\ \ \
| | * | | Renamed include/ folder to gsl/ to make including the library consistentgalik2016-08-0921-22/+37
| |/ / /
| * | | Merge pull request #310 from neilmacintosh/dev/neilmac/fix_mismatched_pragmaNeil MacIntosh2016-08-081-1/+4
| |\ \ \
| | * \ \ Merge branch 'master' of https://github.com/neilmacintosh/GSL into dev/neilma...Neil MacIntosh2016-08-0217-3283/+5456
| | |\ \ \
| | * | | | Fixed #308 - a mismatched pragma.Neil MacIntosh2016-08-021-1/+4
| | | | * | Added test for Issue #305.Neil MacIntosh2016-08-091-0/+7
| | |_|/ / | |/| | |
| | | | * Added basic tests for std::begin/end and friends (Issue #252).Neil MacIntosh2016-08-081-0/+26
| | | | * Fixed unused variable and ran clang-format. Tested on gcc/clang.Neil MacIntosh2016-08-083-14/+20
| | | | * Fixed up iterator implementation to allow conversion from iterator toNeil MacIntosh2016-08-082-197/+121
| | |_|/ | |/| |
| * | | Merge pull request #311 Neil MacIntosh2016-08-033-29/+39
| |\ \ \
| | * | | Implemented https://github.com/Microsoft/GSL/issues/260Som1Lse2016-08-033-29/+39
| |/ / /
| * | | Merge pull request #207 from jasonhorsburgh/cmake_installNeil MacIntosh2016-08-031-0/+11
| |\ \ \ | | |_|/ | |/| |
| | * | Add CMake install target for header filesJason Horsburgh2015-11-211-0/+11
| * | | Updating span<T> to reflect standardization. (PR #309)Neil MacIntosh2016-08-0217-3283/+5456
| |\ \ \ | | |_|/ | |/| |
| | * | Added code of conduct statement to README.Neil MacIntosh2016-08-021-0/+3
| | * | clang-format run.Neil MacIntosh2016-08-011-6/+3
| | * | Removed unnecessary inheritance between iterators.Neil MacIntosh2016-08-011-25/+53