ObjFW  All files named "src/exceptions/OFInvalidJSONException.h"

History for src/exceptions/OFInvalidJSONException.h

2024-04-03
02:16
[bf2638d8da] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 2202) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[9cb620be01] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1994) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[ca07739c54] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 1994) [annotate] [blame] [check-ins using] [diff]
2022-09-12
14:34
[a9bef800fe] part of check-in [c40a295629] Either restrict subclassing or reserve ivars (check-in: [c40a295629] user: js, branch: trunk, size: 1994) [annotate] [blame] [check-ins using] [diff]
2022-04-23
12:26
[9ac94f6e36] part of check-in [59fc5153a1] More declaration reordering and nullability fixes (check-in: [59fc5153a1] user: js, branch: trunk, size: 1949) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[936e9013a0] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 1949) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[fb81f472e9] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 1949) [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
[08723a84ca] part of check-in [163a4a5a2e] Use /** */ instead of /*! */ for documentation (check-in: [163a4a5a2e] user: js, branch: trunk, size: 2038) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[e8cb3d0de3] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 2038) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[9765dce12b] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2035) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[41d73c411a] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2029) [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
[c9eca5ab49] part of check-in [cc3ad3ddd3] Documentation: Use @brief for all properties (check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 2006) [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
[bdcf54a68b] part of check-in [2f4e0df8be] 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. (check-in: [2f4e0df8be] user: js, branch: trunk, size: 1992) [annotate] [blame] [check-ins using] [diff]

2017-06-04
23:41
[0ac6dc1b4d] part of check-in [cc5923d6bb] Add designated initializer to all exceptions (check-in: [cc5923d6bb] user: js, branch: trunk, size: 1964) [annotate] [blame] [check-ins using] [diff]
2017-05-13
16:29
[a8c0d937c1] part of check-in [f663d40cbd] Also use nonatomic for non-object properties (check-in: [f663d40cbd] user: js, branch: trunk, size: 1938) [annotate] [blame] [check-ins using] [diff]
2017-05-07
23:14
[779eaeefae] part of check-in [16c05e87e1] Add OF_UNAVAILABLE (check-in: [16c05e87e1] user: js, branch: trunk, size: 1927) [annotate] [blame] [check-ins using] [diff]
20:10
[7f5296b3be] part of check-in [4af49a13c3] Small code style change

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

2017-05-02
21:10
[3515e6b03e] part of check-in [cc4cb0d824] exceptions: Add nullability specifiers (check-in: [cc4cb0d824] user: js, branch: trunk, size: 1819) [annotate] [blame] [check-ins using] [diff]
2017-04-30
13:35
[958d67c1a9] part of check-in [0a73af49f0] Use nonatomic for properties and clean up

This changes retaining behavior, meaning properties are not returned
retained and autoreleased anymore, so a property returned from a getter
now needs to be manually retained and autoreleased before calling the
setter. However, this is rarely the case and not using atomic improves
performance. (check-in: [0a73af49f0] user: js, branch: trunk, size: 1771) [annotate] [blame] [check-ins using] [diff]

2017-02-04
18:23
[46da2546fe] part of check-in [c6d77093f7] Minor documentation improvements (check-in: [c6d77093f7] user: js, branch: trunk, size: 1766) [annotate] [blame] [check-ins using] [diff]
2017-01-09
17:36
[0936e72c42] part of check-in [44f45c2e35] Update copyright

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

2016-01-03
00:43
[05dec57c72] part of check-in [cec0f072f8] Update copyright

While at it, also update the mail address. (check-in: [cec0f072f8] user: js, branch: 0.8, size: 1992) [annotate] [blame] [check-ins using] [diff]

00:41
[3db85b632d] part of check-in [2a27cf3000] Update copyright

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

2015-11-29
11:43
[862e0a26f1] part of check-in [48980f2297] Make properties a requirement and clean up code

This increases the required GCC version from 4.0 to 4.6 (exception:
Apple GCC, which already supports this with >= 4.0 starting with OS X
10.5). Since even GCC 4.6 is really old by now, there is no point in
still supporting something even older and making the code ugly because
of that. While some hardware and OS support was dropped from GCC 4.6
compared to GCC 4.0, there is nothing in there that would be an
interesting target with the exception of BeOS maybe - but a port to BeOS
can also be achieved using the Haiku support. The other dropped OSes are
mostly old versions of OSes while newer ones are still being supported
(and those newer versions of those OSes still support the same
hardware). (check-in: [48980f2297] user: js, branch: trunk, size: 1748) [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
[e9373f9cd4] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 1988) [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
[d0e8ae2469] part of check-in [246cfe0807] Documentation: Show correct imports (check-in: [246cfe0807] user: js, branch: trunk, size: 1982) [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
[51afaddfc2] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1883) [annotate] [blame] [check-ins using] [diff]
2013-11-20
22:06
[31be3be4c3] part of check-in [85e8ccc3a5] Make exception properties atomic. (check-in: [85e8ccc3a5] user: js, branch: trunk, size: 1877) [annotate] [blame] [check-ins using] [diff]
2013-06-22
12:12
[3557533be7] part of check-in [3d16a30f41] 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. (check-in: [3d16a30f41] user: js, branch: trunk, size: 1888) [annotate] [blame] [check-ins using] [diff]

2013-02-12
18:22
[e45d7a3ec9] part of check-in [e40729d406] Prefix all ivars with an underscore. (check-in: [e40729d406] user: js, branch: trunk, size: 1623) [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
[15c9f96f98] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 1622) [annotate] [blame] [check-ins using] [diff]
2012-10-29
08:00
[1896fbbfc5] part of check-in [7a3977d7fd] Documentation improvements. (check-in: [7a3977d7fd] user: js, branch: 0.7, size: 1616) [annotate] [blame] [check-ins using] [diff]
07:59
[a8f09d2f14] part of check-in [63bf4de97b] Documentation improvements. (check-in: [63bf4de97b] user: js, branch: trunk, size: 1616) [annotate] [blame] [check-ins using] [diff]
2012-10-28
12:38
[65709d01cc] part of check-in [1ad9565253] Switch to a headerdoc-compatible doc format. (check-in: [1ad9565253] user: js, branch: trunk, size: 1451) [annotate] [blame] [check-ins using] [diff]
2012-10-09
15:07
[dd69569b81] part of check-in [fb515e8e24] Make use of instancetype. (check-in: [fb515e8e24] user: js, branch: trunk, size: 1451) [annotate] [blame] [check-ins using] [diff]
2012-06-10
16:07
Added: [28abef2a60] part of check-in [72c71c4eb2] JSON: Make it possible to get the invalid line.

This introduces OFInvalidJSONException, which has a property line to get
the line in which the parsing error occurred. (check-in: [72c71c4eb2] user: js, branch: trunk, size: 1430) [annotate] [blame] [check-ins using]