Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor: iwyu #31637 | Justin M. Keyes | 2024-12-23 |
| | | | Result of `make iwyu` (after some "fixups"). | ||
* | refactor(shada): rework msgpack decoding without msgpack-c | bfredl | 2024-08-05 |
| | | | | | | | This also makes shada reading slightly faster due to avoiding some copying and allocation. Use keysets to drive decoding of msgpack maps for shada entries. | ||
* | refactor: fix runtime_defs.h (#26259) | zeertzjq | 2023-11-28 |
| | |||
* | refactor: rename types.h to types_defs.h | dundargoc | 2023-11-27 |
| | |||
* | refactor: move Arena and ArenaMem to memory_defs.h (#26240) | zeertzjq | 2023-11-27 |
| | |||
* | refactor: replace manual header guards with #pragma once | dundargoc | 2023-11-12 |
| | | | | | It is less error-prone than manually defining header guards. Pretty much all compilers support it even if it's not part of the C standard. | ||
* | refactor: remove typval.h from most header files (#23601) | zeertzjq | 2023-05-13 |
| | | | Because typval_defs.h is enough for most of them. | ||
* | refactor: format header files with uncrustify #15877 | dundargoc | 2021-10-09 |
| | | | | | | * refactor: format header files with uncrustify * fixup(justin): skip formatting of terminfo_defs.h * fixup: force winsock2 to be included first * fixup: simplify disable/enable directive to "uncrustify:off/on" | ||
* | eval/decode: Include header needed for TriState | ZyX | 2017-04-10 |
| | |||
* | eval: Split eval.c into smaller files | ZyX | 2017-03-29 |
| | |||
* | eval: Move some decoding functions to eval/decode.c | ZyX | 2016-04-18 |