summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* cr50: Add extern "C" to headers used by future fuzzing target.Allen Webb2018-11-153-0/+23
* fuzz: Hide conflicts with cstdlib and use clang++ for linking.Allen Webb2018-09-071-0/+3
* assert/panic: mark noreturn to inform the compilerPatrick Georgi2018-07-121-2/+4
* Add uint_(least|fast)*_t typesJeff Andersen2017-08-071-1/+22
* Add #defines for UINT62_MAX and INT64_MAX.Jeff Andersen2017-04-251-0/+7
* curve25519: strip-down, build and testVincent Palatin2017-02-231-0/+7
* builtin: Expands string.h / stdint.hNadim Taha2017-02-172-0/+12
* Adding offsetof macro to stddef.h.Johnnie Chan2016-10-261-0/+9
* Added "stdbool.h" and definition of uint_least8_t to "stdint.h".Carl Hamilton2016-10-172-0/+15
* CR50: remove dependence of assert.h on util.hnagendra modadugu2016-05-251-1/+33
* Move include/byteorder.h -> builtin/endian.hnagendra modadugu2016-04-221-0/+38
* Add the memmove() function prototype to builtin/string.hnagendra modadugu2016-04-221-0/+1
* Add the memcmp() function prototype to builtin/string.hnagendra modadugu2016-04-211-0/+1
* Enforce compilation without system headersStefan Reinauer2016-02-036-0/+133