summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/sha256.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-06refactor(build): don't use the preprocessor when generating headersbfredl1
2023-11-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-01-21refactor: change char_u to uint8_t or char in sha256.c/undo.c (#21914)zeertzjq1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2017-04-27refactor/single-include (#6604)relnod1
2015-01-02sha: define SHA256_BUFFER_SIZE and SUM_SIZE.Scott Prager1
2015-01-02sha256.c: Enable -Wconvert and clint.Scott Prager1
2014-06-02Add automatic generation of headersZyX1
2014-05-20Remove cryptographyJohn Schmidt1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1