aboutsummaryrefslogtreecommitdiffstats
path: root/tests/byte_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix cppcorecheck warnings (#703)Anna Gringauze2018-08-121-6/+18
* Applied iwyu --comment to the code base (#588)Tiago2017-11-281-9/+2
* Move from unittest-cpp to catch for unit testing. (#533)Neil MacIntosh2017-07-131-80/+76
* Reformat files to follow clang-format style (#492)Tiago2017-04-201-5/+5
* Fix some corechecker warnings (#470)MikeGitb2017-04-021-9/+9
* Address #313: try to guard against strict-aliasing bugs with gsl::byteMikeGitb2016-10-171-1/+15
* Add tests for to_integer(): they failMartin Moene2016-09-171-0/+18
* Issue: #329Kris Cruickshank2016-09-071-19/+24
* Added to_byte method for issue #329Kris2016-08-281-18/+23
* Removed .h extension from header files.Galik2016-08-101-1/+1
* Renamed include/ folder to gsl/ to make including the library consistentgalik2016-08-091-1/+1
* Added basic compile support for MSVC 2013 to byte.Neil MacIntosh2016-07-151-0/+1
* Renamed byte header and tidied up string_span dependencies.Neil MacIntosh2016-06-261-1/+1
* Added definition of gsl::byte to match proposed std::byte.Neil MacIntosh2016-06-241-0/+92