summaryrefslogtreecommitdiff
path: root/tools/project.py
AgeCommit message (Collapse)Author
2026-03-01Reorganize library code into `libs/` (#3119)Luke Street
* Reorganize files into libs/{dolphin,JSystem,PowerPC_EABI_Support,revolution,TRK_MINNOW_DOLPHIN} * Update configure.py and project.py for new libs structure * Refactor `#include <dolphin/x.h>` -> `<x.h>` * Remove `__REVOLUTION_SDK__` forwards from dolphin * Fix dolphin/ references in revolution * Wrap `#include <dolphin.h>` in `!__REVOLUTION_SDK__` * Always build TRK against dolphin headers * Resolve revolution SDK header resolution issues
2025-11-20Update dtk-template & use wibo on macOS (#2829)Luke Street
* Update dtk-template & use wibo on macOS * Update to wibo 1.0.0-beta.5 * Fix implicit dependencies for pch rules
2025-08-30Add hacks to fix PCH .data causing fake mismatches with decompctx (#2606)Max Roncace
2025-08-25Add PAL, JPN, and Shield versions to CI, update dtk-template (#2605)LagoLunatic
* Add ShieldD to GitHub CI build * Update dtk-template, add support for CI caching * Fix PAL and JPN not building on Linux due to case sensitive file paths * Add PAL and JPN to GitHub CI build * Fix bad copy paste
2025-08-24Add a precompiled header for RELs (#2597)Max Roncace
2025-05-22Update dtk-template (#2453)LagoLunatic
* Update dtk-template * Fix debug build * Fix d_event_debug includes * Progress reports: Enable function relocation diffing (data_value) * Fix some diffs * Fix a few more diffs * More fixes
2025-04-23d_menu_dmap_map equivalent / update dtk-template (#2409)TakaRikka
* d_menu_dmap_map equivalent * update dtk-template
2025-03-14b_dr equivalent, update dtk-template (#2327)TakaRikka
* d_a_tag_allmato almost done * d_a_swhit0 done * some SSystem cleanup * treesh done * swball done, some other rel cleanup * b_dr equivalent * update dtk-template * rename j3dframectrl mode enum
2024-10-30Update dtk-template & fix source paths (#2231)Luke Street
2024-10-21update dtk (#2221)TakaRikka
2024-10-12Add clangd support for VS Code (#2207)Luke Street
* Add clangd support for VS Code * Revert accidental change
2024-10-10switch to dtk setup (#2203)TakaRikka
* switch to dtk setup * some cleanup / fixes * cleanup d_a_alink literals * Restore doxygen, update CI & README.md (#1) * Fix build image ref (#2) --------- Co-authored-by: Luke Street <luke@street.dev>