ObjFW  Changes To ObjFW

Changes to "ObjFW" between 2024-08-17 10:24:42 and 2024-08-17 10:25:52

31
32
33
34
35
36
37
38

39
40
41
42
43
44
45
46
47
48
49
50
51
52

53
54
55
56
57
58
59
60

61
62
63
64
65
66
67
31
32
33
34
35
36
37

38
39
40
41
42
43
44
45
46
47
48
49
50
51

52
53
54
55
56
57
58
59

60
61
62
63
64
65
66
67







-
+













-
+







-
+








    objfw-compile -o MyFirstApp MyFirstApp.m

`objfw-compile` is a tool that allows building applications and libraries using ObjFW without needing a full-blown build system. If you want to use your own build system, you can get the necessary flags from `objfw-config`.

# Documentation

You can find the documentation for released versions of ObjFW [here](https://objfw.nil.im/docs/).
You can find the documentation for released versions of ObjFW [here](/docs/).

In order to build the documentation yourself (necessary to have documentation for trunk / master), you need to have [Doxygen](https://www.doxygen.nl) installed. Once installed, you can build the documentation from the root directory of the repository:

    make docs

# License

ObjFW is released under the GNU Lesser General Public License version 3.0.

If this license does not work for you, contact me and we can find a solution.

# Bugs and feature requests

If you find any bugs or have feature requests, please [file a new bug](https://objfw.nil.im/tktnew) in the [bug tracker](https://objfw.nil.im/reportlist).
If you find any bugs or have feature requests, please [file a new bug](/tktnew) in the [bug tracker](/reportlist).

Alternatively, feel free to send a mail to js@nil.im!

# Support and community

If you have any questions about ObjFW or would like to talk to other ObjFW users, the following venues are available:

* The [forum](https://objfw.nil.im/forum)
* The [forum](/forum)
* A [Matrix room](https://matrix.to/#/%23objfw:nil.im)
* A [Discord room](https://objfw.nil.im/discord), bridged to the Matrix room above
* A [Telegram room](https://t.me/objfw), bridged to the Matrix room above
* A [Slack room](https://objfw.nil.im/slack), bridged to the Matrix room above
* An IRC channel named `#objfw` on `irc.oftc.net` ([Web chat](https://webchat.oftc.net/?channels=%23objfw)), bridged to the Matrix room above

Please don't hesitate to join any or all of those!