ObjFW  History of src/OFProcess.h of bdf82f10b4d5c8ba

History of the file that is called src/OFProcess.h at check-in bdf82f10b4d5c8ba

2024-01-02
17:17
Update copyright file: [fe80ac7f23] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 7409 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [a4c6c29f31] check-in: [8939cbdb52] user: js, branch: trunk, size: 7409 [annotate] [blame] [check-ins using] [diff]
2022-10-21
13:07
Document more exceptions file: [1691c8fd4f] check-in: [a62b254fda] user: js, branch: trunk, size: 7409 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [edb6555d8e] check-in: [1a86b8175b] user: js, branch: trunk, size: 7232 [annotate] [blame] [check-ins using] [diff]
2021-12-13
01:49
Fix subprocesses file: [d24f2e33e1] check-in: [c2bf5b0410] user: js, branch: trunk, size: 7232 [annotate] [blame] [check-ins using] [diff]
2021-03-30
21:06
Renamed src/OFProcess.h → src/OFSubprocess.h. Rename OFProcess to OFSubprocess file: [a6ce8bbc81] check-in: [79548b3c29] user: js, branch: trunk, size: 7232 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [a7b8fab4c5] check-in: [374e1a1bfa] user: js, branch: trunk, size: 7141 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [9ba5254960] check-in: [163a4a5a2e] user: js, branch: trunk, size: 7230 [annotate] [blame] [check-ins using] [diff]
2020-04-26
10:42
Add -[OFProcess waitForTermination] file: [376740648e] check-in: [bdf82f10b4] user: js, branch: trunk, size: 7230 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [b0e3da0617] check-in: [c7f0229795] user: js, branch: trunk, size: 7037 [annotate] [blame] [check-ins using] [diff]
2019-09-29
19:35
Either restrict subclassing or reserve ivar space

This allows ABI stability with the fragile ABI. file: [df8e9272e3] check-in: [496695d778] user: js, branch: trunk, size: 7034 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [7c50dd3a7c] check-in: [0509d7a844] user: js, branch: trunk, size: 7008 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [a43eec0168] check-in: [7e5c81e186] user: js, branch: trunk, size: 7002 [annotate] [blame] [check-ins using] [diff]
2017-11-19
11:04
Do not conform to OFReadyFor*Observing by default

Instead of letting OFStream conform to it, which itself does not really
conform to it, let all the subclasses that actually do conform to it. file: [b5fba3c334] check-in: [69749b6a5b] user: js, branch: trunk, size: 6979 [annotate] [blame] [check-ins using] [diff]

2017-10-17
00:33
Do not use implicit method return types

Instead, explicitly declare them, as OF_ASSUME_NONNULL_{BEGIN,END} does
not apply to implicit return types. This means that after this commit,
all init methods have a nonnull return type, as they should have. file: [b0f7aa5681] check-in: [2f4e0df8be] user: js, branch: trunk, size: 6858 [annotate] [blame] [check-ins using] [diff]

2017-06-03
18:37
Properly check for sys/types.h file: [b8f13557bc] check-in: [4ec0948b1b] user: js, branch: trunk, size: 6787 [annotate] [blame] [check-ins using] [diff]
2017-05-08
21:37
Add OF_DESIGNATED_INITIALIZER & OF_METHOD_FAMILY file: [f549c80d9c] check-in: [469a496cd2] user: js, branch: trunk, size: 6727 [annotate] [blame] [check-ins using] [diff]
2017-05-07
23:14
Add OF_UNAVAILABLE file: [1e2a3e60ab] check-in: [16c05e87e1] user: js, branch: trunk, size: 6697 [annotate] [blame] [check-ins using] [diff]
20:10
Small code style change

Casts are now written like types in variable declarations. file: [d13a85d5ee] check-in: [4af49a13c3] user: js, branch: trunk, size: 6673 [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: [d3d4d0056c] check-in: [44f45c2e35] user: js, branch: trunk, size: 6643 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:43
Update copyright

While at it, also update the mail address. file: [14eca30071] check-in: [cec0f072f8] user: js, branch: 0.8, size: 6609 [annotate] [blame] [check-ins using] [diff]

00:41
Update copyright

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

2015-11-28
19:47
Minor documentation improvements file: [b2884aa7f4] check-in: [650b4be224] user: js, branch: trunk, size: 6633 [annotate] [blame] [check-ins using] [diff]
2015-10-19
22:15
Add platform.h & make platform defines consistent file: [8a69d4d07e] check-in: [1ba08eebc5] user: js, branch: trunk, size: 6613 [annotate] [blame] [check-ins using] [diff]
2015-06-13
22:26
Add support for and use the new nullability file: [c6a99c7fe3] check-in: [9e76144ef8] user: js, branch: trunk, size: 6605 [annotate] [blame] [check-ins using] [diff]
2015-06-12
23:59
Add support for and use the new ObjC generics file: [d9cfbadee0] check-in: [5329fe7c1a] user: js, branch: trunk, size: 6468 [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
Update copyright file: [053077896b] check-in: [cfd374b906] user: js, branch: trunk, size: 6210 [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
Documentation: Show correct imports file: [092c744c91] check-in: [246cfe0807] user: js, branch: trunk, size: 6204 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [d7323e91cc] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 6151 [annotate] [blame] [check-ins using] [diff]
2013-08-15
19:00
Move private methods into private headers. file: [9ddd71d1ba] check-in: [1d7a1cbca0] user: js, branch: trunk, size: 6145 [annotate] [blame] [check-ins using] [diff]
2013-04-09
22:09
Fix incomplete of_char16_t migration. file: [cb05d48dd9] check-in: [8fe08864f8] user: js, branch: trunk, size: 6312 [annotate] [blame] [check-ins using] [diff]
2013-03-04
17:20
Replace BOOL with bool.

The only places where BOOL is left are those where they are required by
the ABI. file: [6ab46f1eca] check-in: [c5ef582958] user: js, branch: trunk, size: 6305 [annotate] [blame] [check-ins using] [diff]

2013-02-12
18:22
Prefix all ivars with an underscore. file: [97b7b3ccc7] check-in: [e40729d406] user: js, branch: trunk, size: 6305 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [4eeb2e3155] check-in: [813c00ccf0] user: js, branch: trunk, size: 6297 [annotate] [blame] [check-ins using] [diff]
2013-01-08
03:41
OFProcess: Kill the process in -[close]. file: [f6205ef845] check-in: [382e89a033] user: js, branch: trunk, size: 6291 [annotate] [blame] [check-ins using] [diff]
03:13
OFProcess: Correctly handle Unicode env on Win32. file: [1b4bac3eb9] check-in: [52f2c17f55] user: js, branch: trunk, size: 6282 [annotate] [blame] [check-ins using] [diff]
2013-01-07
14:49
OFProcess: Implement environment passing on Win32. file: [e1c603419d] check-in: [f51bceaa35] user: js, branch: trunk, size: 6185 [annotate] [blame] [check-ins using] [diff]
2012-12-26
14:10
OFProcess: Add a parameter for the environment. file: [580e231512] check-in: [891c0faad4] user: js, branch: trunk, size: 6173 [annotate] [blame] [check-ins using] [diff]
2012-10-28
12:38
Switch to a headerdoc-compatible doc format. file: [7797d92ef6] check-in: [1ad9565253] user: js, branch: trunk, size: 4059 [annotate] [blame] [check-ins using] [diff]
2012-10-09
15:07
Make use of instancetype. file: [acd107a1ee] check-in: [fb515e8e24] user: js, branch: trunk, size: 4059 [annotate] [blame] [check-ins using] [diff]
2012-02-25
11:24
Always define __STDC_{CONSTANT,LIMIT}_MACROS before libc includes.
This is necessary for ObjC++.
file: [f3d3f9f669] check-in: [99ed50a5e4] user: js, branch: 0.6, size: 4010 [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
Update copyright. file: [23a37e20f3] check-in: [ce70e17b38] user: js, branch: trunk, size: 3898 [annotate] [blame] [check-ins using] [diff]
2011-12-01
02:16
Implement OFProcess for Win32. file: [95b4e89bc7] check-in: [e8b7d0dd0d] user: js, branch: trunk, size: 3892 [annotate] [blame] [check-ins using] [diff]
2011-10-11
22:35
OFProcess: Make programName and arguments optional init arguments. file: [de525c3e8f] check-in: [d605361c8b] user: js, branch: trunk, size: 3762 [annotate] [blame] [check-ins using] [diff]
22:30
Make it possible to close an OFProcess for writing. file: [49a6b170dc] check-in: [88a34646a4] user: js, branch: trunk, size: 2263 [annotate] [blame] [check-ins using] [diff]
2011-10-06
00:11
Add forgotten copyright. file: [7fb49d4ac9] check-in: [85ba47f0ea] user: js, branch: trunk, size: 2009 [annotate] [blame] [check-ins using] [diff]
00:10
OFProcess: Make sure that we don't leave zombies behind. file: [32c2fe9e1e] check-in: [20ba008347] user: js, branch: trunk, size: 1462 [annotate] [blame] [check-ins using] [diff]
2011-10-05
23:26
Added: Add OFProcess.

Win32 implementation following later. file: [a96b274fb8] check-in: [02ab9aa8a9] user: js, branch: trunk, size: 1413 [annotate] [blame] [check-ins using]