ObjFW  Check-in [9df84ee33d]

Overview
Comment:Implement introspection for the ObjFW runtime.

Currently, only methods can be introspected. This means that ivars and
properties are still on the todo list. However, the ObjFW runtime does
not export structs for those yet, so this needs to be done first.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 9df84ee33d12725b06c724f1560b29cb77130e35b2ef5b494190fabc89246921
User & Date: js on 2012-07-17 00:02:05
Other Links: manifest | tags
Context
2012-07-17
01:09
Rename ERROR() to OBJC_ERROR(). check-in: 345eb93240 user: js tags: trunk
00:02
Implement introspection for the ObjFW runtime. check-in: 9df84ee33d user: js tags: trunk
2012-07-16
23:49
Add OF_ENSURE. check-in: 417b213d41 user: js tags: trunk
Changes