ObjFW  History of src/OFConcreteDictionary.m of 9350b01931ad9dd7

History of the file that is called src/OFConcreteDictionary.m at check-in 9350b01931ad9dd7

2024-04-03
02:16
[46f4740c40] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 7643) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[7b72b69230] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 7435) [annotate] [blame] [check-ins using] [diff]
2023-08-09
10:09
Renamed src/OFMapTableDictionary.m → src/OFConcreteDictionary.m. [8171774da2] part of check-in [281b494de4] More consistency in naming of private classes (check-in: [281b494de4] user: js, branch: trunk, size: 7435) [annotate] [blame] [check-ins using] [diff]
2023-04-10
19:22
[7d4c6241d2] part of check-in [6ce0093f8d] 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: 7435) [annotate] [blame] [check-ins using] [diff]

2023-01-06
09:04
[4b446060bf] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 8909) [annotate] [blame] [check-ins using] [diff]
2022-11-16
01:27
[509fe49186] part of check-in [c86b8f10f0] Add OFAssert()

This uses the same format as OFEnsure(). (check-in: [c86b8f10f0] user: js, branch: trunk, size: 8909) [annotate] [blame] [check-ins using] [diff]

2022-02-12
07:46
[3e7005d616] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 8926) [annotate] [blame] [check-ins using] [diff]
2021-04-19
21:54
[121bed2172] part of check-in [458420998c] Rename a few more constants (check-in: [458420998c] user: js, branch: new-naming-convention, size: 8926) [annotate] [blame] [check-ins using] [diff]
2021-04-17
22:45
[475d73ba26] part of check-in [498074dab9] Rename of_(re)alloc and add OFFreeMemory (check-in: [498074dab9] user: js, branch: new-naming-convention, size: 8934) [annotate] [blame] [check-ins using] [diff]
14:21
[bcf77c3579] part of check-in [943d9bd388] of_map_table_functions_t -> OFMapTableFunctions (check-in: [943d9bd388] user: js, branch: new-naming-convention, size: 8908) [annotate] [blame] [check-ins using] [diff]
03:21
[b911edeffb] part of check-in [c4e0e56fa3] Rename all blocks (check-in: [c4e0e56fa3] user: js, branch: new-naming-convention, size: 8918) [annotate] [blame] [check-ins using] [diff]
02:43
[8abac033d7] part of check-in [ed3b07591c] Rename of_fast_enumeration_state_t (check-in: [ed3b07591c] user: js, branch: new-naming-convention, size: 8927) [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
[992c305595] part of check-in [1b82d3bf4f] *.m: Fold methods into one line where it fits (check-in: [1b82d3bf4f] user: js, branch: trunk, size: 8932) [annotate] [blame] [check-ins using] [diff]
02:36
[0842a7ed65] part of check-in [a0fd103a0b] Style change: Allow more than 1 argument per line

This is only migrating some places, others will be migrated as they are
touched. (check-in: [a0fd103a0b] user: js, branch: trunk, size: 8950) [annotate] [blame] [check-ins using] [diff]

2021-01-02
22:04
[300d637d78] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 9001) [annotate] [blame] [check-ins using] [diff]
2020-11-14
12:23
[3854d30085] part of check-in [627511b032] Rename of_malloc and of_calloc

The new names should be more accurate. (check-in: [627511b032] user: js, branch: trunk, size: 9090) [annotate] [blame] [check-ins using] [diff]

2020-11-05
00:24
[afa073ac3b] part of check-in [0ddaac3f5b] Avoid -[allocMemoryWithSize:] for temporary memory

-[allocMemoryWithSize:] has book keeping overhead that is unnecessary
for temporary memory. (check-in: [0ddaac3f5b] user: js, branch: trunk, size: 9092) [annotate] [blame] [check-ins using] [diff]

2020-10-10
14:27
[d2c4c5ea8c] part of check-in [aeb403a1ed] 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. (check-in: [aeb403a1ed] user: js, branch: trunk, size: 9181) [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
[7eeaf3a50d] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 9171) [annotate] [blame] [check-ins using] [diff]
2019-06-17
02:33
Added: [d7532d8aaa] part of check-in [17d57e01ff] Remove underscores from class names (check-in: [17d57e01ff] user: js, branch: trunk, size: 9168) [annotate] [blame] [check-ins using]