Commit Graph

7 Commits

Author SHA1 Message Date
abnormalmaps
9666ff6746 Support building Objective C in TestApp
Supports building Objective-C code inside TestApp by using the
common3.0-sdk.

Change-Id: I684e2892f750c03818dd2bc35f0d108e61611e15
2025-09-18 12:22:40 +02:00
ciciplusplus
31b8490ea2 Implement CFNumberGetValue(), CFNumberCompare() and CFBooleanGetValue()
Also implement NSNumber isEqualToNumber: and compare: methods

Change-Id: I8be7caa048423e76b7a39b0a9fce9d4fbfc2dbd0
2025-08-06 21:07:48 +02:00
hikari_no_yume
68a97dbeb3 Add headless mode, use it for integration tests, run them on Windows CI
The GitHub Actions CI on Windows didn't like the attempt to spawn a
window, so it had to be disabled until a headless mode could be added.
2023-08-22 12:53:24 +02:00
hikari_no_yume
2960cf6260 Set -fno-stack-protector to fix TestApp crash in qsort tests 2023-08-21 22:28:11 +02:00
hikari_no_yume
d1072934d8 Use upstream LLVM to build the integration tests, remove binary from git 2023-08-21 21:52:02 +02:00
ciciplusplus
3836d65edf Fix integration tests 2023-05-12 11:56:42 +02:00
ciciplusplus
e6f73cd047 stdlib's qsort implementation + integration tests
(Merged pull request by @ciciplusplus, resolves #97.)
2023-04-21 13:07:23 +02:00