ObjFW  History of Doxyfile of 96c24a6b6c9cd340

History of the file that is called Doxyfile at check-in 96c24a6b6c9cd340

2024-02-21
21:36
Document ObjFWTest file: [0d15a3240a] check-in: [3c55b7ac50] user: js, branch: trunk, size: 1494 [annotate] [blame] [check-ins using] [diff]
2023-08-05
10:12
Make platform-specific methods show up in Doxygen file: [68a4cb7d92] check-in: [de6dbcf928] user: js, branch: trunk, size: 1478 [annotate] [blame] [check-ins using] [diff]
09:04
Remove hacks in headers for C compatibility

A better approach would probably be to have a separate header which
makes some classes available to pure C. file: [53e22a2e88] check-in: [14c70763b0] user: js, branch: trunk, size: 1416 [annotate] [blame] [check-ins using] [diff]

2023-06-06
19:56
Doxyfile: Add missing defines file: [3c7cbc0d44] check-in: [9de6538e45] user: js, branch: trunk, size: 1438 [annotate] [blame] [check-ins using] [diff]
2023-04-22
19:52
Add OF_SYSTEM_INFO_HAS_NETWORK_INTERFACES define file: [864bba86b9] check-in: [74fea18d17] user: js, branch: trunk, size: 1406 [annotate] [blame] [check-ins using] [diff]
09:55
Add +[OFSystemInfo networkInterfaces] file: [95b2541e8f] check-in: [c3f58bce43] user: js, branch: trunk, size: 1390 [annotate] [blame] [check-ins using] [diff]
2023-02-11
23:26
Doxyfile: Define OF_FILE_MANAGER_SUPPORTS_* file: [f1f5fc12ae] check-in: [bc4e978728] user: js, branch: trunk, size: 1359 [annotate] [blame] [check-ins using] [diff]
2022-09-19
19:41
Fix a few documentation issues file: [6b8aa42255] check-in: [97f3f7b648] user: js, branch: trunk, size: 1078 [annotate] [blame] [check-ins using] [diff]
2022-01-16
14:16
Doxyfile: Set HAVE_DOT = NO

It generates graphs that are way too big to be useful. file: [f4ff92fbc3] check-in: [ce1d51bea5] user: js, branch: trunk, size: 1064 [annotate] [blame] [check-ins using] [diff]

2021-11-06
14:30
Doxyfile: Define _Nonnull and _Nullable

Doxygen does not know these and creates broken documentation when it
encounters these. file: [84ccedfad4] check-in: [033ba56f36] user: js, branch: trunk, size: 1050 [annotate] [blame] [check-ins using] [diff]

2021-04-29
23:24
Clean up struct and enum typedefs

With TYPEDEF_HIDES_STRUCT set, Doxygen properly handles anonymous
structs and enums that are typedef'd. file: [c1793ad29f] check-in: [2fcf5a3052] user: js, branch: trunk, size: 1009 [annotate] [blame] [check-ins using] [diff]

2020-05-30
15:33
runtime: Document all types file: [51b1f8245c] check-in: [d65fefedc7] user: js, branch: trunk, size: 982 [annotate] [blame] [check-ins using] [diff]
2018-01-21
02:20
Allow boxing of most structs file: [91048eb344] check-in: [88b19eae2c] user: js, branch: trunk, size: 950 [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:58
Doxyfile: Add OF_KINDOF file: [99508566f6] check-in: [6f1f7794a8] user: js, branch: trunk, size: 928 [annotate] [blame] [check-ins using] [diff]
2017-11-12
18:50
Doxyfile: Add OF_WARN_UNUSED_RESULT file: [88f6a81873] check-in: [e7c4134975] user: js, branch: trunk, size: 902 [annotate] [blame] [check-ins using] [diff]
2017-10-30
00:29
Fix nullable properties in Doxygen file: [27902ec17a] check-in: [06a922c912] user: js, branch: trunk, size: 871 [annotate] [blame] [check-ins using] [diff]
2017-06-05
18:56
Doxyfile: Add missing defines file: [31e59694ac] check-in: [4b6dfe02f2] user: js, branch: trunk, size: 859 [annotate] [blame] [check-ins using] [diff]
2017-05-06
21:31
OFApplication: Only handle defined signals file: [711a52b3dd] check-in: [e3e464fc6e] user: js, branch: trunk, size: 797 [annotate] [blame] [check-ins using] [diff]
2017-05-01
18:48
Add OF_NULL_RESETTABLE_PROPERTY file: [2f9386cc09] check-in: [3faceccdd3] user: js, branch: trunk, size: 743 [annotate] [blame] [check-ins using] [diff]
2017-04-09
18:22
Add OFSandbox

Only OpenBSD's pledge() is supported so far. file: [1211363d54] check-in: [40cf53506a] user: js, branch: trunk, size: 691 [annotate] [blame] [check-ins using] [diff]

2016-03-12
21:19
Work around Doxygen shortcomings file: [6f66b97d5c] check-in: [2425966b66] user: js, branch: trunk, size: 666 [annotate] [blame] [check-ins using] [diff]
2015-11-29
14:26
Remove defines we no longer need

Now that we require GCC >= 4.6, those features are always available. file: [6815d9887c] check-in: [be8db49635] user: js, branch: trunk, size: 637 [annotate] [blame] [check-ins using] [diff]

2015-06-12
23:59
Add support for and use the new ObjC generics file: [acb8142762] check-in: [5329fe7c1a] user: js, branch: trunk, size: 728 [annotate] [blame] [check-ins using] [diff]
2015-03-30
21:33
Add OF_NO_RETURN_FUNC

OF_NO_RETURN_FUNC is defined when __attribute__((__noreturn__)) is
supported for functions, whereas OF_NO_RETURN is only defined when it is
supported for both functions and methods. file: [36e288b969] check-in: [ffb39d1df6] user: js, branch: trunk, size: 707 [annotate] [blame] [check-ins using] [diff]

2015-02-01
00:47
Doxyfile: Define OF_NO_RETURN file: [2228832996] check-in: [f5dce70abd] user: js, branch: trunk, size: 683 [annotate] [blame] [check-ins using] [diff]
2014-05-26
15:41
OFZIPArchiveEntry: Make more properties public file: [c7b48db7bf] check-in: [c1d665c395] user: js, branch: trunk, size: 661 [annotate] [blame] [check-ins using] [diff]
2014-01-09
00:01
Doxyfile: Add more defines. file: [cac7c51622] check-in: [4cf723a962] user: js, branch: trunk, size: 633 [annotate] [blame] [check-ins using] [diff]
2013-11-23
01:38
Add OF_ROOT_CLASS. file: [03db00e725] check-in: [48df0f966f] user: js, branch: trunk, size: 585 [annotate] [blame] [check-ins using] [diff]
01:14
Add OF_REQUIRES_SUPER. file: [39c776f5b0] check-in: [3ab5dace83] user: js, branch: trunk, size: 562 [annotate] [blame] [check-ins using] [diff]
2013-03-12
20:10
Document OFApplication a little more. file: [6a95fbb09e] check-in: [0d80255cc3] user: js, branch: trunk, size: 535 [annotate] [blame] [check-ins using] [diff]
2013-01-12
20:53
Clean up the feature #ifdef mess. file: [594baeb063] check-in: [b8ce2359f3] user: js, branch: trunk, size: 500 [annotate] [blame] [check-ins using] [diff]
20:21
Fix --disable-threads. file: [295329e516] check-in: [85b8efadbc] user: js, branch: trunk, size: 496 [annotate] [blame] [check-ins using] [diff]
2013-01-10
22:52
Make sure Doxygen is not confused by some defines. file: [35f708c3da] check-in: [25d85f9de2] user: js, branch: trunk, size: 475 [annotate] [blame] [check-ins using] [diff]
2012-02-03
14:20
Don't show undocumented methods in the documentation - they're private. file: [7669e1a119] check-in: [007844f26e] user: js, branch: trunk, size: 240 [annotate] [blame] [check-ins using] [diff]
2011-05-04
22:35
Improve Doxyfile. file: [cae41faf7e] check-in: [8588bd03b2] user: js, branch: trunk, size: 183 [annotate] [blame] [check-ins using] [diff]
2011-03-27
17:17
Add src/exceptions to Doxyfile. file: [fd9d13e7bf] check-in: [6d7bdcfc21] user: js, branch: trunk, size: 160 [annotate] [blame] [check-ins using] [diff]
2010-12-10
11:21
Documentation fixes. file: [6d9538cc8d] check-in: [fada60d54c] user: js, branch: trunk, size: 145 [annotate] [blame] [check-ins using] [diff]
2009-05-18
23:14
Added: Rename doxygen.cfg -> Doxyfile. file: [d551f60535] check-in: [e698bc8329] user: js, branch: trunk, size: 120 [annotate] [blame] [check-ins using]