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.
thebeing ee7817cf57 Implement a hook that allows the compiler to register the aliases used with the
@compatibility_alias directive so that they can be resolved at runtime.
15 years ago
..
Availability.h Added property_getName(). Added non-portable API documentation. 16 years ago
Object.h libobjc2: make Object.h include runtime.h 16 years ago
Protocol.h Commit some missing files. 16 years ago
blocks_runtime.h Tweaked the GNUmakefile to (more or less) work with gcc. 16 years ago
capabilities.h Implement a hook that allows the compiler to register the aliases used with the 15 years ago
developer.h Initial work on developer mode (allows classes to be replaced at run time with new versions, by cooperating IDEs). This support is part of ongoing work to provide fix-and-continue functionality with Clang / Cling and LanguageKit. 15 years ago
encoding.h Expose a function needed by GNUstep. 16 years ago
hooks.h Added a hook that defines the behaviour when you call a method with the wrong signature. 16 years ago
objc-api.h libobjc2: add dummy objc.h and objc-api.h headers which simply include runtime.h 16 years ago
objc.h libobjc2: add dummy objc.h and objc-api.h headers which simply include runtime.h 16 years ago
runtime-deprecated.h Added some header documentation for runtime functions. 15 years ago
runtime.h Implement a hook that allows the compiler to register the aliases used with the 15 years ago
slot.h Added low memory profile to libobjc2. This uses a more NeXT-style dtable design, which gives better memory usage at the cost of (significantly) worse worst-case performance. The memory savings seem to be only about 10% in the apps I've tested (Gorm, edlc), so it's probably not worthwhile, but it might be useful for someone finding stuff is just starting to swap... 16 years ago
toydispatch.h Restore accidentally deleted toydispatch.h. 15 years ago