Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365) | Riccardo Mazzarini | 2023-12-05 |
| | |||
* | build(clint): more precise check for "defs" headers (#26236) | 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. | ||
* | api: move deprecated functions to separate files | Björn Linse | 2020-12-05 |
Most these are just calls to non-deprecated variants, and take up unnecessary space and search hits in the other files. |