History of the file that is called src/runtime/ObjFW_RT.h at check-in d7870d7c1bdba4b1
|
2019-06-17
| ||
| 00:38 |
Deleted:
Remove underscores from library & framework names
This is more compatible with the various conventions used on various | |
|
2019-04-21
| ||
| 17:26 | [ae5ec75af6] part of check-in [f0c9c3a9f7] runtime: Fix missing _t suffix in types (check-in: [f0c9c3a9f7] user: js, branch: trunk, size: 10935) [annotate] [blame] [check-ins using] [diff] | |
|
2019-02-07
| ||
| 21:31 | [9b77c85f63] part of check-in [754bf24742] More style improvements (check-in: [754bf24742] user: js, branch: trunk, size: 10925) [annotate] [blame] [check-ins using] [diff] | |
| 00:46 |
[eecb74dd6c]
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 | |
|
2019-01-03
| ||
| 19:13 | [9b214e845e] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 10630) [annotate] [blame] [check-ins using] [diff] | |
|
2018-05-13
| ||
| 02:09 | [3f56631b9e] part of check-in [95e1ba8d63] runtime: Port Amiga library to MorphOS (check-in: [95e1ba8d63] user: js, branch: trunk, size: 10624) [annotate] [blame] [check-ins using] [diff] | |
|
2018-05-06
| ||
| 21:39 |
[18895befa5]
part of check-in [482698c5be]
runtime: Make Amiga library work with -fbaserel
This currently uses __saveds on all exported functions for simplicity. | |
| 18:42 | [e761c23ace] part of check-in [3ed710dc03] runtime: Add ARC methods to headers and Amiga lib (check-in: [3ed710dc03] user: js, branch: trunk, size: 12243) [annotate] [blame] [check-ins using] [diff] | |
|
2018-05-05
| ||
| 18:06 | [48418839dd] part of check-in [b3f32186dd] runtime: Let objc_get*Class return Class (check-in: [b3f32186dd] user: js, branch: trunk, size: 11100) [annotate] [blame] [check-ins using] [diff] | |
| 17:46 |
[4c021bd0e6]
part of check-in [dff419362e]
runtime: Work around compiler bug in Amiga library
This adds the same workaround for objc_enumerationMutation() as for | |
| 15:57 | [209bda944a] part of check-in [1cae2c720c] runtime: Make exceptions work in Amiga library (check-in: [1cae2c720c] user: js, branch: trunk, size: 11069) [annotate] [blame] [check-ins using] [diff] | |
|
2018-05-01
| ||
| 15:10 | [df243066af] part of check-in [f840649052] runtime: Add a linklib for the Amiga library (check-in: [f840649052] user: js, branch: trunk, size: 10894) [annotate] [blame] [check-ins using] [diff] | |
|
2018-04-30
| ||
| 11:20 | [45784520cd] part of check-in [ec343c7ae6] runtime: Generate and install Amiga inline header (check-in: [ec343c7ae6] user: js, branch: trunk, size: 10451) [annotate] [blame] [check-ins using] [diff] | |
| 10:15 | [afbf85daff] part of check-in [dec9500ab6] runtime: Have the Amiga glue the other way around (check-in: [dec9500ab6] user: js, branch: trunk, size: 10396) [annotate] [blame] [check-ins using] [diff] | |
|
2018-04-29
| ||
| 20:27 | [f934c05953] part of check-in [4c72b5544f] runtime: Add glue functions for Amiga library (check-in: [4c72b5544f] user: js, branch: trunk, size: 12641) [annotate] [blame] [check-ins using] [diff] | |
| 19:26 | [ab282aaff9] part of check-in [2d8aa8b1e6] runtime: Specify m68k registers for most functions (check-in: [2d8aa8b1e6] user: js, branch: trunk, size: 10284) [annotate] [blame] [check-ins using] [diff] | |
| 18:23 | [2b0b102111] part of check-in [d7870d7c1b] runtime: Rewrite amiga-library.m for AmigaOS 3 (check-in: [d7870d7c1b] user: js, branch: trunk, size: 8977) [annotate] [blame] [check-ins using] [diff] | |
|
2018-04-22
| ||
| 18:12 |
[a5d4a53089]
part of check-in [972fd1d98d]
ObjFW_RT.h: Do not depend on platform.h
platform.h is only installed as part of ObjFW, not as part of the | |
| 17:48 | [3317550b05] part of check-in [0b07c8fcfa] Make ObjFW compile for AmigaOS 3 (check-in: [0b07c8fcfa] user: js, branch: trunk, size: 8856) [annotate] [blame] [check-ins using] [diff] | |
| 16:13 |
[75ca2f1db8]
part of check-in [fe2cbe0021]
runtime: Define BOOL to be the same as bool
As we define the ABI, we can just replace BOOL with bool everywhere, This still defines BOOL to bool for compatibility, except on AmigaOS and | |
|
2018-01-21
| ||
| 22:16 |
Added:
[d5822f4845]
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 | |