| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: Update c-expected | wszqkzqk | 2023-01-11 | 1 | -1/+1 |
| | | |||||
| * | codegen: Write array length of formal parameters with fixed length | Rico Tzschichholz | 2022-01-26 | 1 | -4/+4 |
| | | | | | "void foo (gint i[3]) { ... }" instead of "void foo (gint* i) { ... }" | ||||
| * | codegen: Use __once instead of __volatile in generated code | Val Och | 2022-01-03 | 1 | -4/+4 |
| | | | | | | This better reflects purpose of relevant variables, especially given that they aren't volatile anymore on GLib 2.68+. | ||||
| * | tests: Add expected generated C sources | Rico Tzschichholz | 2021-07-16 | 1 | -0/+126 |
