Commit Graph

207 Commits

Author SHA1 Message Date
Maschell
bc7113f1e5 Update Dockerfile
Some checks failed
CI-Release / clang-format (push) Has been cancelled
CI-Release / build-binary (push) Has been cancelled
CI-Release / deploy-binary (push) Has been cancelled
2026-04-19 12:05:01 +02:00
Maschell
24826c5339 Fix using the wrong alloc/free function in reent implementation 2026-04-19 12:05:01 +02:00
Maschell
282cfbcef0 Use non-newlib function to allocate memory for reent structs to make things simpler 2026-04-19 12:05:01 +02:00
Maschell
8496a5a8d7 Check heap on application start 2026-04-19 12:05:01 +02:00
Maschell
a29204f7a3 Make the reent implementation even more robust 2026-04-19 12:05:01 +02:00
Maschell
4420e874e1 Fix implementation of ClearDanglingReentPtr 2026-04-19 12:05:01 +02:00
Maschell
7ff8a1b205 Update Dockerfile 2026-04-19 12:05:01 +02:00
Maschell
7fd927fe53 Support for WUMS 0.3.6 - implement reent for modules 2026-04-19 12:05:01 +02:00
Maschell
d7d54ebb4c Fix using memory mapping module allocator if possible 2026-04-19 12:05:01 +02:00
Maschell
cc3c49da1b Update Dockerfile 2026-04-19 12:05:01 +02:00
Maschell
6f34565b99 Rewrite module loading to load some module into custom memory mapped heap. 2026-04-19 12:05:01 +02:00
Maschell
7401d838a5 Clean up helper classes, sync with WUPS 2026-04-19 12:05:01 +02:00
Maschell
9b80ac90a4 Wipe stack before booting into the application 2026-04-19 12:05:01 +02:00
Maschell
6170bcb5e2 Update Dockerfile
Some checks failed
CI-Release / clang-format (push) Has been cancelled
CI-Release / build-binary (push) Has been cancelled
CI-Release / deploy-binary (push) Has been cancelled
2026-01-26 20:07:56 +01:00
Maschell
74f3c8a599 Fix compiling with latest/upcoming devkitppc/wut version 2026-01-26 20:07:56 +01:00
Maschell
dcc0d43fde Update Dockerfile
Some checks failed
CI-Release / clang-format (push) Has been cancelled
CI-Release / build-binary (push) Has been cancelled
CI-Release / deploy-binary (push) Has been cancelled
2025-02-19 13:01:23 +01:00
Maschell
199e959dcc Add support for 0.3.4 to allow an custom rpl allocator 2025-02-19 13:01:23 +01:00
Maschell
f05add408e Update Dockerfile
Some checks failed
CI-Release / clang-format (push) Has been cancelled
CI-Release / build-binary (push) Has been cancelled
CI-Release / deploy-binary (push) Has been cancelled
2025-02-08 14:39:16 +01:00
Maschell
9840f06aac Implement support for WUMS 0.3.3 2025-02-08 14:39:16 +01:00
Maschell
75e6a6af10 Bump version 2025-02-08 14:39:16 +01:00
Maschell
6b6e781548 Bump version 2024-07-05 15:40:42 +02:00
Maschell
fb9b16e586 Update Dockerfile 2024-07-05 15:40:42 +02:00
Maschell
80e7361d85 Stop calling SYSLaunchMenu (this forces the usage of the AutobootModule) 2024-06-30 10:23:11 +02:00
Maschell
2b0c1bdd77 Bump version to 0.2.5 2024-05-08 11:22:23 +02:00
Maschell
ea08593967 Avoid WUMS loading when we just did a iosu reload 2024-05-08 11:22:23 +02:00
Maschell
af367030b7 Update Dockerfile 2024-05-06 10:29:39 +02:00
Maschell
488fbc0c1f Only check heap in debug mode 2024-04-28 18:32:52 +02:00
Maschell
4774694061 Update Dockerfile 2024-04-25 20:29:37 +02:00
Maschell
506cad85a9 Bump version 2024-04-25 20:29:37 +02:00
Maschell
3121941e26 Update error message when using an outdated aroma version 2024-04-25 20:29:37 +02:00
dependabot[bot]
ca65a86993 Bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-25 20:29:37 +02:00
dependabot[bot]
711bf03448 Bump wiiu-env/devkitppc from 20230621 to 20231112
Bumps wiiu-env/devkitppc from 20230621 to 20231112.

---
updated-dependencies:
- dependency-name: wiiu-env/devkitppc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-25 20:29:37 +02:00
dependabot[bot]
f5fb777870 Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-25 20:29:37 +02:00
Maschell
705c6104fb Check if the MEM2 heap is corrupted after calling a hook 2024-04-25 20:29:37 +02:00
Maschell
27dbc97eca Move iteration into own scope 2024-04-25 20:29:37 +02:00
Maschell
e237ba6e8c Move the wumsrelocator to 0x00800000 2024-04-25 20:29:37 +02:00
Maschell
40420432e2 Allow early init of the Module System, check EnvrionmentLoader version 2024-04-25 20:29:37 +02:00
Maschell
40bec5454c Create dependabot.yml 2023-07-23 10:31:00 +02:00
Maschell
51571b23d9 Bump version 2023-07-19 20:44:46 +02:00
Maschell
7997cfc071 Use custom wut_get_thread_specific/wut_set_thread_specific implementation. 2023-07-19 14:08:06 +02:00
Maschell
a46dcf7e84 Update Dockerfile 2023-07-06 09:42:17 +02:00
Maschell
86efd7c61c Add support for latest wut version 2023-07-06 09:42:17 +02:00
Maschell
5e940a1409 Update Dockerfile 2023-04-17 14:07:14 +02:00
Maschell
e6df5f0499 Change default branch to main 2023-03-28 20:45:27 +02:00
Maschell
7ba8bcc1a4 Update entry.cpp 2023-03-28 20:35:28 +02:00
Maschell
d444cfedb7 Call OSCheckActiveThreads(); 2023-03-27 23:42:06 +02:00
Maschell
b5a4f7ca37 Remove the skipAllocFunction parameter 2023-03-26 17:01:14 +02:00
Maschell
1f7d853d65 Memset every buffer allocated on the default heap before freeing 2023-03-26 16:53:33 +02:00
Maschell
f7f8b007fa Make sure the sdaBase and sda2Base are set properly 2023-03-26 15:31:06 +02:00
Maschell
141e77cd80 Update the Dockerfile 2023-03-26 15:31:06 +02:00