Commit Graph

7 Commits

Author SHA1 Message Date
Antonio Niño Díaz
8c5ea535df library: Fix warnings about using uninitialized data 2024-08-06 01:10:18 +01:00
Antonio Niño Díaz
d3fe865168 library: Use enum types everywhere instead of plain integers
The compiler will be able to warn us if we use a value that doesn't
correspond to the expected enum, which can be a source of bugs.
2024-08-05 22:52:53 +01:00
Antonio Niño Díaz
390388522c chore: Re-encode all files as UTF-8 2024-07-31 18:28:14 +01:00
Antonio Niño Díaz
b7936801a2 Unify code style across the codebase 2024-07-31 00:27:06 +01:00
Antonio Niño Díaz
eb5677a7b5 Use UNIX line endings instead of DOS 2024-07-30 17:52:01 +01:00
Antonio Niño Díaz
26152f8bc9 Fix build errors 2024-07-25 18:57:03 +01:00
Antonio Niño Díaz
9b97d2f357 Rename Install and Source folders 2024-07-25 18:21:25 +01:00