ObjFW  History of src/OFAdjacentArray.m of 1b82d3bf4f13fac7

History of the file that is called src/OFAdjacentArray.m at check-in 1b82d3bf4f13fac7

2024-01-02
17:17
Update copyright file: [7603501025] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 6399 [annotate] [blame] [check-ins using] [diff]
2023-08-12
12:05
OFArray: Add designated initializer file: [1fd9667868] check-in: [47860977ff] user: js, branch: trunk, size: 6399 [annotate] [blame] [check-ins using] [diff]
2023-08-09
08:25
Renamed src/OFAdjacentArray.m → src/OFConcreteArray.m. More consistent naming for concrete classes file: [5f63cf2e4a] check-in: [6da6276ae7] user: js, branch: trunk, size: 6310 [annotate] [blame] [check-ins using] [diff]
08:14
Add OFSubdata

This replaces the hack of OFAdjacentData being able to keep a pointer to
the parent. file: [9ab2d4adfc] check-in: [d1a8c88dc6] user: js, branch: trunk, size: 6310 [annotate] [blame] [check-ins using] [diff]

2023-07-15
23:44
Never set mutationsPtr to self

The Apple runtime can store the retain count in isa, so
retaining/releasing an object would suddenly make it seem like it was
mutated. file: [6443cda90f] check-in: [27d8eb922d] user: js, branch: trunk, size: 6279 [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
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. file: [3d57d1e63c] check-in: [6ce0093f8d] user: js, branch: trunk, size: 6247 [annotate] [blame] [check-ins using] [diff]

2023-01-06
09:04
Update copyright file: [6f7bf1cc03] check-in: [8939cbdb52] user: js, branch: trunk, size: 7000 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [e305e33733] check-in: [1a86b8175b] user: js, branch: trunk, size: 7000 [annotate] [blame] [check-ins using] [diff]
2021-04-19
21:54
Rename a few more constants file: [82d92d7ef3] check-in: [458420998c] user: js, branch: new-naming-convention, size: 7000 [annotate] [blame] [check-ins using] [diff]
2021-04-18
15:55
Rename all functions in macros.h file: [a4b7755fe9] check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 7004 [annotate] [blame] [check-ins using] [diff]
2021-04-17
02:43
Rename of_fast_enumeration_state_t file: [6b135eb930] check-in: [ed3b07591c] user: js, branch: new-naming-convention, size: 7003 [annotate] [blame] [check-ins using] [diff]
02:40
Rename all types in OFArray.h file: [e52e34f95b] check-in: [e23daca6ef] user: js, branch: new-naming-convention, size: 7008 [annotate] [blame] [check-ins using] [diff]
01:24
OF_NOT_FOUND -> OFNotFound file: [3b91ee05d4] check-in: [83dc0fe6e5] user: js, branch: new-naming-convention, size: 7013 [annotate] [blame] [check-ins using] [diff]
00:44
of_range_t -> OFRange file: [7938b92408] check-in: [d975c53a43] user: js, branch: new-naming-convention, size: 7021 [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
*.m: Fold methods into one line where it fits file: [0ad6ceaf6f] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 7027 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [a432edffec] check-in: [374e1a1bfa] user: js, branch: trunk, size: 7064 [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
least not baked into the API and ABI and can be upgraded later, should
that ever be necessary. file: [b6ccf04769] check-in: [aeb403a1ed] user: js, branch: trunk, size: 7153 [annotate] [blame] [check-ins using] [diff]

2020-06-24
20:53
Fix missing cast file: [8ce426fd6f] check-in: [ca3e874157] user: js, branch: trunk, size: 7148 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [6b6ede6c8d] check-in: [c7f0229795] user: js, branch: trunk, size: 7142 [annotate] [blame] [check-ins using] [diff]
2019-06-17
02:33
Added: Remove underscores from class names file: [7320d2bf06] check-in: [17d57e01ff] user: js, branch: trunk, size: 7139 [annotate] [blame] [check-ins using]