ObjFW  All files named "src/OFXMLProcessingInstructions.h"

History for src/OFXMLProcessingInstructions.h

2022-07-15
18:09
Renamed to src/OFXMLProcessingInstruction.h. Merge trunk into branch "wii-u" check-in: [a2973418de] user: js, branch: wii-u, size: 0
2021-04-09
01:28
Renamed to src/OFXMLProcessingInstruction.h. Split XML processing instructions into target/data check-in: [d4b3f8ea70] user: js, branch: trunk, size: 0
2021-01-02
22:04
Update copyright file: [9211767771] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1538 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [a8a290f619] check-in: [163a4a5a2e] user: js, branch: trunk, size: 1627 [annotate] [blame] [check-ins using] [diff]
2020-09-26
21:58
Don't require __COUNTER__ for OF_RESERVE_IVARS

__COUNTER__ does not exist in GCC 4.2, and Apple GCC 4.2 is still the
newest compiler available for macOS 10.5. file: [1a3a625f22] check-in: [ef614a225d] user: js, branch: trunk, size: 1627 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [4b9697a203] check-in: [c7f0229795] user: js, branch: trunk, size: 1598 [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: [8c87d1c2de] check-in: [496695d778] user: js, branch: trunk, size: 1595 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [3daafe52e9] check-in: [0509d7a844] user: js, branch: trunk, size: 1574 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [ab003df009] check-in: [7e5c81e186] user: js, branch: trunk, size: 1568 [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: [6eacb4bea0] check-in: [2f4e0df8be] user: js, branch: trunk, size: 1545 [annotate] [blame] [check-ins using] [diff]

2017-05-07
23:14
Add OF_UNAVAILABLE file: [eaf57a08da] check-in: [16c05e87e1] user: js, branch: trunk, size: 1517 [annotate] [blame] [check-ins using] [diff]
20:10
Small code style change

Casts are now written like types in variable declarations. file: [5d805de72a] check-in: [4af49a13c3] user: js, branch: trunk, size: 1466 [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: [9c168a002a] check-in: [44f45c2e35] user: js, branch: trunk, size: 1464 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

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

2015-06-13
22:26
Add support for and use the new nullability file: [cd910d0b0a] check-in: [9e76144ef8] user: js, branch: trunk, size: 1454 [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
Update copyright file: [b8543db99d] check-in: [cfd374b906] user: js, branch: trunk, size: 1406 [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
Documentation: Show correct imports file: [140f775141] check-in: [246cfe0807] user: js, branch: trunk, size: 1400 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [ba4d61a07e] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1286 [annotate] [blame] [check-ins using] [diff]
2013-02-12
18:22
Prefix all ivars with an underscore. file: [03f62c6277] check-in: [e40729d406] user: js, branch: trunk, size: 1280 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [855fc8a6f5] check-in: [813c00ccf0] user: js, branch: trunk, size: 1279 [annotate] [blame] [check-ins using] [diff]
2012-10-28
12:38
Switch to a headerdoc-compatible doc format. file: [74e2fbe3db] check-in: [1ad9565253] user: js, branch: trunk, size: 1273 [annotate] [blame] [check-ins using] [diff]
2012-10-09
15:07
Make use of instancetype. file: [c338c4eeff] check-in: [fb515e8e24] user: js, branch: trunk, size: 1273 [annotate] [blame] [check-ins using] [diff]
2012-02-03
14:20
Added: Add OFXMLProcessingInstructions and let OFXMLElementBuilder create them. file: [6399909259] check-in: [045aa2e2d5] user: js, branch: trunk, size: 1259 [annotate] [blame] [check-ins using]