History of file src/OFConcreteDictionary.m at check-in ddcef349e53b0a77
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [46f4740c40] check-in: [7413a728a7] user: js, branch: trunk, size: 7643 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [7b72b69230] 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. More consistency in naming of private classes file: [8171774da2] check-in: [281b494de4] user: js, branch: trunk, size: 7435 [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: [4b446060bf] check-in: [8939cbdb52] user: js, branch: trunk, size: 8909 [annotate] [blame] [check-ins using] [diff] | |
2022-11-16
| ||
01:27 |
Add OFAssert()
This uses the same format as OFEnsure(). file: [509fe49186] check-in: [c86b8f10f0] user: js, branch: trunk, size: 8909 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [3e7005d616] check-in: [1a86b8175b] user: js, branch: trunk, size: 8926 [annotate] [blame] [check-ins using] [diff] | |
2021-04-19
| ||
21:54 | Rename a few more constants file: [121bed2172] check-in: [458420998c] user: js, branch: new-naming-convention, size: 8926 [annotate] [blame] [check-ins using] [diff] | |
2021-04-17
| ||
22:45 | Rename of_(re)alloc and add OFFreeMemory file: [475d73ba26] check-in: [498074dab9] user: js, branch: new-naming-convention, size: 8934 [annotate] [blame] [check-ins using] [diff] | |
14:21 | of_map_table_functions_t -> OFMapTableFunctions file: [bcf77c3579] check-in: [943d9bd388] user: js, branch: new-naming-convention, size: 8908 [annotate] [blame] [check-ins using] [diff] | |
03:21 | Rename all blocks file: [b911edeffb] check-in: [c4e0e56fa3] user: js, branch: new-naming-convention, size: 8918 [annotate] [blame] [check-ins using] [diff] | |
02:43 | Rename of_fast_enumeration_state_t file: [8abac033d7] check-in: [ed3b07591c] user: js, branch: new-naming-convention, size: 8927 [annotate] [blame] [check-ins using] [diff] | |
2021-03-07
| ||
20:25 | *.m: Fold methods into one line where it fits file: [992c305595] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 8932 [annotate] [blame] [check-ins using] [diff] | |
02:36 |
Style change: Allow more than 1 argument per line
This is only migrating some places, others will be migrated as they are | |
2021-01-02
| ||
22:04 | Update copyright file: [300d637d78] check-in: [374e1a1bfa] user: js, branch: trunk, size: 9001 [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: [3854d30085] check-in: [627511b032] user: js, branch: trunk, size: 9090 [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: [7eeaf3a50d] check-in: [c7f0229795] user: js, branch: trunk, size: 9171 [annotate] [blame] [check-ins using] [diff] | |
2019-06-17
| ||
02:33 | Added: Remove underscores from class names file: [d7532d8aaa] check-in: [17d57e01ff] user: js, branch: trunk, size: 9168 [annotate] [blame] [check-ins using] | |