History of file src/init.mm at check-in d4f57c85c46e6b41
2025-03-20
| ||
22:22 | Renamed and modified src/init.mm → src/init.m. Convert remaining files to pure Objective-C file: [f9de6a81da] check-in: [12cac9666a] user: js, branch: trunk, size: 417 [annotate] [blame] [check-ins using] [diff] | |
2025-03-02
| ||
19:52 | Migrate more strings file: [1613c5c115] check-in: [0d125c31da] user: js, branch: trunk, size: 320 [annotate] [blame] [check-ins using] [diff] | |
14:56 | Clean up enqueueInit file: [79aa5cd4bd] check-in: [d4f57c85c4] user: js, branch: trunk, size: 336 [annotate] [blame] [check-ins using] [diff] | |
2024-08-03
| ||
14:50 |
Added:
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. file: [18cd3f3736] check-in: [1ee33c9983] user: js, branch: trunk, size: 338 [annotate] [blame] [check-ins using] | |