2025-10-05T13:56:29Z
4d02890f472c3b9a736ffa75be0dee0eb90fd641
Tiny cleanup
2025-10-05T13:48:13Z
208a2ac94bd2f4c59c449fddc6b38bfb565d78f6
Use -framework/-F rather than -l/-L for frameworks in TestApp build
2025-10-05T12:33:59Z
4f4a76ea1318e031ebf0871567b0256dcd27a8d3
Fix integration test build linker args
2025-10-04T22:14:29Z
8ffe7d934801997bc4df064b189e843ef532f1cf
Use new host dylib list to give better warnings/errors on unknown dylibs
2025-10-04T21:38:14Z
bb48020caf7d5d88f05c3a9f21380138d5310465
Reorganise host class, constant and function exports into "dylibs"
2025-10-04T15:01:04Z
929598d521b4d7451886f92454a55848421b3cfa
Move/rename some host implementations that were in the wrong frameworks
2025-09-27T13:09:17Z
3983feb018001e713fa7491a685b275e569793f1
Update CHANGELOG
2025-09-24T14:28:16Z
383259bdcc76504c3d465e384eee2d87affaa864
Fix typos in 58b66ae
2025-09-24T04:31:23Z
1f8125cbe00249d15fa402c510b755f0a8a6d9b8
Check for main memory allocation failures
2025-09-24T04:29:35Z
c5147112b41e3d31473e9333e2d384e01a16b82b
Allow autoreleasepool deallocation beneath the top
2025-09-23T20:25:46Z
0357805bcd346ab9daff932662f071e0ba6f0f05
Tolerate bad sort functions in -[NSArray sort...]
2025-09-21T21:35:35Z
f043029cd25ded0608535325909af8347da7911c
Account for unknown audio unit in AudioUnitUninitialize()
2025-09-21T10:37:02Z
a1c8c5c0e8307102d5d0a74274410f6e9e085a32
Enable STBI_ONLY_BMP and STBI_ONLY_GIF for stb_image_wrapper
2025-09-20T14:59:15Z
443cd036595d1a35e78a4b6932f8f5b03ecdd075
Implement mach_task_self()
2025-09-20T14:43:47Z
ad899685ef709793ccd06e46a1e216359095dd38
NSString/CFString: Add NSISOLatin1StringEncoding
2025-09-20T12:02:27Z
192ed4ca1ffec3db877885fa0dc25c91f93c76b1
Add missing ASCII assertion to data_using_encoding_lossy_inner() helper
2025-09-20T11:30:49Z
8243f7b6df452fdba2abb1442d9b9c113755e456
NSFileHandle availableData for files
2025-09-19T20:19:41Z
06e83024a0b4262bde5340c5d6b8edb698464c58
Enable --ignore-gl-errors for Bugdom 2
2025-09-19T14:21:16Z
f6d202ed47192b54352c567c225d0544b654d867
NSString Refactor (fixed stringWithFormat: and other refactoring)
2025-09-19T00:16:28Z
b99bf1dae084dafa792bfff1c05a0680f5cf70d3
Add modf function
2025-09-18T10:52:16Z
0c28ff1217f8192a0ce2dc2520bc176e99109a26
Update copyright end date (a few months too late ;)
2025-09-16T20:15:03Z
d9b0991b1a50d59ca77c8f959aa71af7ccb7bded
Enable --ignore-gl-errors for some games by default
2025-09-16T19:32:08Z
52d4a486c7505989b7751a00d07ffd9b48136067
Allow run loop reentrancy
2025-09-15T02:14:57Z
6a6c72cc46433ef30a4b29cf55abf2dc75e8ac06
Add [NSString string]
2025-09-14T22:22:10Z
f7010029f1a8f4733ce89a20ba4384022b5725c6
Add [NSUserDefaults arrayForKey]
2025-09-14T22:19:00Z
8238da604c35577f8bac5262d5efd2e6ecf014e7
Use log_once for atomic property set/get
2025-09-14T21:44:18Z
4c11f6086ce3938213e8ae51bc01dea75716b570
Improve JPEG test a bit
2025-09-14T21:30:08Z
e20dda1fbfeec6b0b28074d82fd4423a4bf1ef15
Implement CGImageCreateWithJPEGDataProvider()