Commit Graph

  • 1e544d4df5
    Update README.md James 2018-05-28 11:45:32 +0100
  • 45e0904a69 WHBGfx - Separate ClearColor() and allow custom colors. dibas 2018-05-24 20:27:52 +0200
  • f7a698388c wutnewlib: Implement the new __syscalls from upcoming devkitPPC release. James Benton 2018-05-28 11:40:22 +0100
  • 35d05358c4 Fix wut_create_rpx linking to newlib instead of crt. James Benton 2018-05-28 11:39:54 +0100
  • 2b165bf887 Improve time conversion macros. James Benton 2018-05-28 11:39:36 +0100
  • 23c56959b3 Update README.md James Benton 2018-05-27 12:16:44 +0100
  • 4891278425 samples: Update helloworld_std_thread. James Benton 2018-05-27 12:14:07 +0100
  • b4a6eb2f78 Split out crt from wutnewlib to wutcrt. James Benton 2018-05-27 12:12:49 +0100
  • 479e9ad677 Add devoptab support for sdcard. James Benton 2018-05-27 12:11:45 +0100
  • 2f7a96e381 Pass DEVKITPPC down to child CMake builds. James Benton 2018-05-27 12:10:58 +0100
  • ac8a42fa7c Change to using new gthreads implementation. James Benton 2018-05-26 18:25:36 +0100
  • 37228a095d Disable call to __fini as it breaks stuff. James Benton 2018-05-26 18:18:16 +0100
  • 9a3cbcd2ef wutnewlib: Call __fini for global dtors. James Benton 2018-05-25 21:20:39 +0100
  • 33bff6ccb9 whb: Fix exception handlers to be globally registered. James Benton 2018-05-25 18:59:29 +0100
  • 710ce964c8 wutstdc++: Add remaining gthreads reliant std code. James Benton 2018-05-25 18:47:11 +0100
  • ec59508010 wutstdc++: Implement __gthread_cond_timedwait. James Benton 2018-05-25 18:45:19 +0100
  • 750a2370d8 wutstdc++: Move gthread code to source files. James Benton 2018-05-25 18:15:39 +0100
  • 675549474a wutstdc++: Implement gthread keys. James Benton 2018-05-25 18:06:54 +0100
  • b4e5bf4106 Change OS{Get,Set}ThreadSpecific to use void *. James Benton 2018-05-25 18:06:25 +0100
  • 3336fbaf5d Implement __gthread_once. James Benton 2018-05-25 17:35:21 +0100
  • b00b5af1ec wutstdc++: Add gthr-default.h to CMakeLists.txt James Benton 2018-05-25 17:35:07 +0100
  • a9abdd3e09 Add a samples root CMakeLists.txt James Benton 2018-05-25 17:23:11 +0100
  • a9829a3226 Add support for C++ std::thread. James Benton 2018-05-25 17:21:59 +0100
  • a5a1bac28c wutnewlib: Add sleep and usleep implementation. James Benton 2018-05-25 17:13:54 +0100
  • 76844067dd Add OSSeconds to time.h James Benton 2018-05-25 17:13:40 +0100
  • 607b59fb1b Skip zlib install. James Benton 2018-05-25 14:48:13 +0100
  • 425f6a9972 appveyor attempt #2 James Benton 2018-05-25 14:26:49 +0100
  • 29d1190fd1 appveyor attempt #1 James Benton 2018-05-25 12:22:39 +0100
  • 35c9b5bfdd Do not use ExternalProject_Add for tools. James Benton 2018-05-25 13:54:58 +0100
  • 17ea24cdb0 Add zlib as a submodule. James Benton 2018-05-25 13:54:17 +0100
  • cdc540938a Improve the helloworld sample. James Benton 2018-05-25 11:48:37 +0100
  • 4a32445ed5 whb: Add a log console. James Benton 2018-05-25 11:48:14 +0100
  • 5b8b60b390 Add newlib syscalls. James Benton 2018-05-25 11:31:38 +0100
  • 11adfb8f07 elf2rpl: Change fixLoaderVirtualAddress to use section type instead of name. James Benton 2018-05-25 00:17:22 +0100
  • a1072fc729 elf2rpl: Fix .rodata section flags to have WRITE. James Benton 2018-05-25 00:16:57 +0100
  • 0a4a7c66b3 elf2rpl: Process sections by type, not by name. James Benton 2018-05-24 23:48:33 +0100
  • d6478d831e elf2rpl: Add support for section deflation. James Benton 2018-05-24 23:32:35 +0100
  • 55b2695eaf Add some .rpl verification to readrpl James Benton 2018-05-24 23:32:08 +0100
  • 203dc66527 WHBGfx - Separate ClearColor() and allow custom colors. dibas 2018-05-24 20:27:52 +0200
  • 8add0d0503 elf2rpl: Align textSize, dataSize, loadSize. James Benton 2018-05-23 17:32:12 +0100
  • bc12c9abef elf2rpl: Fix REL32 -> REL16 conversion. James Benton 2018-05-23 16:11:50 +0100
  • ba2df5be91 wut.ld: Add missing fimport sections. James Benton 2018-05-23 15:36:35 +0100
  • c7325899be readRpl: Add SHT_RPL_CRCS value check James Benton 2018-05-23 15:36:25 +0100
  • 541676ce38 elf2rpl: Fix SHT_RPL_CRCS section James Benton 2018-05-23 15:36:07 +0100
  • 9bcf22e40f Add tools readrpl, udplogserver. James Benton 2018-05-23 12:35:24 +0100
  • 959e4897c1 Fix type cast warnings in elf2rpl. James Benton 2018-05-23 11:25:49 +0100
  • 09606f873e tools: Add be_val.h James Benton 2018-05-23 11:10:23 +0100
  • 7e788f47af Add libdefaultheap, libgfd, libwhb. James Benton 2018-05-23 11:10:10 +0100
  • 161331c4f4 Add CMake docs target which runs doxygen. James Benton 2018-05-23 11:09:48 +0100
  • fc10605172 Rewrite! James Benton 2018-05-22 23:08:13 +0100
  • da8975303c
    Merge pull request #62 from CreeperMario/escape-paths James 2018-01-11 02:37:17 -0800
  • 5ae8226d68
    Merge pull request #61 from CreeperMario/crash-fix James 2018-01-11 02:37:03 -0800
  • eb1a610f92 whb: Exception handler now works CreeperMario 2018-01-11 18:21:06 +1030
  • 7dd128fe94 wut-toolchain: Properly escape include/lib paths CreeperMario 2017-12-23 09:37:32 +1030
  • d0f43d24b7 Fix size of OSThread structure James Benton 2017-11-01 10:59:44 +0000
  • 1ce68f6d58 Merge pull request #57 from CreeperMario/udp-log-fixes James 2017-10-10 13:54:53 +0100
  • 39d4599896 whb: Command Server connection stream now stays open. CreeperMario 2017-10-10 11:53:06 +1030
  • 240514eff2 whb: Separate log dispatching into a separate inline function CreeperMario 2017-10-10 09:43:59 +1030
  • 758e91f65f Revert "whb: Use MEM2 heap instead of DefaultHeap in logging functions" CreeperMario 2017-10-10 09:22:13 +1030
  • 76a8b8e292 readrpl: Return -1 instead of false in main() CreeperMario 2017-10-10 09:12:54 +1030
  • 23d6f0f5cb whb: Correct header file for command server CreeperMario 2017-09-02 07:16:57 +0930
  • 5e84d0321d CI Ambulance CreeperMario 2017-09-01 21:01:46 +0930
  • 0b2ca7c05e travis: Add macOS build target CreeperMario 2017-09-01 18:26:10 +0930
  • ace7c0b364 whb: Implement a basic TCP-based command server kit. CreeperMario 2017-09-01 18:13:51 +0930
  • ef34f600c7 whb: Use MEM2 heap instead of DefaultHeap in logging functions CreeperMario 2017-09-01 14:30:08 +0930
  • 51f3d4bdd7 whb: Logging functions use less RAM at expense of binary size. CreeperMario 2017-08-28 06:59:32 +0930
  • 40ff966159 Re-organise .gitmodules file CreeperMario 2017-08-27 19:16:37 +0930
  • d44b7f774e Update cppformat v2 to fmtlib v4 CreeperMario 2017-08-27 18:41:08 +0930
  • 5829abb4ef crt: Suppress warnings for pointer logic CreeperMario 2017-08-27 17:06:02 +0930
  • 75bb7b5d10 whb: Rename "socketinit" to "libmanager" CreeperMario 2017-08-20 20:36:48 +0930
  • a2247e7b1e whb: Add simplistic socket library manager. CreeperMario 2017-08-20 19:16:27 +0930
  • 20c7dbf2fb whb: Add ability to remove logging functions CreeperMario 2017-08-20 18:17:07 +0930
  • ac4ce95f84 udplogserver: Flush output buffer when sent a message CreeperMario 2017-08-20 17:51:45 +0930
  • 45f3cd71ab whb: Modification of logging functions CreeperMario 2017-08-20 16:57:43 +0930
  • 84d1957066 udplogserver: Do not automatically add a new line to log outputs. CreeperMario 2017-08-19 21:23:20 +0930
  • dd73b95579 Merge pull request #56 from CreeperMario/unrelated-fixes James 2017-08-06 17:52:14 +0100
  • 90d13e5708 libwhb: Add a simplistic Cafe Log handler CreeperMario 2017-08-06 17:42:43 +0930
  • c0c1faa1e9 libwhb: Initialize FSCmdBlock in WHBUnmountSdCard CreeperMario 2017-08-06 17:11:15 +0930
  • 492bad4382 crt: **Really** fix newlib lock CreeperMario 2017-08-06 16:56:17 +0930
  • 96b24236f1 Fix newlib lock James Benton 2017-07-03 15:43:53 +0100
  • 6bc6534a9f whb: Fix GPU hang reset. James Benton 2017-06-02 14:37:13 +0100
  • 574eeef4f0 whb: Use OSGetTitleID to check if we were launched from WHB. James Benton 2017-06-02 14:24:00 +0100
  • d796876a35 Update README.md James 2017-06-02 13:59:20 +0100
  • c265a9f4db Fix udplogserver Linux build James Benton 2017-06-02 13:54:55 +0100
  • e0f1b03edf Add .travis.yml James Benton 2017-06-02 13:49:09 +0100
  • 8b4816d6f4 Update README.md James 2017-06-02 13:32:58 +0100
  • 04ec3338b7 appveyor: pls James Benton 2017-06-02 13:28:31 +0100
  • c2b09a3a28 appveyor: pls James Benton 2017-06-02 13:23:54 +0100
  • 6a02035b2a appveyor: Change build to build_script James Benton 2017-06-02 13:22:12 +0100
  • bfaf5382a0 Add appveyor.yml James Benton 2017-06-02 13:20:19 +0100
  • 11940e076c Update triangle sample. James Benton 2017-06-02 11:55:36 +0100
  • 43e1b0ab4f Add UDP log server. James Benton 2017-06-02 11:52:30 +0100
  • d28f2f0a7a Fix formatting. James Benton 2017-06-02 11:50:57 +0100
  • 0239462847 nsysnet: Add defines for UDP broadcast. James Benton 2017-06-02 11:50:43 +0100
  • ee9bd49c34 whb: Handle GPU hangs by resetting the GPU on shutdown. James Benton 2017-06-02 11:50:12 +0100
  • 2c18b246ae whb: Fix proc to better support HBL launched applications. James Benton 2017-06-02 11:48:59 +0100
  • 79345f239f whb: Add crash handler based off the one in coreinit. James Benton 2017-06-02 11:47:28 +0100
  • b79a58dec2 whb: Add SD card mounting support. James Benton 2017-06-02 11:46:31 +0100
  • fb325ec894 whb: Add UDP logging support. James Benton 2017-06-02 11:46:15 +0100
  • fb38792da9 whb: Add missing include to gfx.h James Benton 2017-06-02 11:44:04 +0100