ObjFW  All files named "src/OFString+JSONParsing.m"

History for src/OFString+JSONParsing.m

2024-04-29
21:42
Properly hide private symbols file: [16ebad3f2c] check-in: [f16bccc7b3] user: js, branch: trunk, size: 13291 [annotate] [blame] [check-ins using] [diff]
2024-04-03
02:16
Change license to LGPLv3 only file: [b1d14c6372] check-in: [7413a728a7] user: js, branch: trunk, size: 13287 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [2a3fb814b9] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 13079 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [a752f4ba41] check-in: [8939cbdb52] user: js, branch: trunk, size: 13079 [annotate] [blame] [check-ins using] [diff]
2022-11-16
01:27
Add OFAssert()

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

2022-02-12
07:46
Update copyright file: [5489126d7d] check-in: [1a86b8175b] user: js, branch: trunk, size: 13160 [annotate] [blame] [check-ins using] [diff]
2021-04-18
22:56
Rename all symbols marked extern file: [fd3673a355] check-in: [e73c65a849] user: js, branch: new-naming-convention, size: 13160 [annotate] [blame] [check-ins using] [diff]
2021-04-17
22:45
Rename of_(re)alloc and add OFFreeMemory file: [5b4983e183] check-in: [498074dab9] user: js, branch: new-naming-convention, size: 13181 [annotate] [blame] [check-ins using] [diff]
01:35
of_char{16,32}_t -> OFChar{16,32} file: [b02567e9c8] check-in: [6d9d790a24] user: js, branch: new-naming-convention, size: 13019 [annotate] [blame] [check-ins using] [diff]
01:32
of_unichar_t -> OFUnichar file: [86a655710b] check-in: [2d3790870d] user: js, branch: new-naming-convention, size: 13031 [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
*.m: Fold methods into one line where it fits file: [c87ddb2735] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 13037 [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
touched. file: [0ac530152e] check-in: [a0fd103a0b] user: js, branch: trunk, size: 13049 [annotate] [blame] [check-ins using] [diff]

2021-01-02
22:04
Update copyright file: [182fb0261b] check-in: [374e1a1bfa] user: js, branch: trunk, size: 13059 [annotate] [blame] [check-ins using] [diff]
2020-12-20
13:49
Clean up a few defines file: [87dbebe87e] check-in: [d3fb77eb9c] user: js, branch: trunk, size: 13148 [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: [57caefd874] check-in: [627511b032] user: js, branch: trunk, size: 13089 [annotate] [blame] [check-ins using] [diff]

2020-11-05
00:24
Avoid -[allocMemoryWithSize:] for temporary memory

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

2020-11-04
23:18
Remove of_free()

While it makes sense to wrap malloc and calloc to replace the error
checking with exceptions, it does not make sense to wrap free. file: [6d4d4d10b0] check-in: [3d8286feee] user: js, branch: trunk, size: 13091 [annotate] [blame] [check-ins using] [diff]

2020-10-25
23:33
Add of_{malloc,calloc,realloc,free} file: [b73e42773d] check-in: [d0ae3bfd6c] user: js, branch: trunk, size: 13148 [annotate] [blame] [check-ins using] [diff]
2020-08-13
21:07
Renamed src/OFString+JSONValue.m → src/OFString+JSONParsing.m. OFString: Rename JSONValue to objectByParsingJSON file: [706b49d04b] check-in: [8611f48f42] user: js, branch: trunk, size: 13120 [annotate] [blame] [check-ins using] [diff]