ObjFW  Changes On Branch 0dce5656f8327153

Changes In Branch runtime Through [0dce5656f8] Excluding Merge-Ins

This is equivalent to a diff from 66db4586f7 to 0dce5656f8

2012-05-03
22:31
Check in configure whether to use assembly lookup. check-in: e382d2a8cb user: js tags: runtime
2012-04-25
09:15
objfw-compile: Allow -std=*. check-in: 74f283ce2a user: js tags: trunk
09:11
Remove useless GNU runtime warning check. check-in: 0dce5656f8 user: js tags: runtime
2012-04-22
16:18
objfw-config: Include flags for fragile ABI. check-in: 25df622287 user: js tags: runtime
2012-04-21
11:31
Merge branch 'master' into runtime check-in: 676e09bf77 user: js tags: runtime
11:02
Fix __has_feature check. check-in: 66db4586f7 user: js tags: trunk
10:30
Use __objc_yes and __objc_no if available. check-in: e571ecccc0 user: js tags: trunk

Modified configure.ac from [8413d47c07] to [dcc83d6fc5].    [diff]

Modified extra.mk.in from [c78962a205] to [4dec53a4cc].    [diff]

Modified src/Makefile from [f5abc14455] to [dc55b4be53].    [diff]

Modified src/OFBlock.m from [5825d5d284] to [36beda4104].    [diff]

Modified src/OFIntrospection.m from [3e6c8b04d5] to [e4635330ec].    [diff]

Modified src/OFObject.h from [34ca0c3322] to [9092415875].    [diff]

Modified src/OFObject.m from [708e72ca3d] to [26d577e585].    [diff]

Modified src/OFThread.m from [ee16dd390b] to [15c3b7304d].    [diff]

Modified src/base64.h from [1cfc5e7ce8] to [86d7b49ac9].    [diff]

Modified src/exceptions/Makefile from [f45b67542a] to [7c2fda7df6].    [diff]

Modified src/macros.h from [ef3c33f2fd] to [5266d93197].    [diff]

Deleted src/objc_properties.m version [d2cf97ab35].

Deleted src/objc_sync.m version [6d549f3b5e].

Added src/runtime/Makefile version [b3597d7cd3].

Added src/runtime/category.m version [e7600b0d22].

Added src/runtime/class.m version [886ace82f1].

Added src/runtime/hashtable.m version [f05f1f70fa].

Added src/runtime/init.m version [67c36937da].

Added src/runtime/lookup-amd64-elf.S version [57e05c2a54].

Added src/runtime/lookup-x86-elf.S version [ee522b3dc7].

Added src/runtime/lookup.m version [035f3dccce].

Added src/runtime/property.m version [343585f1c5].

Added src/runtime/protocol.m version [c72a2fb5f7].

Added src/runtime/runtime-private.h version [7dea8609ad].

Added src/runtime/runtime.h version [97bbb9569f].

Added src/runtime/selector.m version [e0ff7d4f75].

Added src/runtime/sparsearray.m version [676c05892e].

Added src/runtime/static-instances.m version [af522385e4].

Added src/runtime/synchronized.m version [60cb02c7ef].

Added src/runtime/threading.m version [92014702e9].

Modified tests/Makefile from [8bfcb02596] to [e4f2bfe9b1].    [diff]

Modified tests/OFBlockTests.m from [2ade830512] to [b8c56f759a].    [diff]

Modified tests/plugin/Makefile from [9a218c4a65] to [49897d6981].    [diff]