Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since now the struct definition might depend on those types.
|
|
|
|
|
|
|
|
I changed the wrong constness in the previous commit.
|
|
|
|
|
|
This fixes a problem with uint32_t's layout in SM.
cc: @nox
|
|
|
|
|
|
|
|
|
|
We didn't even tried to parse them, which is weird.
|
|
It's useful to add `use` or `include!` lines.
|
|
|
|
I've probably messed something up, I know it... also we assume the width
is 8 bits, which might be wrong, but I'll add it in a followup.
|
|
|
|
|
|
|
|
|
|
Actually they have no risk of not being clone-able, and the output is
just nicer.
|
|
|
|
|
|
This is in order to bypass rustc's limits with large arrays.
Still can't work with templates (cc @nox).
|
|
|
|
|
|
|
|
This makes us pass three more tests.
|
|
|
|
This prevents us changing some gecko types.
|
|
|
|
|
|
Since it generated invalid output indeed, like in
`test/headers/nested.hpp`.
|
|
|
|
|
|
|
|
|
|
|
|
|