You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
theraven 6317b79a10 Implemented the new exception ABI, and a load of tests for it. This is used by
clang trunk if -fobjc-runtime-1.7 is specified and provides significantly
better interoperability with foreign exceptions.

Note: Most of the exception tests will not pass with gcc or clang < 3.3.  They
test things that are impossible to implement quite correctly with the
GCC-compatible exception ABI.

Also updated the release notes to reflect recent improvements.
13 years ago
..
RuntimeTest.xcodeproj libobjc2: add Xcode project for RuntimeTest 16 years ago
BlockImpTest.m Build with exceptions (fixes the issue with crashes where +initialize throws) 13 years ago
BoxedForeignException.m Implemented the new exception ABI, and a load of tests for it. This is used by 13 years ago
CMakeLists.txt Implemented the new exception ABI, and a load of tests for it. This is used by 13 years ago
CXXException.m Implemented the new exception ABI, and a load of tests for it. This is used by 13 years ago
ExceptionTest.m Implemented the new exception ABI, and a load of tests for it. This is used by 13 years ago
ForeignException.m Implemented the new exception ABI, and a load of tests for it. This is used by 13 years ago
GNUmakefile libobjc2: add a Test subdirectory with a preliminary test of the runtime API 16 years ago
NestedExceptions.m Implemented the new exception ABI, and a load of tests for it. This is used by 13 years ago
PropertyAttributeTest.m Implemented the new exception ABI, and a load of tests for it. This is used by 13 years ago
PropertyIntrospectionTest.m Build with exceptions (fixes the issue with crashes where +initialize throws) 13 years ago
ProtocolCreation.m Finished implementing the new runtime APIs. 14 years ago
RuntimeTest.m Added more test cases. 13 years ago
objc_msgSend.m Build with exceptions (fixes the issue with crashes where +initialize throws) 13 years ago