From: quzar <qu...@us...> - 2024-09-21 23:09:02
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, v2.1.0 has been created at 52140509f51a9d262ea75353f2eb0f7e18c2ec6b (commit) - Log ----------------------------------------------------------------- commit 52140509f51a9d262ea75353f2eb0f7e18c2ec6b Author: Falco Girgis <gyr...@gm...> Date: Sat Sep 21 16:59:08 2024 -0500 Updated the version number for KOS 2.1.0. (#750) commit ee1a623246106ce265e22d20b990b6774b082eec Author: QuzarDC <qu...@co...> Date: Sat Sep 21 18:04:48 2024 -0400 Truncate changelog to match v2.1.0 commit 6a2b5cda888b1363a567a238424dd0cec4dedc3e Author: Donald Haase <qu...@ya...> Date: Sat Sep 21 17:58:09 2024 -0400 Docs update (#747) * Huge update of docs primarily authored by darcagn. Mostly formatting, but a lot of minor fixups. * Significant content updates for license info to better coincide with current KOS (a lot no longer applied or made sense). * Updates to relnotes for v2.1.0 --------- Co-authored-by: darcagn <da...@pr...> commit 3498070b78578abcf48fb9983c787e8b5235e6d4 Author: darcagn <da...@pr...> Date: Tue Sep 3 22:23:30 2024 -0500 Fix typos in environ.sh (#733) Just changing -0* typos to -O. commit 38b0e140c05a4496cefe69dac5a19d97dcc23f1f Author: Paul Cercueil <pa...@cr...> Date: Thu Aug 8 16:08:00 2024 +0200 thread: Mark thd_pass() as __used This fixes atomics when building with LTO. Signed-off-by: Paul Cercueil <pa...@cr...> commit 3928de06b9024432c352129738246daef2c59137 Author: Paul Cercueil <pa...@cr...> Date: Thu Aug 8 16:06:13 2024 +0200 init: Mark arch_init() as __used And add the __noreturn that was missing to the implementation. Without the __used and when using LTO, some programs may have undefined references to arch_init(). Signed-off-by: Paul Cercueil <pa...@cr...> commit cd959f642c6bd6eb5a1199b1dbf4c354f3fc5a7f Author: darcagn <da...@pr...> Date: Mon Aug 12 07:17:13 2024 -0500 dc-chain: Fix ARM toolchain build error when JIT is enabled for SH toolchain (#709) commit 07087babf0fab5f22970eb0324e6ca96e9b02bc6 Author: Andy Barajas <and...@gm...> Date: Fri Aug 9 21:29:25 2024 -0700 Remove g1ata mutex use in biosfont (#700) Removed mutex from biosfont because it causes an issue in DS bootloader as well as give the ability to use biofonts inside of an IRQ context commit 06f5fc87c1696560b1e7e252c0cad7e03c7fa3dc Author: Falco Girgis <gyr...@gm...> Date: Thu Aug 8 06:19:46 2024 -0500 Manually aligned PVR primitives to 32-bytes (#678) This is necessary to leverage the "fast" store-queue path for pvr_prim(), and everyone doing any level of performance work is having to manually align every single vertex at the time of declaration... time to fix this in KOS itself like we did for matrix_t.` 1) Aligned all PVR vertex types to 32-bytes. 2) Aligned all PVR header types to 32-bytes. commit b825d67c2d2a3a573b9894974b5ad3d41d33cfac Author: Andy Barajas <and...@gm...> Date: Fri Aug 9 20:48:21 2024 -0700 Fix -Wmaybe-uninitialize warning (#701) commit fd7b4e43c81993270508e3a945fd61be88a7048c Author: darcagn <da...@pr...> Date: Wed Aug 7 16:39:30 2024 -0500 dc-chain: Updates to profiles and patches (#695) - GCC 11.x profile updated to 11.5.0 - Binutils updated to 2.43 for all non-legacy toolchains - Patch offsets updated to cleanly patch GCC 15.0.0-dev toolchain ----------------------------------------------------------------------- hooks/post-receive -- A pseudo Operating System for the Dreamcast. |