ObjFW  All files named "src/OFArray_subarray.m"

History for src/OFArray_subarray.m

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: [aa22fe0ab0] check-in: [0509d7a844] user: js, branch: trunk, size: 2509 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [04b6db1977] check-in: [7e5c81e186] user: js, branch: trunk, size: 2503 [annotate] [blame] [check-ins using] [diff]
2017-10-22
15:05
Make Apple GCC with -Wshadow happy file: [28b00df2ee] check-in: [a06354b42a] user: js, branch: trunk, size: 2480 [annotate] [blame] [check-ins using] [diff]
14:09
Make Apple GCC with -Wshadow happy file: [02a02cd5d6] check-in: [31c0f5b89e] user: js, branch: 0.90, size: 2466 [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
not apply to implicit return types. This means that after this commit,
all init methods have a nonnull return type, as they should have. file: [25410c7619] check-in: [2f4e0df8be] user: js, branch: trunk, size: 2506 [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: [b087bc3ca0] check-in: [4af49a13c3] user: js, branch: trunk, size: 2492 [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: [bf40b440c5] check-in: [44f45c2e35] user: js, branch: trunk, size: 2488 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

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

2015-01-03
20:57
Update copyright file: [8021ce3fc8] check-in: [cfd374b906] user: js, branch: trunk, size: 2478 [annotate] [blame] [check-ins using] [diff]
2014-05-15
04:07
Don't return void expressions file: [fffe4c972d] check-in: [3c7bf2e50c] user: js, branch: trunk, size: 2472 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [4711cab830] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 2479 [annotate] [blame] [check-ins using] [diff]
2013-06-22
12:12
Rework exceptions.

This mostly removes the argument for the class in which the exception
occurred. As backtraces were recently added for all platforms, the
passed class does not give any extra information on where the exception
occurred anymore.

This also removes a few other arguments which were not too helpful. In
the past, the idea was to pass as many arguments as possible so that it
is easier to find the origin of the exception. However, as backtraces
are a much better way to find the origin, those are not useful anymore
and just make the exception more cumbersome to use. The rule is now to
only pass arguments that might help in recovering from the exception or
provide information that is otherwise not easily accessible. file: [83e4ee3b65] check-in: [3d16a30f41] user: js, branch: trunk, size: 2473 [annotate] [blame] [check-ins using] [diff]

2013-02-12
18:22
Prefix all ivars with an underscore. file: [4d0eadf9ff] check-in: [e40729d406] user: js, branch: trunk, size: 2542 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [43b86d4da0] check-in: [813c00ccf0] user: js, branch: trunk, size: 2538 [annotate] [blame] [check-ins using] [diff]
2012-10-14
10:36
More integer overflow checks. file: [9e2eeeec2e] check-in: [53af033b0e] user: js, branch: trunk, size: 2532 [annotate] [blame] [check-ins using] [diff]
00:59
OF_INVALID_INDEX -> OF_NOT_FOUND. file: [327edac8fd] check-in: [f38744df74] user: js, branch: trunk, size: 2430 [annotate] [blame] [check-ins using] [diff]
00:54
range.start -> range.location. file: [9c788f37d8] check-in: [c9433ea60d] user: js, branch: trunk, size: 2446 [annotate] [blame] [check-ins using] [diff]
2012-10-09
15:07
Make use of instancetype. file: [3219b4036a] check-in: [fb515e8e24] user: js, branch: trunk, size: 2413 [annotate] [blame] [check-ins using] [diff]
2012-07-12
01:28
Don't access isa directly. file: [1f6f789ff3] check-in: [8892ae9fcc] user: js, branch: trunk, size: 2399 [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
Update copyright. file: [535e1320bc] check-in: [ce70e17b38] user: js, branch: trunk, size: 2372 [annotate] [blame] [check-ins using] [diff]
2011-09-22
23:25
Exceptions are now autoreleased.

This is safe as an "exception loop" can't happen, since if allocating
an exception fails, it throws an OFAllocFailedException which is
preallocated and can always be thrown.

So, the worst case would be that an autorelease of an exception fails,
triggering an OFOutOfMemoryException for which there is no memory,
resulting in an OFAllocFailedException to be thrown. file: [0cdeecac33] check-in: [e1e7ffa903] user: js, branch: trunk, size: 2366 [annotate] [blame] [check-ins using] [diff]

2011-09-11
14:04
Fix -[OFArray_subarray indexOfObject:]. file: [77e6be7acc] check-in: [86a2329f2b] user: js, branch: trunk, size: 2348 [annotate] [blame] [check-ins using] [diff]
12:15
Added: Add OFArray_subarray and OFArray_adjacenSubarray.

These will prevent a copy of an immutable array when using
-[objectsInRange:]. file: [bf200eb01f] check-in: [9e0ca2f627] user: js, branch: trunk, size: 2220 [annotate] [blame] [check-ins using]