History of file src/OFArray_subarray.h at check-in 0b488f44a5b7300d595eedadacf7ce7d65d35e7b3cec3f5d2e13d6f355816cfd
2019-06-17
| ||
02:33 | Deleted: Remove underscores from class names check-in: [17d57e01ff] user: js, branch: trunk, size: 0 | |
2019-01-03
| ||
19:13 | Update copyright file: [2fca210b9f] check-in: [0509d7a844] user: js, branch: trunk, size: 920 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [5c53fa003e] check-in: [7e5c81e186] user: js, branch: trunk, size: 914 [annotate] [blame] [check-ins using] [diff] | |
2017-10-17
| ||
00:33 |
Do not use implicit method return types
Instead, explicitly declare them, as OF_ASSUME_NONNULL_{BEGIN,END} does | |
2017-05-07
| ||
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [716934f439] check-in: [4af49a13c3] user: js, branch: trunk, size: 877 [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 | |
2016-01-03
| ||
00:41 |
Update copyright
While at it, also update the mail address. file: [32d1285139] check-in: [2a27cf3000] user: js, branch: trunk, size: 869 [annotate] [blame] [check-ins using] [diff] | |
2015-06-13
| ||
22:26 | Add support for and use the new nullability file: [5c479443ba] check-in: [9e76144ef8] user: js, branch: trunk, size: 865 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [bdc7298609] check-in: [cfd374b906] user: js, branch: trunk, size: 817 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [40601ca3d4] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 811 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [8e2aa92a1b] check-in: [e40729d406] user: js, branch: trunk, size: 805 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [2b2c04c402] check-in: [813c00ccf0] user: js, branch: trunk, size: 803 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [f561bc8a44] check-in: [fb515e8e24] user: js, branch: trunk, size: 797 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [83f7687532] check-in: [ce70e17b38] user: js, branch: trunk, size: 783 [annotate] [blame] [check-ins using] [diff] | |
2011-09-11
| ||
12:15 |
Added:
Add OFArray_subarray and OFArray_adjacenSubarray.
These will prevent a copy of an immutable array when using | |