blob: f138e8e064dd3210d37786ef34d6cc6cdac6e12d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
Tartan
======
Tartan is a set of tools and plugins for Clang which aim to improve its
usefulness for developing GLib and GNOME applications and libraries.
The first plugin in this set is a static analysis plugin to
utilise GObject introspection annotations to automatically add attributes to
functions and parameters in C code.
The second plugin utilises g_return_if_fail() preconditions to add attributes
to functions and parameters in C code.
Dependencies
============
• glib-2.0 ≥ 2.38.0
• gio-2.0 ≥ 2.38.0
• gobject-introspection-1.0 ≥ 1.38.0
• llvm ≥ 7.0
Licensing
=========
Tartan is licensed under the GPL; see COPYING for more details.
Contact
=======
Philip Withnall <philip@tecnocode.co.uk>
Mailing list: http://lists.freedesktop.org/mailman/listinfo/tartan
Website: http://www.freedesktop.org/software/tartan/
|