History of file src/OFXMLComment.m at check-in 124fe8b500cdf75b
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [1e1070f991] check-in: [7413a728a7] user: js, branch: trunk, size: 1757 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [16e59e9cc9] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1549 [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: [11b3b9f1cf] check-in: [8939cbdb52] user: js, branch: trunk, size: 2177 [annotate] [blame] [check-ins using] [diff] | |
2022-09-04
| ||
13:17 | OFXMLElement: Remove defaultNamespace property file: [9e48182a96] check-in: [eed200181b] user: js, branch: trunk, size: 2177 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [842e736751] check-in: [1a86b8175b] user: js, branch: trunk, size: 2875 [annotate] [blame] [check-ins using] [diff] | |
2021-04-19
| ||
21:54 | Rename a few more constants file: [ba94b5bb12] check-in: [458420998c] user: js, branch: new-naming-convention, size: 2875 [annotate] [blame] [check-ins using] [diff] | |
2021-04-17
| ||
22:45 | Rename of_(re)alloc and add OFFreeMemory file: [81bdd43784] check-in: [498074dab9] user: js, branch: new-naming-convention, size: 2879 [annotate] [blame] [check-ins using] [diff] | |
2021-04-08
| ||
19:30 | OFXMLComment: Add a property for the text file: [ba703cfd99] check-in: [f7713f3033] user: js, branch: trunk, size: 2866 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [5cb4fa05d6] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2898 [annotate] [blame] [check-ins using] [diff] | |
2020-11-14
| ||
12:23 |
Rename of_malloc and of_calloc
The new names should be more accurate. file: [ed66bc6cfa] check-in: [627511b032] user: js, branch: trunk, size: 2987 [annotate] [blame] [check-ins using] [diff] | |
2020-11-05
| ||
00:24 |
Avoid -[allocMemoryWithSize:] for temporary memory
-[allocMemoryWithSize:] has book keeping overhead that is unnecessary | |
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: [69c4d2c798] check-in: [c7f0229795] user: js, branch: trunk, size: 3016 [annotate] [blame] [check-ins using] [diff] | |
2019-03-08
| ||
00:35 | Use dot syntax file: [7cb96fc45d] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 3013 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [cfcfb31543] check-in: [0509d7a844] user: js, branch: trunk, size: 3025 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [7c0abfcb95] check-in: [7e5c81e186] user: js, branch: trunk, size: 3019 [annotate] [blame] [check-ins using] [diff] | |
2017-11-11
| ||
23:27 | Small optimization for -[isEqual:] file: [66a1baec46] check-in: [526feacebc] user: js, branch: trunk, size: 2996 [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: [f4e7bbcd6f] check-in: [6b77a5dd8b] user: js, branch: trunk, size: 2931 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
23:14 | Add OF_UNAVAILABLE file: [60c54714c0] check-in: [16c05e87e1] user: js, branch: trunk, size: 2931 [annotate] [blame] [check-ins using] [diff] | |
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [3ef625ba5d] check-in: [4af49a13c3] user: js, branch: trunk, size: 2895 [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: [fb75b45da2] check-in: [2a27cf3000] user: js, branch: trunk, size: 2879 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [cc5ed343d2] check-in: [cfd374b906] user: js, branch: trunk, size: 2875 [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-01-04
| ||
00:24 | Update copyright. file: [88a264cbd8] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 2894 [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: [8300178d58] check-in: [b149669549] user: js, branch: trunk, size: 2943 [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: [4d978dda45] check-in: [e40729d406] user: js, branch: trunk, size: 2879 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [4a37d9f4a6] check-in: [813c00ccf0] user: js, branch: trunk, size: 2883 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [6961a2ec1b] check-in: [fb515e8e24] user: js, branch: trunk, size: 2877 [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: [b127c0c456] check-in: [8892ae9fcc] user: js, branch: trunk, size: 2872 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [f495904fb6] check-in: [ce70e17b38] user: js, branch: trunk, size: 2863 [annotate] [blame] [check-ins using] [diff] | |
2011-10-04
| ||
13:14 | Added: Split OFXMLElement into OFXML{Element,Characters,CDATA,Comment}. file: [28dcc627de] check-in: [03f14bf019] user: js, branch: trunk, size: 2857 [annotate] [blame] [check-ins using] | |