ObjFW  All files named "src/runtime/morphos-library.m"

History for src/runtime/morphos-library.m

2018-04-28
23:41
Deleted: Update buildsys check-in: [310e9eb600] user: js, branch: trunk, size: 0
2018-04-22
16:13
runtime: Define BOOL to be the same as bool

As we define the ABI, we can just replace BOOL with bool everywhere,
including in ObjFW itself. For the Apple platforms where BOOL and bool
are different, this is not a problem as BOOL and bool are passed and
returned the same way in the ABI.

This still defines BOOL to bool for compatibility, except on AmigaOS and
Wii, which both have its own BOOL type. file: [6a9a522909] check-in: [fe2cbe0021] user: js, branch: trunk, size: 5431 [annotate] [blame] [check-ins using] [diff]

2018-01-21
22:29
Make sure FRAMEWORK_LIBS is always set correctly file: [1e4a1b451d] check-in: [7615f3d657] user: js, branch: trunk, size: 5466 [annotate] [blame] [check-ins using] [diff]
22:16
Allow building the runtime as a .framework

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

2018-01-03
19:49
Update copyright notice file: [7147012c81] check-in: [7e5c81e186] user: js, branch: trunk, size: 5466 [annotate] [blame] [check-ins using] [diff]
2017-07-29
10:48
Deleted: Remove incomplete MorphOS library support check-in: [3ba2a4bd82] user: js, branch: 0.90, size: 0
2017-07-17
23:02
runtime: Prepare for having a glue library

A glue library is required as the compiler generates direct references
to some runtime functions. file: [90367d03a6] check-in: [d5706b7070] user: js, branch: trunk, size: 5443 [annotate] [blame] [check-ins using] [diff]

2017-07-09
15:29
runtime: Rename include to ObjFW-RT.h file: [9724385102] check-in: [5bb771755d] user: js, branch: trunk, size: 5443 [annotate] [blame] [check-ins using] [diff]
14:14
runtime/morphos-library.m: Add all functions file: [71fd96ba85] check-in: [b930fcc11f] user: js, branch: trunk, size: 5441 [annotate] [blame] [check-ins using] [diff]
2017-07-08
23:31
src/morphos-library.m: Fix expunging file: [eba1cadc74] check-in: [8c76d90af0] user: js, branch: trunk, size: 3956 [annotate] [blame] [check-ins using] [diff]
2017-06-13
23:08
Added: runtime: Add initial morphos-library.m

This allows opening and closing the library, but does not do all the
initialization yet and does not export any functions. file: [ba7732f086] check-in: [0d6873e122] user: js, branch: trunk, size: 3747 [annotate] [blame] [check-ins using]