aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/assert.h
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: the long goodbyedundargoc2023-11-05
* build: remove clint error suppression #21782dundargoc2023-01-13
* ci: lint with uncrustify #18563dundargoc2022-05-20
* refactor(uncrustify): disable formatting in problematic code sectionsDundar Goc2022-04-29
* refactor: upgrade uncrustify config version to 0.74.0Dundar Göc2021-11-23
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* viml/profile: switch to uv_gettimeofday() #10356Justin M. Keyes2019-06-29
* build: PRAGMA_DIAG_PUSH_IGNORE_MISSING_PROTOTYPESJustin M. Keyes2019-02-04
* PVS/V1028 (rework): cast operands, not the result #9531Justin M. Keyes2019-01-21
* STRICT_ADD, STRICT_SUB: Log error before abortJustin M. Keyes2019-01-20
* build: include auto/config.h explicitlyJustin M. Keyes2019-01-20
* CMake: Feature-detect __builtin_{add,sub}_overflowJustin M. Keyes2019-01-09
* PVS/V1028: cast operands, not the resultJustin M. Keyes2019-01-09
* assert.h: Check overflow with STRICT_ADD, STRICT_SUBJustin M. Keyes2019-01-09
* Fix warnings with gcc 6.1Björn Linse2016-05-19
* MSVC: Avoid variadic macro bug in STATIC_ASSERTRui Abreu Ferreira2016-04-30
* eval: Do not break when VimVarIndex and vimvars order mismatchesZyX2016-04-18
* assert: add STATIC_ASSERT macroNicolas Hillegeer2014-07-16