History of file src/exceptions/OFOutOfMemoryException.m at check-in 65b31518fcbb7e0d3f9a289d06a43d278c72d937adf29031b813389631bbec4f
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [aa2a685889] check-in: [7413a728a7] user: js, branch: trunk, size: 1457 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [85dee5f624] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1249 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [9811b1c64b] check-in: [8939cbdb52] user: js, branch: trunk, size: 1249 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [f0195e5a54] check-in: [1a86b8175b] user: js, branch: trunk, size: 1249 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [c19eec448c] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1249 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [5abff47452] check-in: [c7f0229795] user: js, branch: trunk, size: 1338 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [b2c495df60] check-in: [0509d7a844] user: js, branch: trunk, size: 1335 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [b5874b0deb] check-in: [7e5c81e186] user: js, branch: trunk, size: 1329 [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-06-04
| ||
23:41 | Add designated initializer to all exceptions file: [3aa81f3781] check-in: [cc5923d6bb] user: js, branch: trunk, size: 1278 [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: [7cb2b989ab] check-in: [4af49a13c3] user: js, branch: trunk, size: 1225 [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:43 |
Update copyright
While at it, also update the mail address. file: [ca1f7da8c0] check-in: [cec0f072f8] user: js, branch: 0.8, size: 1226 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [062f637e5b] check-in: [2a27cf3000] user: js, branch: trunk, size: 1218 [annotate] [blame] [check-ins using] [diff] | |
2015-11-29
| ||
11:43 |
Make properties a requirement and clean up code
This increases the required GCC version from 4.0 to 4.6 (exception: | |
2015-01-03
| ||
20:57 | Update copyright file: [bb679be803] check-in: [cfd374b906] user: js, branch: trunk, size: 1222 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [4f3ae5cb45] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1216 [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 This also removes a few other arguments which were not too helpful. In | |
2013-02-13
| ||
23:10 |
Don't cache the description of exceptions.
This was pretty pointless, as it's usually only used once. file: [598df3b1e8] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 1377 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [632b122d6b] check-in: [e40729d406] user: js, branch: trunk, size: 1478 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [1897414e22] check-in: [813c00ccf0] user: js, branch: trunk, size: 1435 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [c6c9405930] check-in: [fb515e8e24] user: js, branch: trunk, size: 1429 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [552b6d52bc] check-in: [ce70e17b38] user: js, branch: trunk, size: 1415 [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 So, the worst case would be that an autorelease of an exception fails, | |
03:10 |
Don't use EV_RECEIPT.
EV_RECEIPT is not available on all systems implementing kqueue. file: [047d11c618] check-in: [1edb3cb8c7] user: js, branch: trunk, size: 1384 [annotate] [blame] [check-ins using] [diff] | |
2011-03-24
| ||
16:09 | Added: Split OFExceptions.{h,m} into one file per exception. file: [826b8163be] check-in: [e1eea29286] user: js, branch: trunk, size: 1379 [annotate] [blame] [check-ins using] | |