Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor: fix runtime_defs.h (#26259) | zeertzjq | 2023-11-28 |
| | |||
* | build(IWYU): fix includes for undo_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: the long goodbye | dundargoc | 2023-10-09 |
| | | | | | | long is 32 bits on windows, while it is 64 bits on other architectures. This makes the type suboptimal for a codebase meant to be cross-platform. Replace it with more appropriate integer types. | ||
* | Enable new diff option linematch (#14537) | Jonathon | 2022-11-04 |
Co-authored-by: Lewis Russell <me@lewisr.dev> |