tp/include/JSystem
LagoLunatic 956e84b0e7
Start linking some TUs on debug and PAL (#2612)
* Fix clang union handling (affects all TUs including d_camera.h)

Union members with non-trivial ctors/dtors is undefined behavior and clangd normally throws a fit and refuses to parse the whole union, but it seems to be possible to ifdef the problematic ctors out for non-mwerks compilers and explicitly tell modern compilers to use the defaults instead. Thanks to encounter for this fix.

* Link all TUs that already match on debug

In order to link TUs for debug, most functions seem to need to have their alignment set to 16 in symbols.txt. There are a few hundred functions that seem to be the exception and break when their alignment is set to 16, but I don't know the reason for this.

* Remove some fakematches (nosyminline/sym off) for weak func order in retail

* Fix clang not knowing that MSL_C++ is C++

* Link more debug TUs

* Fix missing PAL split

* Fix wrong slashes being used in includes

* RZDE01_00: Fix incorrect capitalization in config.yml

* Add RZDE01_00 to configure task

* Revert configure.py to use MatchingFor

* Fix PAL splits and symbols, link matching PAL TUs
2025-08-27 17:37:31 -07:00
..
J2DGraph Misc framework fixes (#2578) 2025-08-10 23:22:28 -07:00
J3DGraphAnimator Add a precompiled header for RELs (#2597) 2025-08-24 09:52:08 +03:00
J3DGraphBase Add a precompiled header for RELs (#2597) 2025-08-24 09:52:08 +03:00
J3DGraphLoader JSystem work (#2384) 2025-04-08 22:17:20 -07:00
J3DU d_a_e_fz work, doxygen revamp (#2127) 2024-04-12 00:10:30 -06:00
JAudio2 Add a precompiled header for RELs (#2597) 2025-08-24 09:52:08 +03:00
JFramework Start linking some TUs on debug and PAL (#2612) 2025-08-27 17:37:31 -07:00
JGadget getDemoIDData matched, fix up various inlines and template classes (#2489) 2025-06-17 22:11:53 -07:00
JHostIO Minor d_a_alink fixes (#2534) 2025-07-15 23:00:01 +03:00
JKernel add wii usa rev0 support (#2505) 2025-06-27 13:14:58 +03:00
JMath d_a_obj_gomikabe OK (#2580) 2025-08-11 17:18:42 -07:00
JMessage cleanup/doc JMessage / d_msg_class (#2484) 2025-06-13 15:33:33 +03:00
JParticle Fix d_a_ykgr retail regalloc and mostly match on debug (#2608) 2025-08-27 01:40:48 -07:00
JStage Debug version now builds OK and all_source compiles (#2343) 2025-03-22 18:00:51 -07:00
JStudio Start linking some TUs on debug and PAL (#2612) 2025-08-27 17:37:31 -07:00
JSupport Start linking some TUs on debug and PAL (#2612) 2025-08-27 17:37:31 -07:00
JUtility Improve some J2DPictureEx matches (#2493) 2025-06-21 03:47:24 -07:00
JGeometry.h Various alignments to debug + matching TUs (#2391) 2025-04-13 11:55:52 -07:00
TPosition3.h Various JSystem work (#2383) 2025-04-09 13:45:30 -07:00