ObjFW  History of tests/OFXMLElementBuilderTests.m of d2b0beab387d07ad

History of the file that is called tests/OFXMLElementBuilderTests.m at check-in d2b0beab387d07ad

2024-04-03
02:16
[d74257dfbe] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 1911) [annotate] [blame] [check-ins using] [diff]
2024-02-18
19:29
Renamed new_tests/OFXMLElementBuilderTests.m → tests/OFXMLElementBuilderTests.m. [7e8aac9296] part of check-in [7a84580fb6] Rename new tests (check-in: [7a84580fb6] user: js, branch: objfwtest, size: 1703) [annotate] [blame] [check-ins using] [diff]
2024-02-17
19:42
Renamed tests/OFXMLElementBuilderTests.m → new_tests/OFXMLElementBuilderTests.m. [7e8aac9296] part of check-in [c4600793bc] Migrate OFXMLElementBuilderTests to ObjFWTest (check-in: [c4600793bc] user: js, branch: objfwtest, size: 1703) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[94889a4bd5] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1793) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[8eec07c305] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 1793) [annotate] [blame] [check-ins using] [diff]
2022-08-29
21:33
[82fd282c44] part of check-in [2d4f7314a8] OFXMLElementBuilder: {parentless -> orphan} node (check-in: [2d4f7314a8] user: js, branch: trunk, size: 1793) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[3226c89147] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 1797) [annotate] [blame] [check-ins using] [diff]
2021-05-08
23:22
[1ae510b9c5] part of check-in [14f1e22d79] tests: Align more with ObjFW style

ObjFW's style changed over the years, but the tests were never adjusted
to it. (check-in: [14f1e22d79] user: js, branch: trunk, size: 1797) [annotate] [blame] [check-ins using] [diff]

2021-04-18
15:55
[47b293e0e2] part of check-in [7392685ffc] Rename all functions in macros.h (check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 1762) [annotate] [blame] [check-ins using] [diff]
2021-04-08
01:56
[12c66175fb] part of check-in [a9711fd17a] Rename +[elementBuilder] -> +[builder] (check-in: [a9711fd17a] user: js, branch: trunk, size: 1764) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[e70986486c] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 1771) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[5c6f3fc1cf] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 1860) [annotate] [blame] [check-ins using] [diff]
2019-09-29
15:58
[2bc3c1f12c] part of check-in [09be825f88] Remove OFAutoreleasePool

OFAutoreleasePools have long been discouraged in favor of the runtime's
autorelease pools. (check-in: [09be825f88] user: js, branch: trunk, size: 1857) [annotate] [blame] [check-ins using] [diff]

2019-03-25
00:21
[959dacaa15] part of check-in [b045cbb9c7] tests: Use dot syntax (check-in: [b045cbb9c7] user: js, branch: trunk, size: 1859) [annotate] [blame] [check-ins using] [diff]
2019-02-17
22:44
[e1fe9d51cc] part of check-in [dc0c6c34ab] tests: Only import ObjFW.h

This prevents forgetting to add an import to ObjFW.h, as the tests would
then not compile. (check-in: [dc0c6c34ab] user: js, branch: trunk, size: 1871) [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
[1767b3adfb] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 1983) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[1845314fa5] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 1977) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[edaf2396cf] part of check-in [4af49a13c3] Small code style change

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

2017-01-09
17:36
[93fff9b69c] part of check-in [44f45c2e35] Update copyright

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

2016-01-03
00:41
[4013219f5a] part of check-in [2a27cf3000] Update copyright

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

2015-04-20
20:48
[2a8409a32d] part of check-in [0dbf08158c] Remove a few now unnecessary imports (check-in: [0dbf08158c] user: js, branch: trunk, size: 1940) [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
[9b1514520d] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 1960) [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
[418e34803f] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1954) [annotate] [blame] [check-ins using] [diff]
2013-07-11
10:54
[88c1cb861c] part of check-in [b91ce5dba8] OFXMLElementBuilderTests: Use OF_ENSURE(). (check-in: [b91ce5dba8] user: js, branch: trunk, size: 1948) [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
[a832392c7c] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 1943) [annotate] [blame] [check-ins using] [diff]
2012-02-03
14:20
[48d5d9a178] part of check-in [045aa2e2d5] Add OFXMLProcessingInstructions and let OFXMLElementBuilder create them. (check-in: [045aa2e2d5] user: js, branch: trunk, size: 1937) [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
[18d1ae7407] part of check-in [ce70e17b38] Update copyright. (check-in: [ce70e17b38] user: js, branch: trunk, size: 1930) [annotate] [blame] [check-ins using] [diff]
2011-10-04
13:14
[f89b8b3a7e] part of check-in [03f14bf019] Split OFXMLElement into OFXML{Element,Characters,CDATA,Comment}. (check-in: [03f14bf019] user: js, branch: trunk, size: 1924) [annotate] [blame] [check-ins using] [diff]
2011-03-31
11:45
[3bfe4d5bc3] part of check-in [5c80b8838f] Rename -[stringValue] to -[XMLString] in OFXMLElement. (check-in: [5c80b8838f] user: js, branch: trunk, size: 1749) [annotate] [blame] [check-ins using] [diff]
2011-01-01
20:19
[0ecbc246f3] part of check-in [da6b3d26cb] Change license. (check-in: [da6b3d26cb] user: js, branch: trunk, size: 1753) [annotate] [blame] [check-ins using] [diff]
2010-12-20
15:55
[c02ccb6b85] part of check-in [976f115da9] Extend OFXMLElementBuilderDelegate. (check-in: [976f115da9] user: js, branch: trunk, size: 1497) [annotate] [blame] [check-ins using] [diff]
2010-12-11
20:13
[7c6e7637bc] part of check-in [4a8fcc8716] Add -[description] to OFXMLElement. (check-in: [4a8fcc8716] user: js, branch: trunk, size: 1335) [annotate] [blame] [check-ins using] [diff]
2010-07-07
20:46
[5f20b80e90] part of check-in [9d064462a3] Add -[fileDescriptor] to OFStream. (check-in: [9d064462a3] user: js, branch: trunk, size: 1393) [annotate] [blame] [check-ins using] [diff]
2010-07-02
21:40
Added: [cd0adc4059] part of check-in [ad93296956] Add OFXMLElementBuilder. (check-in: [ad93296956] user: js, branch: trunk, size: 1368) [annotate] [blame] [check-ins using]