Mahmoud Al-Qudsi
d90d924c8c
Remove parser library_data_pod_t
ffi workaround
...
We don't need to separate POD fields from the main parser libdata any more.
2024-06-02 20:27:44 -05:00
Mahmoud Al-Qudsi
2e52d51af2
Convert Block::event_blocks to a bool
...
We only increment it and check if it's non-zero, we never decrement or check the
actual count. As such, change it to a bool and bring the size of `Block` down
from 32 to 24 bytes.
2024-06-01 13:01:40 -05:00
Mahmoud Al-Qudsi
5f8f799cf7
Replace C++ doc \return
with "Return"
...
quick_replace '\\\\return(s)? ' 'Return$1 ' src/
Filtered to only lines beginning with //
2024-05-06 14:59:36 -05:00
Fabian Boehm
0a92d03498
Remove L! from sprintf calls
...
Remove unnecessary L!
2024-01-13 08:52:54 +01:00
Fabian Boehm
09cd7c7ad9
Remove widestring-suffix uses
...
This removes both the `#[widestrs]` annotation as well as all `"foo"L`
suffixes, and does a `cargo fmt` run on the result
2024-01-13 08:52:54 +01:00
Johannes Altmanninger
3ae20bdba0
Move fish-rust to project root
2024-01-13 03:58:33 +01:00