summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* libc/syscalls: Add gettimeofdayTom Hughes2022-12-151-0/+24
* ec: IWYU Add missing includeJeremy Bettis2022-11-221-0/+2
* builtin: Sort header filesJeremy Bettis2022-11-222-4/+5
* builtin/assert: Make assert.h C++ friendlyAndrea Grandi2022-11-171-2/+12
* ec: Don't declare forward decls as weakJeremy Bettis2022-10-071-5/+3
* Update license boilerplate text in source code filesMike Frysinger2022-09-1219-19/+19
* test: Add basic tests exercising the panic output APIYuval Peress2022-08-311-3/+5
* tree: Move printf declarations to stdio.hTom Hughes2022-07-192-0/+129
* builtin: Move ssize_t to sys/types.hTom Hughes2022-07-192-6/+7
* common: Conditionally support printf %l and %i modifiersBobby Casey2022-07-071-0/+6
* util: Move stdlib declarations to builtin directoryTom Hughes2022-07-075-5/+70
* tree: Move stdlib implementation to builtin directoryTom Hughes2022-07-072-0/+393
* builtin/stdint.h: Format with clang-formatJack Rosenthal2022-07-011-30/+30
* builtin/stddef.h: Format with clang-formatJack Rosenthal2022-07-011-1/+1
* builtin/stdarg.h: Format with clang-formatJack Rosenthal2022-07-011-4/+4
* builtin/endian.h: Format with clang-formatJack Rosenthal2022-06-281-3/+3
* builtin/stdnoreturn.h: Format with clang-formatJack Rosenthal2022-06-281-1/+2
* builtin/stdbool.h: Format with clang-formatJack Rosenthal2022-06-281-3/+3
* timer.h: Avoid redefining clock_t when compiling with libcTom Hughes2022-06-091-0/+12
* assert.h: Remove unnecessary externTom Hughes2022-06-091-3/+3
* math: Introduce isnan and isinf functionsPatryk Duda2022-02-011-0/+11
* TCPMv2: Support 64 timersAbe Levkoy2021-10-261-0/+2
* builtin: Add math.hTom Hughes2021-08-311-0/+11
* assert: Fix ASSERT() when !CONFIG_DEBUG_ASSERT_REBOOTSKeith Short2021-07-301-6/+20
* panic: Tidy up the #ifdefsSimon Glass2021-02-101-6/+11
* touchpad_elan: add support for CoachZ touchpadTing Shen2020-11-181-0/+4
* Replace __attribute__((noreturn)) with noreturnTom Hughes2020-08-171-5/+5
* builtin: Add stdnoreturn.hTom Hughes2020-08-171-0/+20
* third_party/incbin: Add public domain incbinKeith Short2020-07-101-0/+11
* assert.h: clang-formatCaveh Jalali2019-10-231-11/+15
* builtin: Introduce and use inttypes.hEvan Green2019-10-051-0/+12
* chip/mt_scp: support software gainTzung-Bi Shih2019-09-191-0/+3
* build: add centroiding C++ supportRong Chang2019-01-241-0/+3
* 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