ObjFW  History of src/runtime/sparsearray.m of 0c7760bd052deda8

History of the file that is called src/runtime/sparsearray.m at check-in 0c7760bd052deda8

2024-04-03
02:16
Change license to LGPLv3 only file: [98fd1c0a09] check-in: [7413a728a7] user: js, branch: trunk, size: 2495 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [44ad4592e2] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2287 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [56f5910910] check-in: [8939cbdb52] user: js, branch: trunk, size: 2287 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [5acb08c6c8] check-in: [1a86b8175b] user: js, branch: trunk, size: 2287 [annotate] [blame] [check-ins using] [diff]
2021-05-02
14:28
Don't use OFEnsure() in runtime file: [0600278cf2] check-in: [0c7760bd05] user: js, branch: trunk, size: 2287 [annotate] [blame] [check-ins using] [diff]
11:34
runtime: Name things more consistently file: [ac31f7403e] check-in: [2b75f9e6a0] user: js, branch: trunk, size: 2347 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [dc25cc4021] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2371 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [454092d9a3] check-in: [c7f0229795] user: js, branch: trunk, size: 2460 [annotate] [blame] [check-ins using] [diff]
2019-06-17
00:38
Remove underscores from library & framework names

This is more compatible with the various conventions used on various
systems. file: [db78821eca] check-in: [79fe29dbf4] user: js, branch: trunk, size: 2457 [annotate] [blame] [check-ins using] [diff]

2019-02-07
00:46
Make style consistent between ObjFW and ObjFW_RT

ObjFW_RT used to be a separate project that followed the BSD style, as
it was written in pure C, while ObjFW's style is based on the BSD style
with changes to make it a better fit for Objective-C. This commit
changes ObjFW_RT to use the same style as ObjFW. file: [4f833eac9f] check-in: [ef6d69931e] user: js, branch: trunk, size: 2458 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [391fc24950] check-in: [0509d7a844] user: js, branch: trunk, size: 2472 [annotate] [blame] [check-ins using] [diff]
2018-01-21
22:16
Allow building the runtime as a .framework

This also renames ObjFW-RT to ObjFW_RT, as hyphens should not be in
framework names. file: [0e0f3e055d] check-in: [0f42b0eafd] user: js, branch: trunk, size: 2466 [annotate] [blame] [check-ins using] [diff]

2018-01-03
19:49
Update copyright notice file: [e4f2e149b9] check-in: [7e5c81e186] user: js, branch: trunk, size: 2466 [annotate] [blame] [check-ins using] [diff]
2017-07-09
15:29
runtime: Rename include to ObjFW-RT.h file: [888b04f387] check-in: [5bb771755d] user: js, branch: trunk, size: 2443 [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
Small code style change

Casts are now written like types in variable declarations. file: [5adec15068] check-in: [4af49a13c3] user: js, branch: trunk, size: 2450 [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. file: [4c093ce050] check-in: [44f45c2e35] user: js, branch: trunk, size: 2448 [annotate] [blame] [check-ins using] [diff]

2016-02-21
15:37
Make use of C99-style for loops file: [ec11c93501] check-in: [e0b9167693] user: js, branch: trunk, size: 2442 [annotate] [blame] [check-ins using] [diff]
2016-01-05
22:00
(u)int_fast*_t -> (u)int*_t

(U)INT_FAST*_MAX is broken on Android, which makes (u)int_fast*_t
dangerous to use while it does not provide any real speed benefit. file: [f7f4dd215e] check-in: [d3158d091f] user: js, branch: trunk, size: 2450 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

While at it, also update the mail address. file: [60d6283d84] check-in: [2a27cf3000] user: js, branch: trunk, size: 2475 [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
Update copyright file: [da8f8fd8ba] check-in: [cfd374b906] user: js, branch: trunk, size: 2471 [annotate] [blame] [check-ins using] [diff]
2014-05-15
15:32
Multiple dtable / sparse array improvements

* dtable.m is now the old sparse array, using IMP as type for values and
thus not violating the C standard anymore (functions may not be stored
in void*)
* New sparsearray.m which can work with any size, based on the sparse
array from the fast path of class.m
* Fast path of class.m now uses the new sparsearray.m file: [8658c862e5] check-in: [1ebb9eb7b3] user: js, branch: trunk, size: 2465 [annotate] [blame] [check-ins using] [diff]

2014-02-12
00:10
Fix --enable-seluid24 file: [a445e7d9ad] check-in: [17b2d32959] user: js, branch: trunk, size: 4379 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [35d21a9661] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 4380 [annotate] [blame] [check-ins using] [diff]
2013-03-30
20:07
Improve code readability. file: [be43ba8163] check-in: [57a6e8ef79] user: js, branch: trunk, size: 4374 [annotate] [blame] [check-ins using] [diff]
2013-03-09
10:07
Save some space in the dtables. file: [89c18b15e1] check-in: [55c399cda6] user: js, branch: trunk, size: 4375 [annotate] [blame] [check-ins using] [diff]
09:24
Fix objc_exit() and add it to tests. file: [942cd907cc] check-in: [7baf58021d] user: js, branch: trunk, size: 4423 [annotate] [blame] [check-ins using] [diff]
2013-03-04
17:20
Replace BOOL with bool.

The only places where BOOL is left are those where they are required by
the ABI. file: [ad0ab80318] check-in: [c5ef582958] user: js, branch: trunk, size: 4423 [annotate] [blame] [check-ins using] [diff]

2013-01-09
22:24
Update copyright. file: [010ad633c1] check-in: [813c00ccf0] user: js, branch: trunk, size: 4415 [annotate] [blame] [check-ins using] [diff]
2013-01-02
21:07
sparsearray.m: Cast to 32 bit before shifting. file: [dcfc1896d2] check-in: [74e605a0f1] user: js, branch: trunk, size: 4409 [annotate] [blame] [check-ins using] [diff]
2012-12-28
02:46
Make 16 bit selector UIDs the default. file: [08f66117d0] check-in: [511a372fb8] user: js, branch: trunk, size: 4397 [annotate] [blame] [check-ins using] [diff]
2012-07-17
01:09
Rename ERROR() to OBJC_ERROR().

ERROR seems to be defined on MinGW32 and it's likely that it's also used
on other systems, thus it's better to prefix it with OBJC_. file: [ac1c630c4c] check-in: [345eb93240] user: js, branch: trunk, size: 4410 [annotate] [blame] [check-ins using] [diff]

2012-07-04
19:11
sparsearray.m: Cast to 32 bit before shifting. file: [e7f682556c] check-in: [7806d917b9] user: js, branch: trunk, size: 4365 [annotate] [blame] [check-ins using] [diff]
2012-06-11
21:01
Fix a warning due to uint_fast16_t > uint32_t. file: [921b7b3d3d] check-in: [e4832ae80b] user: js, branch: runtime, size: 4346 [annotate] [blame] [check-ins using] [diff]
2012-05-08
20:30
Add support for 16 bit selector UIDs. file: [55b9165add] check-in: [fef47937e5] user: js, branch: runtime, size: 4334 [annotate] [blame] [check-ins using] [diff]
2012-04-22
12:15
A few casts to make Clang happy. file: [676c05892e] check-in: [e1586f4dce] user: js, branch: runtime, size: 3466 [annotate] [blame] [check-ins using] [diff]
2012-04-21
13:05
Properly copy methods from superclass first. file: [c1a8aea676] check-in: [8c368f8f38] user: js, branch: runtime, size: 3424 [annotate] [blame] [check-ins using] [diff]
10:56
Remove useless thread-checking. file: [a773bc4c5d] check-in: [555445ce0a] user: js, branch: runtime, size: 3487 [annotate] [blame] [check-ins using] [diff]
2012-03-04
20:20
Added: Import and integrate ObjFW-RT. file: [71ecf956f3] check-in: [129f90b580] user: js, branch: runtime, size: 3882 [annotate] [blame] [check-ins using]