ObjFW  History of src/OFValue.m of 591d1c6c2bc7869e

History of the file that is called src/OFValue.m at check-in 591d1c6c2bc7869e

2024-04-03
02:16
[595e450f93] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 8129) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[45814a74e5] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 7921) [annotate] [blame] [check-ins using] [diff]
2023-08-09
22:53
[d066bfb20d] part of check-in [7b91334e8e] OFValue: Add OFVector[34]D (check-in: [7b91334e8e] user: js, branch: trunk, size: 7921) [annotate] [blame] [check-ins using] [diff]
22:39
[358230f36d] part of check-in [772e8b8f78] OFValue: Improve -[description] (check-in: [772e8b8f78] user: js, branch: trunk, size: 6658) [annotate] [blame] [check-ins using] [diff]
14:27
[f907dbb433] part of check-in [12968f1d68] Make OFValue a proper class cluster (check-in: [12968f1d68] user: js, branch: trunk, size: 5341) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[ed60df5d2c] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 4371) [annotate] [blame] [check-ins using] [diff]
2022-10-16
18:49
[d37e008646] part of check-in [0a5cd7e353] OFValue: Fix missing #include "config.h" (check-in: [0a5cd7e353] user: js, branch: trunk, size: 4371) [annotate] [blame] [check-ins using] [diff]
2022-08-30
00:48
[904b202568] part of check-in [4ad0c363f3] OFObject: Small API change (check-in: [4ad0c363f3] user: js, branch: trunk, size: 4350) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[4253491c94] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 4346) [annotate] [blame] [check-ins using] [diff]
2021-04-18
22:56
[2892e2bc96] part of check-in [e73c65a849] Rename all symbols marked extern (check-in: [e73c65a849] user: js, branch: new-naming-convention, size: 4346) [annotate] [blame] [check-ins using] [diff]
15:55
[cf82e8bfac] part of check-in [7392685ffc] Rename all functions in macros.h (check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 4355) [annotate] [blame] [check-ins using] [diff]
2021-04-17
22:45
[9ff3b452f9] part of check-in [498074dab9] Rename of_(re)alloc and add OFFreeMemory (check-in: [498074dab9] user: js, branch: new-naming-convention, size: 4353) [annotate] [blame] [check-ins using] [diff]
01:19
[712005bdcf] part of check-in [dec9721b35] of_rectangle_t -> OFRect (check-in: [dec9721b35] user: js, branch: new-naming-convention, size: 4293) [annotate] [blame] [check-ins using] [diff]
01:10
[c62f9e27d2] part of check-in [8a7353b219] of_dimension_t -> OFSize (check-in: [8a7353b219] user: js, branch: new-naming-convention, size: 4357) [annotate] [blame] [check-ins using] [diff]
00:54
[073716b8bf] part of check-in [3524409dd0] of_point_t -> OFPoint (check-in: [3524409dd0] user: js, branch: new-naming-convention, size: 4421) [annotate] [blame] [check-ins using] [diff]
00:44
[9ac03935d2] part of check-in [d975c53a43] of_range_t -> OFRange (check-in: [d975c53a43] user: js, branch: new-naming-convention, size: 4430) [annotate] [blame] [check-ins using] [diff]
2021-04-13
21:43
[57c5a42ed5] part of check-in [e41940c022] Simplify OFValue (check-in: [e41940c022] user: js, branch: trunk, size: 4439) [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
[0c9f7f6c34] part of check-in [1b82d3bf4f] *.m: Fold methods into one line where it fits (check-in: [1b82d3bf4f] user: js, branch: trunk, size: 6019) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[1c056221ee] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 6083) [annotate] [blame] [check-ins using] [diff]
2020-11-14
12:23
[fcc7bff050] 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: 6172) [annotate] [blame] [check-ins using] [diff]

2020-11-04
23:18
[3be7f2e37d] part of check-in [3d8286feee] 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. (check-in: [3d8286feee] user: js, branch: trunk, size: 6176) [annotate] [blame] [check-ins using] [diff]

2020-10-25
23:33
[1029a1bdaf] part of check-in [d0ae3bfd6c] Add of_{malloc,calloc,realloc,free} (check-in: [d0ae3bfd6c] user: js, branch: trunk, size: 6191) [annotate] [blame] [check-ins using] [diff]
2020-10-10
14:27
[c1cd16a470] 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: 6469) [annotate] [blame] [check-ins using] [diff]

2020-09-27
00:57
[a224fd5a05] part of check-in [cbc09c6e26] Work around bugs in Apple GCC 4.2.1 (check-in: [cbc09c6e26] user: js, branch: trunk, size: 6464) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[ef18897f3a] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 6440) [annotate] [blame] [check-ins using] [diff]
2019-10-20
13:15
[2619bc1d62] part of check-in [9122facff6] Fix missing fast paths in -[isEqual:] (check-in: [9122facff6] user: js, branch: trunk, size: 6437) [annotate] [blame] [check-ins using] [diff]
2019-06-17
02:33
[50d6956f54] part of check-in [17d57e01ff] Remove underscores from class names (check-in: [17d57e01ff] user: js, branch: trunk, size: 6400) [annotate] [blame] [check-ins using] [diff]
2019-03-08
00:35
[a898bac105] part of check-in [bceb7ed4c9] Use dot syntax (check-in: [bceb7ed4c9] user: js, branch: trunk, size: 6418) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[3dfa97e178] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 6424) [annotate] [blame] [check-ins using] [diff]
2018-01-21
12:18
[b29dc94d62] part of check-in [2ca34d3de1] OFValue: Support for {point,dimension,rectangle}s (check-in: [2ca34d3de1] user: js, branch: trunk, size: 6418) [annotate] [blame] [check-ins using] [diff]
03:28
[09ba4acbc4] part of check-in [cb1891cca1] OFValue: Add support for ranges (check-in: [cb1891cca1] user: js, branch: trunk, size: 4960) [annotate] [blame] [check-ins using] [diff]
03:12
[4262daaa9f] part of check-in [854435fa91] OFValue: Add -[description] (check-in: [854435fa91] user: js, branch: trunk, size: 4559) [annotate] [blame] [check-ins using] [diff]
03:02
[939e955648] part of check-in [6ca5d172b9] OFValue: Conform to OFCopying (check-in: [6ca5d172b9] user: js, branch: trunk, size: 3950) [annotate] [blame] [check-ins using] [diff]
01:38
[f9fd1f2d0c] part of check-in [237a4e91a9] OFValue: Add support for pointers and objects (check-in: [237a4e91a9] user: js, branch: trunk, size: 3911) [annotate] [blame] [check-ins using] [diff]
00:48
Added: [a76d433362] part of check-in [4a08ae655b] Initial OFValue implementation (check-in: [4a08ae655b] user: js, branch: trunk, size: 2909) [annotate] [blame] [check-ins using]