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 d1336543d8 Build with exceptions (fixes the issue with crashes where +initialize throws)
Start adding the tests to CMake.
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
CMakeLists.txt Build with exceptions (fixes the issue with crashes where +initialize throws) 13 years ago
GNUmakefile libobjc2: add a Test subdirectory with a preliminary test of the runtime API 16 years ago
PropertyAttributeTest.m Fix handling of properties that refer to an instance variable other than the 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 Actually wait for +initialize to finish before allowing any thread to send a message to a class (I broke this when I rewrote the dtable code to use a per-class lock - the lookup forgot to acquire the correct mutex.) 15 years ago
objc_msgSend.m Build with exceptions (fixes the issue with crashes where +initialize throws) 13 years ago