ObjFW  History of src/block.h of 3c3467423a9cf105

History of the file that is called src/block.h at check-in 3c3467423a9cf105

2022-07-15
18:09
Deleted: Merge trunk into branch "wii-u" (check-in: [a2973418de] user: js, branch: wii-u, size: 0)
2021-04-17
15:20
Deleted: Clean up blocks a little (check-in: [03ea273cb3] user: js, branch: new-naming-convention, size: 0)
2021-01-02
22:04
[1fa9cdbfc6] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 2077) [annotate] [blame] [check-ins using] [diff]
2020-04-11
19:31
[6724cf2142] part of check-in [6e7e19252b] Make OFObject.h and OFString.h C-safe (check-in: [6e7e19252b] user: js, branch: trunk, size: 2166) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[bf1e73c83e] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 2112) [annotate] [blame] [check-ins using] [diff]
2019-11-24
22:23
[e8b856e116] part of check-in [c6d2de4312] runtime: Remove duplicate structs for ABI (check-in: [c6d2de4312] user: js, branch: trunk, size: 2109) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[e2b05adf4f] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2117) [annotate] [blame] [check-ins using] [diff]
2018-10-27
22:38
[1dea0c4336] part of check-in [5f6072bf22] Only use dllexport when we have no shared library (check-in: [5f6072bf22] user: js, branch: trunk, size: 2111) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[697bc4f9e2] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2041) [annotate] [blame] [check-ins using] [diff]
2017-09-26
21:53
[6fd563cf3c] part of check-in [52011fbfd6] Many nullability fixes (check-in: [52011fbfd6] user: js, branch: trunk, size: 2018) [annotate] [blame] [check-ins using] [diff]
2017-07-08
15:00
[a2c827d522] part of check-in [cc519b99bf] Make blocks work on Windows with static lib (check-in: [cc519b99bf] user: js, branch: trunk, size: 1998) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[9d0c7b51a6] 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: 1933) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[735c685469] 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: 1922) [annotate] [blame] [check-ins using] [diff]

2017-01-07
23:23
[2b08db5321] part of check-in [30bc1fb225] Override Clang's block declarations on Windows

This is necessary as Clang's implicit declarations for block-related
things are dllimport, while we need dllexport when compiling ObjFW
itself. (check-in: [30bc1fb225] user: js, branch: trunk, size: 1916) [annotate] [blame] [check-ins using] [diff]

2016-03-28
23:43
[261f53d6e7] part of check-in [543eb96c02] Style consistency changes

Multiline preprocessor directives now always indent the continued lines
by 4 spaces. The only exception are defines that define to code blocks:
Those are still indented by a tab in order to align with the rest of the
code. (check-in: [543eb96c02] user: js, branch: trunk, size: 1393) [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
[c5ffa7c873] part of check-in [2a27cf3000] Update copyright

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

2015-06-13
22:26
[30540ac853] part of check-in [9e76144ef8] Add support for and use the new nullability (check-in: [9e76144ef8] user: js, branch: trunk, size: 1386) [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
[74698753c6] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 1318) [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
[1c842e991f] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1312) [annotate] [blame] [check-ins using] [diff]
2013-02-17
13:36
[9c6a803607] part of check-in [c875400bbf] Use __VA_ARGS__ for Block_copy.

This solves a corner case where the preprocessor would complain
otherwise. (check-in: [c875400bbf] user: js, branch: trunk, size: 1306) [annotate] [blame] [check-ins using] [diff]

2013-01-09
22:24
[ff3d49827f] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 1269) [annotate] [blame] [check-ins using] [diff]
2012-12-20
01:10
Added: [5d90585c2b] part of check-in [b5e1ba0f94] Move block structs and functions to block.h.

This makes it possible to use the blocks runtime from C. (check-in: [b5e1ba0f94] user: js, branch: trunk, size: 1263) [annotate] [blame] [check-ins using]