History of file src/runtime/ObjFW_RT.h at check-in 754bf247423a3532
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 | runtime: Fix missing _t suffix in types file: [ae5ec75af6] check-in: [f0c9c3a9f7] user: js, branch: trunk, size: 10935 [annotate] [blame] [check-ins using] [diff] | |
2019-02-07
| ||
21:31 | More style improvements file: [9b77c85f63] check-in: [754bf24742] user: js, branch: trunk, size: 10925 [annotate] [blame] [check-ins using] [diff] | |
00:46 |
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 | Update copyright file: [9b214e845e] check-in: [0509d7a844] user: js, branch: trunk, size: 10630 [annotate] [blame] [check-ins using] [diff] | |
2018-05-13
| ||
02:09 | runtime: Port Amiga library to MorphOS file: [3f56631b9e] check-in: [95e1ba8d63] user: js, branch: trunk, size: 10624 [annotate] [blame] [check-ins using] [diff] | |
2018-05-06
| ||
21:39 |
runtime: Make Amiga library work with -fbaserel
This currently uses __saveds on all exported functions for simplicity. | |
18:42 | runtime: Add ARC methods to headers and Amiga lib file: [e761c23ace] check-in: [3ed710dc03] user: js, branch: trunk, size: 12243 [annotate] [blame] [check-ins using] [diff] | |
2018-05-05
| ||
18:06 | runtime: Let objc_get*Class return Class file: [48418839dd] check-in: [b3f32186dd] user: js, branch: trunk, size: 11100 [annotate] [blame] [check-ins using] [diff] | |
17:46 |
runtime: Work around compiler bug in Amiga library
This adds the same workaround for objc_enumerationMutation() as for | |
15:57 | runtime: Make exceptions work in Amiga library file: [209bda944a] check-in: [1cae2c720c] user: js, branch: trunk, size: 11069 [annotate] [blame] [check-ins using] [diff] | |
2018-05-01
| ||
15:10 | runtime: Add a linklib for the Amiga library file: [df243066af] check-in: [f840649052] user: js, branch: trunk, size: 10894 [annotate] [blame] [check-ins using] [diff] | |
2018-04-30
| ||
11:20 | runtime: Generate and install Amiga inline header file: [45784520cd] check-in: [ec343c7ae6] user: js, branch: trunk, size: 10451 [annotate] [blame] [check-ins using] [diff] | |
10:15 | runtime: Have the Amiga glue the other way around file: [afbf85daff] check-in: [dec9500ab6] user: js, branch: trunk, size: 10396 [annotate] [blame] [check-ins using] [diff] | |
2018-04-29
| ||
20:27 | runtime: Add glue functions for Amiga library file: [f934c05953] check-in: [4c72b5544f] user: js, branch: trunk, size: 12641 [annotate] [blame] [check-ins using] [diff] | |
19:26 | runtime: Specify m68k registers for most functions file: [ab282aaff9] check-in: [2d8aa8b1e6] user: js, branch: trunk, size: 10284 [annotate] [blame] [check-ins using] [diff] | |
18:23 | runtime: Rewrite amiga-library.m for AmigaOS 3 file: [2b0b102111] check-in: [d7870d7c1b] user: js, branch: trunk, size: 8977 [annotate] [blame] [check-ins using] [diff] | |
2018-04-22
| ||
18:12 |
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 | Make ObjFW compile for AmigaOS 3 file: [3317550b05] check-in: [0b07c8fcfa] user: js, branch: trunk, size: 8856 [annotate] [blame] [check-ins using] [diff] | |
16:13 |
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:
Allow building the runtime as a .framework
This also renames ObjFW-RT to ObjFW_RT, as hyphens should not be in | |