History of file src/OFXMLCDATA.m at check-in 69148d4e5ea7a36a
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [f517f47c58] check-in: [7413a728a7] user: js, branch: trunk, size: 2110 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [c5abefaba4] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1902 [annotate] [blame] [check-ins using] [diff] | |
2023-04-10
| ||
19:22 |
Remove OFSerialization
While the idea sounds nice that the tag name is the class, this means the | |
2023-01-06
| ||
09:04 | Update copyright file: [782cf60cb2] check-in: [8939cbdb52] user: js, branch: trunk, size: 2571 [annotate] [blame] [check-ins using] [diff] | |
2022-09-04
| ||
13:17 | OFXMLElement: Remove defaultNamespace property file: [268b8de778] check-in: [eed200181b] user: js, branch: trunk, size: 2571 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [53038bdcd2] check-in: [1a86b8175b] user: js, branch: trunk, size: 2793 [annotate] [blame] [check-ins using] [diff] | |
2021-04-19
| ||
21:54 | Rename a few more constants file: [22eb5b46a5] check-in: [458420998c] user: js, branch: new-naming-convention, size: 2793 [annotate] [blame] [check-ins using] [diff] | |
2021-03-07
| ||
20:25 | *.m: Fold methods into one line where it fits file: [d5c3657cc1] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 2797 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [f763238cef] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2796 [annotate] [blame] [check-ins using] [diff] | |
2020-10-10
| ||
14:27 |
OFObject: Change type of -[hash] to unsigned long
The internal hash is still 32 bit in most places, but this way, it is at | |
2020-01-02
| ||
01:51 | Update copyright file: [f85cf9a41b] check-in: [c7f0229795] user: js, branch: trunk, size: 2880 [annotate] [blame] [check-ins using] [diff] | |
2019-03-08
| ||
00:35 | Use dot syntax file: [37fee43ed7] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 2877 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [daf8eb8593] check-in: [0509d7a844] user: js, branch: trunk, size: 2895 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [8dd42cb3a2] check-in: [7e5c81e186] user: js, branch: trunk, size: 2889 [annotate] [blame] [check-ins using] [diff] | |
2017-11-11
| ||
23:27 | Small optimization for -[isEqual:] file: [9c67695abd] check-in: [526feacebc] user: js, branch: trunk, size: 2866 [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-05-21
| ||
21:28 |
Prefix private methods with of_ instead of OF_
This matches Apple's style. file: [c06dfedaeb] check-in: [6b77a5dd8b] user: js, branch: trunk, size: 2801 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
23:14 | Add OF_UNAVAILABLE file: [ccd956a73a] check-in: [16c05e87e1] user: js, branch: trunk, size: 2801 [annotate] [blame] [check-ins using] [diff] | |
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [710869577e] check-in: [4af49a13c3] user: js, branch: trunk, size: 2765 [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:41 |
Update copyright
While at it, also update the mail address. file: [e529012759] check-in: [2a27cf3000] user: js, branch: trunk, size: 2749 [annotate] [blame] [check-ins using] [diff] | |
2015-01-04
| ||
20:54 | OFXMLCDATA: Properly escape ]]> file: [2dd12fd542] check-in: [1ac4a1f056] user: js, branch: trunk, size: 2745 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [07b76c5de1] check-in: [cfd374b906] user: js, branch: trunk, size: 2537 [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 | |
2014-05-04
| ||
23:57 | Move -[setStringValue:] to OFXMLNode file: [9d629883bd] check-in: [bb63873748] user: js, branch: trunk, size: 2556 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [2795d1dea5] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 2433 [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 This also removes a few other arguments which were not too helpful. In | |
2013-03-09
| ||
09:45 | Fix a few missing dealloc methods. file: [6d4e644cb2] check-in: [b149669549] user: js, branch: trunk, size: 2482 [annotate] [blame] [check-ins using] [diff] | |
2013-03-04
| ||
17:20 |
Replace BOOL with bool.
The only places where BOOL is left are those where they are required by | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [3a90c3abbf] check-in: [e40729d406] user: js, branch: trunk, size: 2420 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [80501e221c] check-in: [813c00ccf0] user: js, branch: trunk, size: 2503 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [ee012736ca] check-in: [fb515e8e24] user: js, branch: trunk, size: 2497 [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 | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [de756c000b] check-in: [8892ae9fcc] user: js, branch: trunk, size: 2492 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [5d39af6dd0] check-in: [ce70e17b38] user: js, branch: trunk, size: 2483 [annotate] [blame] [check-ins using] [diff] | |
2011-10-04
| ||
13:14 | Added: Split OFXMLElement into OFXML{Element,Characters,CDATA,Comment}. file: [5912ffc382] check-in: [03f14bf019] user: js, branch: trunk, size: 2477 [annotate] [blame] [check-ins using] | |