Commit Graph

10 Commits

Author SHA1 Message Date
Thaddeus Crews
5a7b2e84bd
Consolidate math.h files into one (#195) 2023-12-22 20:51:48 -05:00
Thaddeus Crews
b758d29d33
Enforce types.h typedefs (#193) 2023-12-21 21:30:38 -05:00
Thaddeus Crews
a181db20dc
Fix address/size formatting across repo (#188)
• Changed to utilize `@note` style, unifies implementation
2023-12-20 14:32:45 -05:00
PikHacker
fb971de7db random ogawa stuff 2023-10-12 19:50:14 -04:00
SodiumChlorideLogic
b508616e5a Add .h to extensionless stl headers 2023-10-12 16:00:54 -04:00
SodiumChlorideLogic
b1f785d453 Don't do massive dumps challenge failed 2023-09-16 17:10:32 -04:00
HeartPiece
6ac4bfd91a Link screenScene.cpp 2023-09-15 13:54:42 +10:00
EpochFlame
473d8aa65d formatting 2023-04-24 17:16:52 -04:00
Amber Brault
572b94fcbf
Finish off MSL_C (#165)
* Metrowerks overhaul

-Make MSL_C match under inline deferred
-Overhaul metrowerks header files

* repair file-end newlines

* formatting

clang format is happy now. some questionable formatting choices, especially strtoul.h

* fix two ending newlines with extensionless files

* More formatting

* Match alloc.c

* Match mem_funcs.c

* Fix makefile

* Make Runtime and TRK match under deferred

* hopefully fix the configure script

* Almost match printf.c

Only double2hex left ;<

* Update ctype.c

* Finish MSL_C

* Merge std with stl folder

---------

Co-authored-by: EpochFlame <jupiterror@gmail.com>
2023-04-22 15:20:01 -04:00
Amber Brault
46d0da417c
Metrowerks overhaul (#164)
* Metrowerks overhaul

-Make MSL_C match under inline deferred
-Overhaul metrowerks header files

* repair file-end newlines

* formatting

clang format is happy now. some questionable formatting choices, especially strtoul.h

* fix two ending newlines with extensionless files

* More formatting

* Match alloc.c

* Match mem_funcs.c

* Fix makefile

* Make Runtime and TRK match under deferred

* hopefully fix the configure script

---------

Co-authored-by: EpochFlame <jupiterror@gmail.com>
2023-04-22 02:37:22 -04:00