History of file src/exceptions/OFUnknownXMLEntityException.h at check-in 2a27cf300071796a
2024-06-17
| ||
21:08 | Always use <ObjFW/ObjFW.h> in documentation file: [08a4b73980] check-in: [164f2fb4bf] user: js, branch: trunk, size: 1863 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [5a8aee85ce] check-in: [7413a728a7] user: js, branch: trunk, size: 1887 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [da97251a7a] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1679 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [6abc0d91ce] check-in: [8939cbdb52] user: js, branch: trunk, size: 1679 [annotate] [blame] [check-ins using] [diff] | |
2022-09-12
| ||
14:34 | Either restrict subclassing or reserve ivars file: [effb41465b] check-in: [c40a295629] user: js, branch: trunk, size: 1679 [annotate] [blame] [check-ins using] [diff] | |
2022-04-25
| ||
13:08 | More declaration reordering for consistency file: [fdd37fe4f2] check-in: [29bc151b83] user: js, branch: trunk, size: 1629 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [dc23a68df4] check-in: [1a86b8175b] user: js, branch: trunk, size: 1586 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [de5a1fb92d] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1586 [annotate] [blame] [check-ins using] [diff] | |
2020-10-03
| ||
11:35 | Use /** */ instead of /*! */ for documentation file: [cbe0c1933d] check-in: [163a4a5a2e] user: js, branch: trunk, size: 1675 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [6f04e895ad] check-in: [c7f0229795] user: js, branch: trunk, size: 1675 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [e922a84b97] check-in: [0509d7a844] user: js, branch: trunk, size: 1672 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [6873fed21d] check-in: [7e5c81e186] user: js, branch: trunk, size: 1666 [annotate] [blame] [check-ins using] [diff] | |
2017-11-18
| ||
18:50 | Documentation: Use @brief for all properties file: [a0ac7d142d] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 1643 [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 | |
2017-06-04
| ||
23:41 | Add designated initializer to all exceptions file: [ed0a6b7b38] check-in: [cc5923d6bb] user: js, branch: trunk, size: 1604 [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: [f1e9896ef6] check-in: [4af49a13c3] user: js, branch: trunk, size: 1554 [annotate] [blame] [check-ins using] [diff] | |
2017-05-02
| ||
21:10 | exceptions: Add nullability specifiers file: [5738d0e30e] check-in: [cc4cb0d824] user: js, branch: trunk, size: 1552 [annotate] [blame] [check-ins using] [diff] | |
2017-04-30
| ||
13:35 |
Use nonatomic for properties and clean up
This changes retaining behavior, meaning properties are not returned | |
2017-01-09
| ||
17:36 |
Update copyright
Forgot to add 2017, even though I already did quite some changes in | |
2016-01-03
| ||
00:43 |
Update copyright
While at it, also update the mail address. file: [f3aa727fe4] check-in: [cec0f072f8] user: js, branch: 0.8, size: 1615 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [a1a98a1037] check-in: [2a27cf3000] user: js, branch: trunk, size: 1493 [annotate] [blame] [check-ins using] [diff] | |
2015-11-29
| ||
11:43 |
Make properties a requirement and clean up code
This increases the required GCC version from 4.0 to 4.6 (exception: | |
2015-01-03
| ||
20:57 | Update copyright file: [069dbbb784] check-in: [cfd374b906] user: js, branch: trunk, size: 1611 [annotate] [blame] [check-ins using] [diff] | |
2014-07-07
| ||
22:05 |
Added:
Add OFUnknownXMLEntityException
Additionally, OFXMLParser now uses OFMalformedXMLException instead of | |