Skip to content

Releases: Minty-Meeo/dol_c_kit

3.1.1: Macintosh Mangling Hotfixes

21 Jan 03:56
Compare
Choose a tag to compare

Made some mistakes back in v3.1.0. Fixed them a long time ago, but never pushed it. Sorry.

3.1.0: The CodeWarrior Update

25 Oct 06:36
Compare
Choose a tag to compare

Added support for the MetroWerks CodeWarrior compiler and assembler.

3.0.0: The C++ Update

19 Oct 10:08
Compare
Choose a tag to compare

Added new functionality to facilitate C++ usage in a sane way. Read the ReadMe for more details.

2.4.1: build_gecko correction, FileHook extension

17 Sep 01:11
Compare
Choose a tag to compare

build_gecko was not paying attention to whether or not existing codes were enabled.
Added a new feature to FileHooks, allowing the data to be sliced and a maximum size to be given.

2.4.0: New Feature Bonanza

22 Aug 08:16
Compare
Choose a tag to compare

New with this update:
File hooks to write a whole file to the DOL
Control over GCC and AS flags per-source file
The ability to add unlinked object files from external build systems.

2.3.3: Deprecations

22 Aug 06:24
Compare
Choose a tag to compare

Deprecated several methods. Referencing these deprecated methods will print a message the first time they are used, and redirect to a suitable method when possible.

2.3.2: save_map method hotfix

16 Aug 06:09
Compare
Choose a tag to compare

Before, trying to save a symbol map without a project ELF would cause an exception.
Also before, Gecko metadata would not be written if there was no project ELF.