GaryOderNichts
|
2c98cc91aa
|
Run clang-format
C/C++ CI / ubuntu-latest (push) Has been cancelled
`find . -regex '.*\.\(cpp\|hpp\|cu\|cuh\|c\|h\)' -exec clang-format -style=file -i {} \;`
|
2025-06-05 11:06:04 +01:00 |
|
GaryOderNichts
|
48b6c3b32a
|
wut_types: Implement more operators for WUT_ENUM_BITMASK_TYPE (#369)
* wut_types: Implement more operators for `WUT_ENUM_BITMASK_TYPE`
* wut_types: Use `std::underlying_type_t`
* wut_types: Use an anonymous namespace
|
2024-06-09 12:56:37 +02:00 |
|
fincs
|
a607078c5d
|
gx2/gx2r: improve compatibility of enum bitmask types with C++
|
2021-03-04 19:48:46 +01:00 |
|
James Benton
|
b4619783ca
|
Remove sized types from wut_types.h
stdint.h exists for a reason.
|
2018-06-20 11:05:16 +01:00 |
|
shinyquagsire23
|
2631388a9b
|
Add additional type shorthands to wut_types.h
|
2016-07-25 14:01:20 -07:00 |
|
James Benton
|
9f42cfa12e
|
Add a bunch of coreinit functions.
|
2016-01-07 12:07:13 +00:00 |
|