Commit Graph
37 Commits
Author SHA1 Message Date
Luke Street 2cd0b6703f Update compilers & add mapping for GC/1.1p1 2025-05-20 22:07:01 -06:00
1abea6952b Allow customizing progress report config arguments (#55)
* Update dtk, objdiff, sjiswrap, and wibo

* Allow customizing progress report config arguments

* Enable function reloc diffing in default configure.py

* Update comment & disable data_value config by default

---------

Co-authored-by: Luke Street <luke@street.dev>
2025-05-17 23:00:08 -06:00
Luke Street 2e907657cc Updates for decomp.dev (replaces frogress)
Resolves #52
2025-05-06 21:40:23 -06:00
Steven CasperandGitHub 98383b934b Bump tool versions; Add GC/2.0p1 compiler (#48) 2025-04-18 18:46:55 -06:00
Luke Street 57f5777025 Add link_order_callback feature
See comments in configure.py for feature documentation.

Resolves #6
2024-12-30 17:54:31 -07:00
NathanandGitHub e72bd7a99e Adjust version defines to avoid name collisions and improve usage ergonomics (#45)
* Rename `VERSION` define to `BUILD_VERSION` to avoid some possible name collisions

* Set a unique define per game version in addition to the `BUILD_VERSION` define
2024-12-14 12:14:21 -07:00
Luke Street 54bf50ee31 Update tool versions 2024-11-24 00:16:24 -07:00
Luke Street 065fc7b715 Add scratch_preset_id option for objdiff decomp.me integration 2024-11-07 09:30:54 -07:00
Luke Street f29a46abae Update tools (& sjiswrap v1.2.0 for GC 3.0+ support) 2024-10-27 16:33:26 -06:00
Luke Street c6dc39414b Add MatchingFor helper 2024-10-16 22:52:23 -06:00
Luke Street ff6be416c6 Document object_base and disc image support
This new setup flow allows users to copy their disc image into
`orig/GAMEID`, run a build, then delete the disc image to save space.
The new `object_base` config option specifies where the disc image is
searched for. Updated README.example.md with new setup instructions,
removing references to Dolphin Emulator.
2024-10-13 01:07:16 -06:00
Luke Street f6f0e66931 Revamp progress output with objdiff report
Progress output now displays % matched, which measures 100% matched
functions across _all_ files, including files that aren't
complete/linked.

Due to this change, all source files need to be built in order to
calculate progress during a normal `ninja` run. In other words,
this makes the `all_source` build the default behavior.

The progress display can be disabled via `configure.py --no-progress`
or `config.progress = False`. This will only compile the source files
needed to link the matching DOL.

Additionally, progress information is automatically emitted as a job
summary in GitHub Actions, so it can be viewed without opening the
build logs.
2024-09-30 22:32:17 -06:00
Luke Street 477ef5d916 Update dtk_tag and objdiff_tag 2024-09-29 13:59:02 -06:00
Luke Street 2f94ccb062 Minor cleanup 2024-09-17 19:21:54 -06:00
Luke Street f49a9cbb62 Fancy progress output fixes 2024-09-17 19:21:17 -06:00
Luke Street 16efd6a025 Some configure.py flags cleanup 2024-09-07 09:27:42 -06:00
NathanandGitHub 39697835f3 Actually remove config.debug all the way (#36) 2024-09-07 09:15:05 -06:00
NathanandGitHub 3f0a1529ff Move conditional linker flag additions from project.py to configure.py (#35) 2024-09-07 02:18:53 -06:00
Luke Street f54d479e6f Update dtk_tag & remove ldflags -warn off
With dtk v0.9.5, disabling linker warnings is no
longer necessary. Based on mw_comment_version,
it adjusts behavior for the linker version.
2024-09-04 20:34:13 -06:00
Luke StreetandGitHub af452140cc Support custom progress categories (#33)
* WIP custom progress categories

* Working progress categories & type fixes
2024-09-04 08:55:19 -06:00
Luke Street f29cfaf313 Add build/GAMEID/report.json rule using objdiff-cli 2024-08-12 18:09:10 -06:00
Luke Street 5c3892b317 Only build asm with --non-matching 2024-08-12 18:08:26 -06:00
Luke Street e45a0ecf5e Downgrade wibo to 0.6.11 2024-06-23 22:32:04 -06:00
Luke StreetandGitHub 597ffd8f65 Keep ldflags "-warn off" commented 2024-06-10 00:47:36 -06:00
Luke Street a739a4f915 Bump tool versions 2024-06-09 22:41:00 -06:00