ObjFW  History of src/OFXMLElement+Serialization.m of 374e1a1bfa30d767

History of the file that is called src/OFXMLElement+Serialization.m at check-in 374e1a1bfa30d767

2023-07-15
20:57
Deleted: Merge trunk into branch "amiga-library" check-in: [860b0bf1e9] user: js, branch: amiga-library, size: 0
2023-04-10
19:22
Deleted: Remove OFSerialization

While the idea sounds nice that the tag name is the class, this means the
serialization includes whether something is mutable or immutable. This means
doing as much as making something immutable changes the serialization, which
can then cause issues after being deserialized. check-in: [6ce0093f8d] user: js, branch: trunk, size: 0

2023-01-06
09:04
Update copyright file: [e7e3d1e4e8] check-in: [8939cbdb52] user: js, branch: trunk, size: 1269 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [c71645309e] check-in: [1a86b8175b] user: js, branch: trunk, size: 1269 [annotate] [blame] [check-ins using] [diff]
2021-04-17
02:10
of_string_encoding_t -> OFStringEncoding file: [805366e391] check-in: [255f21fb3d] user: js, branch: new-naming-convention, size: 1269 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [e82061841d] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1272 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [22e42fb0f7] check-in: [c7f0229795] user: js, branch: trunk, size: 1361 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [707789eb56] check-in: [0509d7a844] user: js, branch: trunk, size: 1358 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [5928542968] check-in: [7e5c81e186] user: js, branch: trunk, size: 1352 [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: [f9087e51f2] check-in: [44f45c2e35] user: js, branch: trunk, size: 1329 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

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

2015-01-03
20:57
Update copyright file: [9dc08ace6e] check-in: [cfd374b906] user: js, branch: trunk, size: 1319 [annotate] [blame] [check-ins using] [diff]
2014-06-21
21:43
Move all macros from OFObject.h to macros.h

This means that OFObject.h imports macros.h now, making it unnecessary
to manually import macros.h in almost every file. And while at it, also
import autorelease.h in OFObject.h, so that this doesn't need to be
manually imported in almost every file as well. file: [9f69c54430] check-in: [13ee56edf3] user: js, branch: trunk, size: 1313 [annotate] [blame] [check-ins using] [diff]

2014-01-04
00:24
Update copyright. file: [f2800c9eb6] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1357 [annotate] [blame] [check-ins using] [diff]
2013-06-22
12:12
Rework exceptions.

This mostly removes the argument for the class in which the exception
occurred. As backtraces were recently added for all platforms, the
passed class does not give any extra information on where the exception
occurred anymore.

This also removes a few other arguments which were not too helpful. In
the past, the idea was to pass as many arguments as possible so that it
is easier to find the origin of the exception. However, as backtraces
are a much better way to find the origin, those are not useful anymore
and just make the exception more cumbersome to use. The rule is now to
only pass arguments that might help in recovering from the exception or
provide information that is otherwise not easily accessible. file: [6b31560ec3] check-in: [3d16a30f41] user: js, branch: trunk, size: 1351 [annotate] [blame] [check-ins using] [diff]

2013-02-12
18:22
Prefix all ivars with an underscore. file: [4b7b970c65] check-in: [e40729d406] user: js, branch: trunk, size: 1409 [annotate] [blame] [check-ins using] [diff]
2013-01-12
17:29
Rename *UsingEncoding: to *WithEncoding:.

This reverts 5362941.

Even though *UsingEncoding: is what Foundation uses, *WithEncoding: is
more natural and is more consistent with the rest. Also, this means this
restores it to the API of 0.7. file: [ccf852396a] check-in: [9ddd33a258] user: js, branch: trunk, size: 1408 [annotate] [blame] [check-ins using] [diff]

2013-01-09
22:24
Update copyright. file: [bbbb87a63f] check-in: [813c00ccf0] user: js, branch: trunk, size: 1409 [annotate] [blame] [check-ins using] [diff]
2012-12-22
15:37
Add -[doesNotRecognizeSelector:]. file: [0a3d66ab61] check-in: [917ce5754c] user: js, branch: trunk, size: 1403 [annotate] [blame] [check-ins using] [diff]
2012-12-15
23:31
OFString: Improved API for getting C strings. file: [9ca8fe4ac9] check-in: [e2f4c1283c] user: js, branch: trunk, size: 1470 [annotate] [blame] [check-ins using] [diff]
2012-08-10
20:08
Directly use the runtime's autorelease pools.

This greatly improves performance, as it gets rid of the overhead of
OFAutoreleasePool. file: [2f13ccd9ab] check-in: [1255f3a11a] user: js, branch: trunk, size: 1472 [annotate] [blame] [check-ins using] [diff]

2012-01-05
00:56
Update copyright. file: [570cb9f649] check-in: [ce70e17b38] user: js, branch: trunk, size: 1490 [annotate] [blame] [check-ins using] [diff]
2011-09-22
23:25
Exceptions are now autoreleased.

This is safe as an "exception loop" can't happen, since if allocating
an exception fails, it throws an OFAllocFailedException which is
preallocated and can always be thrown.

So, the worst case would be that an autorelease of an exception fails,
triggering an OFOutOfMemoryException for which there is no memory,
resulting in an OFAllocFailedException to be thrown. file: [5a6af4a224] check-in: [e1e7ffa903] user: js, branch: trunk, size: 1484 [annotate] [blame] [check-ins using] [diff]

2011-09-12
19:57
Rename -[cString] to -[UTF8String]. file: [190d9e84e0] check-in: [e6fd39d11e] user: js, branch: trunk, size: 1466 [annotate] [blame] [check-ins using] [diff]
2011-09-09
13:35
[pool release] can never throw by convention now. file: [9723f4d0fb] check-in: [798d9e6320] user: js, branch: trunk, size: 1423 [annotate] [blame] [check-ins using] [diff]
2011-08-22
09:58
Clean up the class hierarchy in the doxygen generated documentation. file: [8af8aee9f9] check-in: [367bf4117b] user: js, branch: trunk, size: 1459 [annotate] [blame] [check-ins using] [diff]
2011-07-24
20:05
Add a few defines for runtime methods so they always have the same name. file: [fb80388119] check-in: [c7bc7b93d9] user: js, branch: trunk, size: 1477 [annotate] [blame] [check-ins using] [diff]
2011-06-28
01:51
Change serialization format to be way more readable and shorter. file: [7e2dfe5b27] check-in: [756bb26c98] user: js, branch: trunk, size: 1722 [annotate] [blame] [check-ins using] [diff]
2011-06-05
22:26
Added: Nicer API for serialization. file: [7fc442d7ba] check-in: [29988c434b] user: js, branch: trunk, size: 1976 [annotate] [blame] [check-ins using]