Overview
Comment: | Don't depend on global constructors for commands
This breaks when using ObjC, as these can run before the ObjC module is initialized, resulting in non-working message sends as the selectors are not registered yet. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1ee33c99835abc029ac202afad1f9b3b |
User & Date: | js on 2024-08-03 14:50:31 |
Other Links: | manifest | tags |
Context
2024-08-03
| ||
15:12 | Start migrating commands / variables to ObjC++ check-in: f4c57c1df0 user: js tags: trunk | |
14:50 | Don't depend on global constructors for commands check-in: 1ee33c9983 user: js tags: trunk | |
13:17 | Add server to meson.build check-in: 0cfe4b85e2 user: js tags: trunk | |
Changes
Modified meson.build from [db7a10eabb] to [e523f05d4d]. [diff]
Modified src/cube.h from [11dc4e9109] to [ac53062292]. [diff]
Added src/init.mm version [18cd3f3736].
Modified src/main.mm from [9f8b587f26] to [65508559f3]. [diff]
Modified src/protos.h from [1ced1650a0] to [135758e2d7]. [diff]