aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/loadstor.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typo [ci skip]Jack Lloyd2018-11-271-1/+1
* Add typecast_copyJack Lloyd2018-11-171-16/+18
* Make a few simple functions constexprJack Lloyd2018-10-011-5/+5
* Remove unaligned mem checkJack Lloyd2017-12-021-29/+22
* Address various GCC warningsJack Lloyd2017-10-061-2/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-102/+102
* Add compiler.h macro header extracted from build.hJack Lloyd2016-11-261-10/+6
* Remove constexpr use introduced in 20f7e4ecJack Lloyd2016-10-161-5/+5
* util: Some simple constexpr usesJack Lloyd2016-10-131-5/+5
* Change calls to 'get_byte' to explicitly cast parameters and eliminate compil...Dan Brown2016-04-271-1/+1
* Use memcpy instead of misaligned pointer casts for reading words.Jack Lloyd2015-12-311-19/+39
* Guard all std::mem* ops against any call with zero length.Jack Lloyd2015-12-251-18/+24
* Internal header cleanupsJack Lloyd2015-09-191-1/+13
* lib/utils: Convert &vec[0] to vec.data()Simon Warta2015-06-231-2/+2
* Centralize where string.h/cstring is included to mem_ops.hlloyd2015-01-231-1/+1
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add missing includelloyd2015-01-081-0/+1
* Add SHA-512/256lloyd2015-01-081-0/+42
* Move lib into srclloyd2014-01-101-0/+627