ObjFW  History of src/block.h of 374e1a1bfa30d767

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

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
Update copyright file: [1fa9cdbfc6] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2077 [annotate] [blame] [check-ins using] [diff]
2020-04-11
19:31
Make OFObject.h and OFString.h C-safe file: [6724cf2142] check-in: [6e7e19252b] user: js, branch: trunk, size: 2166 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [bf1e73c83e] check-in: [c7f0229795] user: js, branch: trunk, size: 2112 [annotate] [blame] [check-ins using] [diff]
2019-11-24
22:23
runtime: Remove duplicate structs for ABI file: [e8b856e116] check-in: [c6d2de4312] user: js, branch: trunk, size: 2109 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [e2b05adf4f] check-in: [0509d7a844] user: js, branch: trunk, size: 2117 [annotate] [blame] [check-ins using] [diff]
2018-10-27
22:38
Only use dllexport when we have no shared library file: [1dea0c4336] check-in: [5f6072bf22] user: js, branch: trunk, size: 2111 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [697bc4f9e2] check-in: [7e5c81e186] user: js, branch: trunk, size: 2041 [annotate] [blame] [check-ins using] [diff]
2017-09-26
21:53
Many nullability fixes file: [6fd563cf3c] check-in: [52011fbfd6] user: js, branch: trunk, size: 2018 [annotate] [blame] [check-ins using] [diff]
2017-07-08
15:00
Make blocks work on Windows with static lib file: [a2c827d522] check-in: [cc519b99bf] user: js, branch: trunk, size: 1998 [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
Small code style change

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

2017-01-09
17:36
Update copyright

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

2017-01-07
23:23
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. file: [2b08db5321] check-in: [30bc1fb225] user: js, branch: trunk, size: 1916 [annotate] [blame] [check-ins using] [diff]

2016-03-28
23:43
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. file: [261f53d6e7] check-in: [543eb96c02] user: js, branch: trunk, size: 1393 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

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

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

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

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

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