ObjFW  History of src/runtime/static-instances.m of b52c4a41e4c688ce

History of the file that is called src/runtime/static-instances.m at check-in b52c4a41e4c688ce

2024-04-03
02:16
[1dcac2483b] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 2924) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[785f22c36a] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2716) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[3d6759633a] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 2716) [annotate] [blame] [check-ins using] [diff]
2022-09-19
19:10
[7d72566e27] part of check-in [41c2b305ce] Fix missing void in function declarations (check-in: [41c2b305ce] user: js, branch: trunk, size: 2716) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[a4b6846d46] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 2712) [annotate] [blame] [check-ins using] [diff]
2021-05-02
11:34
[5b5e1b3d9a] part of check-in [2b75f9e6a0] runtime: Name things more consistently (check-in: [2b75f9e6a0] user: js, branch: trunk, size: 2712) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[9308a0dd6f] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 2717) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[314b61ed5d] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 2806) [annotate] [blame] [check-ins using] [diff]
2019-11-24
22:23
[331920028d] part of check-in [c6d2de4312] runtime: Remove duplicate structs for ABI (check-in: [c6d2de4312] user: js, branch: trunk, size: 2803) [annotate] [blame] [check-ins using] [diff]
2019-06-17
00:38
[8c2bdd3f07] part of check-in [79fe29dbf4] Remove underscores from library & framework names

This is more compatible with the various conventions used on various
systems. (check-in: [79fe29dbf4] user: js, branch: trunk, size: 2847) [annotate] [blame] [check-ins using] [diff]

2019-02-07
21:31
[ca4604a232] part of check-in [754bf24742] More style improvements (check-in: [754bf24742] user: js, branch: trunk, size: 2848) [annotate] [blame] [check-ins using] [diff]
00:46
[e9f2e9fced] part of check-in [ef6d69931e] Make style consistent between ObjFW and ObjFW_RT

ObjFW_RT used to be a separate project that followed the BSD style, as
it was written in pure C, while ObjFW's style is based on the BSD style
with changes to make it a better fit for Objective-C. This commit
changes ObjFW_RT to use the same style as ObjFW. (check-in: [ef6d69931e] user: js, branch: trunk, size: 2836) [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
[46b4e85118] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2663) [annotate] [blame] [check-ins using] [diff]
2018-04-29
20:27
[297c42eb6a] part of check-in [4c72b5544f] runtime: Add glue functions for Amiga library (check-in: [4c72b5544f] user: js, branch: trunk, size: 2685) [annotate] [blame] [check-ins using] [diff]
2018-01-21
22:16
[88afa289a1] part of check-in [0f42b0eafd] Allow building the runtime as a .framework

This also renames ObjFW-RT to ObjFW_RT, as hyphens should not be in
framework names. (check-in: [0f42b0eafd] user: js, branch: trunk, size: 2657) [annotate] [blame] [check-ins using] [diff]

2018-01-03
19:49
[e11967d4b1] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2657) [annotate] [blame] [check-ins using] [diff]
2017-07-09
15:29
[77813d591b] part of check-in [5bb771755d] runtime: Rename include to ObjFW-RT.h (check-in: [5bb771755d] user: js, branch: trunk, size: 2634) [annotate] [blame] [check-ins using] [diff]
2017-06-11
01:24
[7559b44b68] part of check-in [9027e1ab8d] runtime: Fix initialization of static instances (check-in: [9027e1ab8d] user: js, branch: trunk, size: 2641) [annotate] [blame] [check-ins using] [diff]
2017-06-07
21:38
[f2156324ce] part of check-in [79011c5f56] runtime: Move all globals into a single struct

This is required to create a .library on MorphOS. (check-in: [79011c5f56] user: js, branch: trunk, size: 2541) [annotate] [blame] [check-ins using] [diff]

2017-05-07
20:10
[e637d2916b] part of check-in [4af49a13c3] Small code style change

Casts are now written like types in variable declarations. (check-in: [4af49a13c3] user: js, branch: trunk, size: 2510) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[ef2f011243] part of check-in [44f45c2e35] Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. (check-in: [44f45c2e35] user: js, branch: trunk, size: 2507) [annotate] [blame] [check-ins using] [diff]

2016-02-21
15:37
[dbfe4cc308] part of check-in [e0b9167693] Make use of C99-style for loops (check-in: [e0b9167693] user: js, branch: trunk, size: 2501) [annotate] [blame] [check-ins using] [diff]
2016-01-03
00:41
[5540d87e86] part of check-in [2a27cf3000] Update copyright

While at it, also update the mail address. (check-in: [2a27cf3000] user: js, branch: trunk, size: 2535) [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
[10f53cdf66] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 2531) [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
[6ecd8f1e6a] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 2525) [annotate] [blame] [check-ins using] [diff]
2013-12-19
20:15
[c67bef4763] part of check-in [b4231b1df9] runtime: New API for internal unregister methods. (check-in: [b4231b1df9] user: js, branch: trunk, size: 2519) [annotate] [blame] [check-ins using] [diff]
2013-03-08
23:00
[172bc47cd5] part of check-in [e8d6ca16e7] Take advantage of realloc(NULL, n) being defined. (check-in: [e8d6ca16e7] user: js, branch: trunk, size: 2392) [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
[24b8585e6a] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 2519) [annotate] [blame] [check-ins using] [diff]
2012-11-30
16:09
[7e14b89af0] part of check-in [120caad331] Make runtime API more similar to Apple's.

This makes it easier to use runtime functions in portable code. (check-in: [120caad331] user: js, branch: trunk, size: 2513) [annotate] [blame] [check-ins using] [diff]

2012-07-17
01:09
[f95b35ea0d] part of check-in [345eb93240] Rename ERROR() to OBJC_ERROR().

ERROR seems to be defined on MinGW32 and it's likely that it's also used
on other systems, thus it's better to prefix it with OBJC_. (check-in: [345eb93240] user: js, branch: trunk, size: 2515) [annotate] [blame] [check-ins using] [diff]

2012-07-12
01:28
[3523e88639] part of check-in [8892ae9fcc] Don't access isa directly. (check-in: [8892ae9fcc] user: js, branch: trunk, size: 2505) [annotate] [blame] [check-ins using] [diff]
2012-03-04
20:20
Added: [af522385e4] part of check-in [129f90b580] Import and integrate ObjFW-RT. (check-in: [129f90b580] user: js, branch: runtime, size: 2487) [annotate] [blame] [check-ins using]