ObjFW  Check-in [0f42b0eafd]

Overview
Comment:Allow building the runtime as a .framework

This also renames ObjFW-RT to ObjFW_RT, as hyphens should not be in
framework names.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0f42b0eafdca3d8edc07d0b440f225c8a7f03d099037dd6b6338bb08acda9f89
User & Date: js on 2018-01-21 22:16:23
Other Links: manifest | tags
Context
2018-01-21
22:29
Make sure FRAMEWORK_LIBS is always set correctly check-in: 7615f3d657 user: js tags: trunk
22:16
Allow building the runtime as a .framework check-in: 0f42b0eafd user: js tags: trunk
21:47
Update buildsys check-in: 3392826e13 user: js tags: trunk
Changes

Modified .gitignore from [644c27744a] to [ddf1cb76b4].    [diff]

Modified configure.ac from [51b7eeb39e] to [e96d7e8c11].    [diff]

Modified extra.mk.in from [2a9525e704] to [6c0745c9f3].    [diff]

Modified src/Makefile from [fddf9b0f91] to [d05485b022].    [diff]

Modified src/OFObject.m from [27d4e83713] to [cc8b3ee1a4].    [diff]

Modified src/macros.h from [eade3d2bc3] to [6b06f3d8b7].    [diff]

Modified src/runtime/Makefile from [80fa148287] to [c6d4eca569].    [diff]

Deleted src/runtime/ObjFW-RT.fd version [1cf82b39e9].

Deleted src/runtime/ObjFW-RT.h version [d5822f4845].

Added src/runtime/ObjFW_RT.fd version [50739d3a7f].

Added src/runtime/ObjFW_RT.h version [d5822f4845].

Modified src/runtime/arc.m from [8c146c9d27] to [50f4a977be].    [diff]

Modified src/runtime/category.m from [d8f8ad3153] to [d7901edc43].    [diff]

Modified src/runtime/class.m from [355653e066] to [2ddf79d34d].    [diff]

Modified src/runtime/dtable.m from [8fe9d17772] to [ba92be815f].    [diff]

Modified src/runtime/exception.m from [2831c7587e] to [2f76cd89bc].    [diff]

Modified src/runtime/hashtable.m from [bd4088ddb7] to [7d3f783222].    [diff]

Modified src/runtime/init.m from [542d62ba79] to [9ac67071b3].    [diff]

Modified src/runtime/lookup.m from [0a8dc1a730] to [d66050c602].    [diff]

Modified src/runtime/misc.m from [801d0ecfef] to [c235fc1cd0].    [diff]

Modified src/runtime/morphos-library.m from [7147012c81] to [04b4a50718].    [diff]

Modified src/runtime/property.m from [222e1aa9ff] to [ad22d9f929].    [diff]

Modified src/runtime/protocol.m from [3f9b49b76b] to [373c118537].    [diff]

Modified src/runtime/selector.m from [b706eb0b5b] to [c1a16c1dcc].    [diff]

Modified src/runtime/sparsearray.m from [e4f2e149b9] to [0e0f3e055d].    [diff]

Modified src/runtime/static-instances.m from [e11967d4b1] to [88afa289a1].    [diff]

Modified src/runtime/synchronized.m from [f070b5128f] to [9c9179113a].    [diff]

Modified src/runtime/threading.m from [94b640a762] to [485a93cc19].    [diff]

Modified tests/Makefile from [5e33164e81] to [c8e50f1c4a].    [diff]

Modified tests/OFBlockTests.m from [b393126e7b] to [06efef82d6].    [diff]

Modified tests/objc_sync/Makefile from [9a7ef098a8] to [bedcf46763].    [diff]

Modified utils/objfw-config.in from [cb27619734] to [4b31103da3].    [diff]