History log of /external/Microsoft-GSL/tests/strided_span_tests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
222c2d85fd2ab37128f5cf00d5267489ea2a8625 10-Aug-2016 Galik <galik.bool@gmail.com> Removed .h extension from header files.
/external/Microsoft-GSL/tests/strided_span_tests.cpp
f6cc5798a17daccf806bbc402a67c92d1a205091 09-Aug-2016 galik <galik@localhost> Renamed include/ folder to gsl/ to make including the library consistent
whether using it from the development folder, from the installation
folder or from being copied into a project.

#include <gsl/gsl.h>

Updated headers/tests/instructions/cmake build accordingly

This PR should address https://github.com/Microsoft/GSL/issues/277 (less
the renaming of gsl itself)
/external/Microsoft-GSL/tests/strided_span_tests.cpp
c4817358aa9c5d2b9b64fa959df4bab0369d2470 03-Aug-2016 Som1Lse <adrianbibbywalther@gmail.com> Implemented https://github.com/Microsoft/GSL/issues/260
/external/Microsoft-GSL/tests/strided_span_tests.cpp
a0cf1ecc499b9a5609dd3436c5d83d08a3377f9d 29-Jul-2016 Neil MacIntosh <neilmac@microsoft.com> Renamed as_span() to as_multi_span() for clarity.
/external/Microsoft-GSL/tests/strided_span_tests.cpp
d2f12a8fa3df7d0debaa683c4c4cabcaeea383a1 24-Feb-2016 Neil MacIntosh <neilmac@microsoft.com> File renames to reflect new multi_span name.
/external/Microsoft-GSL/tests/strided_span_tests.cpp
49e80625c682fe88baf9e306a784f8be7350e416 24-Feb-2016 Neil MacIntosh <neilmac@microsoft.com> Renamed existing span to multi_span.
/external/Microsoft-GSL/tests/strided_span_tests.cpp
0cf947db7760bf5756e4cb0d47c72a257ed527c5 24-Nov-2015 Neil MacIntosh <neilmac@microsoft.com> Reworked span to match GSL design.
/external/Microsoft-GSL/tests/strided_span_tests.cpp