History of file src/OFXMLElementBuilder.h at check-in 737a82e1a4866f3d
2024-06-17
| ||
21:08 | Always use <ObjFW/ObjFW.h> in documentation file: [5213b87280] check-in: [164f2fb4bf] user: js, branch: trunk, size: 4382 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [98da05e815] check-in: [7413a728a7] user: js, branch: trunk, size: 4418 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [1d54fd3f38] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 4210 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [fc2537fa67] check-in: [8939cbdb52] user: js, branch: trunk, size: 4210 [annotate] [blame] [check-ins using] [diff] | |
2022-09-12
| ||
08:52 | Restrict subclassing on more classes file: [db177baac1] check-in: [1038191a03] user: js, branch: trunk, size: 4210 [annotate] [blame] [check-ins using] [diff] | |
2022-08-29
| ||
21:33 | OFXMLElementBuilder: {parentless -> orphan} node file: [9d586a1499] check-in: [2d4f7314a8] user: js, branch: trunk, size: 4226 [annotate] [blame] [check-ins using] [diff] | |
2022-03-25
| ||
10:59 | Use nameSpace instead of namespace_ for C++ file: [657f65f42e] check-in: [fb151035d0] user: js, branch: trunk, size: 4230 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [2657d84bdf] check-in: [1a86b8175b] user: js, branch: trunk, size: 4232 [annotate] [blame] [check-ins using] [diff] | |
2021-04-08
| ||
01:56 | Rename +[elementBuilder] -> +[builder] file: [21b424ead3] check-in: [a9711fd17a] user: js, branch: trunk, size: 4232 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [702d1ff1af] check-in: [374e1a1bfa] user: js, branch: trunk, size: 4239 [annotate] [blame] [check-ins using] [diff] | |
2020-10-03
| ||
11:35 | Use /** */ instead of /*! */ for documentation file: [6a04a51f54] check-in: [163a4a5a2e] user: js, branch: trunk, size: 4328 [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 | |
2020-01-02
| ||
01:51 | Update copyright file: [6b484584a6] check-in: [c7f0229795] user: js, branch: trunk, size: 4307 [annotate] [blame] [check-ins using] [diff] | |
2019-10-03
| ||
23:29 |
OFXMLElementBuilder: Allow subclassing
This is useful for slightly altering the behavior, e.g. rejecting | |
2019-09-29
| ||
19:35 |
Either restrict subclassing or reserve ivar space
This allows ABI stability with the fragile ABI. file: [a5bfbc9534] check-in: [496695d778] user: js, branch: trunk, size: 4309 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [636accb67a] check-in: [0509d7a844] user: js, branch: trunk, size: 4283 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [b2dfeb5bb7] check-in: [7e5c81e186] user: js, branch: trunk, size: 4277 [annotate] [blame] [check-ins using] [diff] | |
2017-11-18
| ||
18:50 | Documentation: Use @brief for all properties file: [eaad150f1b] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 4254 [annotate] [blame] [check-ins using] [diff] | |
2017-09-26
| ||
22:01 | Many nullability fixes file: [fb6eb4c1ba] check-in: [319709fff1] user: js, branch: 0.90, size: 4247 [annotate] [blame] [check-ins using] [diff] | |
21:53 | Many nullability fixes file: [3119059616] check-in: [52011fbfd6] user: js, branch: trunk, size: 4247 [annotate] [blame] [check-ins using] [diff] | |
2017-08-14
| ||
13:33 | Always have assign before nonatomic file: [7953a67dad] check-in: [4eab54022e] user: js, branch: trunk, size: 4237 [annotate] [blame] [check-ins using] [diff] | |
2017-05-13
| ||
16:29 | Also use nonatomic for non-object properties file: [f7df881b5d] check-in: [f663d40cbd] user: js, branch: trunk, size: 4237 [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: [123ad23954] check-in: [4af49a13c3] user: js, branch: trunk, size: 4226 [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 | |
2016-01-03
| ||
00:43 |
Update copyright
While at it, also update the mail address. file: [0cfad99ce6] check-in: [cec0f072f8] user: js, branch: 0.8, size: 4697 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [3efc39c26f] check-in: [2a27cf3000] user: js, branch: trunk, size: 4207 [annotate] [blame] [check-ins using] [diff] | |
2015-11-29
| ||
14:20 |
Clean up optional protocols
Now that we can require GCC >= 4.6, we no longer need to have a category | |
11:43 |
Make properties a requirement and clean up code
This increases the required GCC version from 4.0 to 4.6 (exception: | |
2015-06-17
| ||
22:11 |
Add OF_NULLABLE_PROPERTY
This is necessary to make GCC (>= 4.6 and Apple GCC) happy as they don't | |
2015-06-13
| ||
22:26 | Add support for and use the new nullability file: [0cd8345c79] check-in: [9e76144ef8] user: js, branch: trunk, size: 4678 [annotate] [blame] [check-ins using] [diff] | |
2015-06-12
| ||
23:59 | Add support for and use the new ObjC generics file: [bc1c1fb01a] check-in: [5329fe7c1a] user: js, branch: trunk, size: 4584 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [7cac4f989f] check-in: [cfd374b906] user: js, branch: trunk, size: 4535 [annotate] [blame] [check-ins using] [diff] | |
2014-02-18
| ||
18:50 | Documentation: Show correct imports file: [d104812b14] check-in: [246cfe0807] user: js, branch: trunk, size: 4529 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [3b69d7cdbf] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 4344 [annotate] [blame] [check-ins using] [diff] | |
2013-02-22
| ||
11:32 | Fix ObjC++. file: [4b30b61ef9] check-in: [09bd870f8c] user: js, branch: trunk, size: 4338 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [2639811347] check-in: [e40729d406] user: js, branch: trunk, size: 4336 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [25d77e9e49] check-in: [813c00ccf0] user: js, branch: trunk, size: 4320 [annotate] [blame] [check-ins using] [diff] | |
2012-12-20
| ||
16:42 | Remove dummy implementations for formal protocols. file: [ffcae14fe5] check-in: [89177dcd09] user: js, branch: trunk, size: 4314 [annotate] [blame] [check-ins using] [diff] | |
2012-10-29
| ||
08:00 | Documentation improvements. file: [1452f384ab] check-in: [7a3977d7fd] user: js, branch: 0.7, size: 4405 [annotate] [blame] [check-ins using] [diff] | |
07:59 | Documentation improvements. file: [6c8ea67928] check-in: [63bf4de97b] user: js, branch: trunk, size: 4405 [annotate] [blame] [check-ins using] [diff] | |
2012-10-28
| ||
12:38 | Switch to a headerdoc-compatible doc format. file: [2b459f4eb7] check-in: [1ad9565253] user: js, branch: trunk, size: 4334 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [a3fee8ab7a] check-in: [fb515e8e24] user: js, branch: trunk, size: 4334 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [4afd0a1239] check-in: [ce70e17b38] user: js, branch: trunk, size: 4320 [annotate] [blame] [check-ins using] [diff] | |
2011-10-24
| ||
18:28 | Don't retain delegates to prevent reference cycles. file: [1346588c64] check-in: [87cd99ff88] user: js, branch: trunk, size: 4314 [annotate] [blame] [check-ins using] [diff] | |
2011-10-04
| ||
13:14 | Split OFXMLElement into OFXML{Element,Characters,CDATA,Comment}. file: [96a89a4612] check-in: [03f14bf019] user: js, branch: trunk, size: 4314 [annotate] [blame] [check-ins using] [diff] | |
2011-09-11
| ||
17:09 | Documentation improvements. file: [8e1cc45d54] check-in: [8d554c0421] user: js, branch: trunk, size: 3853 [annotate] [blame] [check-ins using] [diff] | |
2011-06-29
| ||
19:06 | Add a handler for unknown entities to OFXMLElementBuilderDelegate. file: [3b177f300f] check-in: [d534f49a7d] user: js, branch: trunk, size: 3714 [annotate] [blame] [check-ins using] [diff] | |
2011-04-23
| ||
00:11 | More style improvements. file: [922beec8cc] check-in: [d8c31454b4] user: js, branch: trunk, size: 3367 [annotate] [blame] [check-ins using] [diff] | |
2011-03-23
| ||
01:06 | Make more use of the OFObject protocol. file: [bdb22714af] check-in: [23acf38456] user: js, branch: trunk, size: 3364 [annotate] [blame] [check-ins using] [diff] | |
2011-03-21
| ||
13:26 | Make use of optional protocols, if available. file: [e09c455358] check-in: [0c9206532f] user: js, branch: trunk, size: 3269 [annotate] [blame] [check-ins using] [diff] | |
2011-01-01
| ||
20:19 | Change license. file: [41c4aae12f] check-in: [da6b3d26cb] user: js, branch: trunk, size: 3218 [annotate] [blame] [check-ins using] [diff] | |
2010-12-20
| ||
15:55 | Extend OFXMLElementBuilderDelegate. file: [7750550318] check-in: [976f115da9] user: js, branch: trunk, size: 2962 [annotate] [blame] [check-ins using] [diff] | |
2010-09-05
| ||
23:19 |
Replace OFObject* with id in many places.
We assume now that every object understands retain, release, etc. so | |
2010-07-02
| ||
21:40 | Added: Add OFXMLElementBuilder. file: [d870539158] check-in: [ad93296956] user: js, branch: trunk, size: 1996 [annotate] [blame] [check-ins using] | |