index
:
tartan
main
master
wip/pwithnall/list-checkers
wip/pwithnall/ownership
wip/pwithnall/refcounting
wip/pwithnall/unknown
Tools and Clang plugins for GLib development (mirrored from https://gitlab.freedesktop.org/tartan/tartan)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-25
clang-plugin: Fix error message formatting in GVariant checker
Philip Withnall
7
-60
/
+60
2014-05-25
clang-plugin: Simplify GVariant checker error message code
Philip Withnall
1
-9
/
+2
2014-05-25
clang-plugin: Port GVariant checker to use TypeManager
Philip Withnall
2
-169
/
+89
2014-05-24
clang-plugin: Move type lookups out into a new TypeManager
Philip Withnall
5
-69
/
+180
2014-05-22
clang-plugin: Make all checkers inherit from a Checker parent class
Philip Withnall
12
-36
/
+137
2014-05-22
clang-plugin: Tidy up namespacing for checkers
Philip Withnall
11
-4
/
+42
2014-05-22
clang-plugin: Allow checkers to be individually disabled
Philip Withnall
10
-15
/
+101
2014-05-20
website: Add a troubleshooting section to the website
Philip Withnall
1
-0
/
+23
2014-05-20
bugs: Add a bug about making it more obvious that Tartan is running
Philip Withnall
1
-0
/
+50
2014-05-09
clang-plugin: Fix diagnostics to correctly use format placeholders
Philip Withnall
7
-287
/
+207
2014-05-09
tests: Check for all expected error lines rather than just one
Philip Withnall
4
-21
/
+32
2014-05-09
clang-plugin: Improve error message cosmetics in the GVariant checker
Philip Withnall
1
-1
/
+4
2014-05-09
clang-plugin: Fix handling of const types in the GSignal checker
Philip Withnall
1
-2
/
+5
2014-05-08
clang-plugin: Add a g_signal_connect() checker
Philip Withnall
11
-6
/
+1337
2014-05-08
clang-plugin: Fix a typo in a debug message
Philip Withnall
1
-1
/
+1
2014-05-07
clang-plugin: Add missing #includes to gir-manager.h
Philip Withnall
1
-0
/
+3
2014-05-07
clang-plugin: Improve WARN_EXPR print format
Philip Withnall
1
-1
/
+1
2014-05-07
clang-plugin: Fix #define used to enable debug output
Philip Withnall
1
-1
/
+1
2014-05-07
bugs: File some new feature idea bugs
Philip Withnall
6
-0
/
+172
2014-05-07
clang-plugin: Clarify a warning about (allow-none) annotations
Philip Withnall
1
-1
/
+1
2014-05-07
build: Remove dependency on gnome-common
Philip Withnall
4
-10
/
+217
2014-05-07
build: Rename from gnome-clang to Tartan
Philip Withnall
27
-253
/
+269
2014-05-07
bugs: Add a bug about gedit integration
Philip Withnall
3
-0
/
+82
2014-05-06
website: Add release dates to the website
Philip Withnall
1
-2
/
+2
2014-05-06
website: Add a link to the 0.2.0 release
Philip Withnall
1
-0
/
+1
2014-05-06
Post-release version bump
Philip Withnall
2
-1
/
+7
2014-05-06
Release version 0.2.0
0.2.0
Philip Withnall
1
-0
/
+6
2014-05-06
tests: Use the uninstalled gnome-clang and plugin in the tests
Philip Withnall
1
-2
/
+8
2014-05-06
tests: Fix builddir ≠ srcdir problems
Philip Withnall
1
-3
/
+8
2014-05-06
scripts: Use `which clang` instead of hardcoding /usr/bin
Philip Withnall
1
-2
/
+2
2014-05-06
scripts: Support running gnome-clang while uninstalled
Philip Withnall
3
-4
/
+22
2014-05-06
bugs: Add a comment about diagnostic output
Philip Withnall
2
-0
/
+30
2014-05-06
tests: Add tests for existing assertion extraction code
Philip Withnall
7
-0
/
+332
2014-05-06
clang-plugin: Make failure to load a GI typelib a warning not an error
Philip Withnall
1
-2
/
+2
2014-05-06
clang-plugin: Automatically promote int to uint with constant varargs
Philip Withnall
2
-1
/
+27
2014-05-06
clang-plugin: Don’t confuse integer constants with NULL
Philip Withnall
2
-1
/
+10
2014-05-06
scripts: Mark gnome-clang as executable
Philip Withnall
4
-0
/
+80
2014-05-06
tests: Move templates out of wrapper-compiler-errors into new files
Philip Withnall
13
-23
/
+64
2014-05-06
clang-plugin: Hard-code GLib functions to ignore for nullability checks
Philip Withnall
1
-1
/
+31
2014-05-06
clang-plugin: Support (optional) and (nullable) attributes
Philip Withnall
4
-2
/
+38
2014-05-06
clang-plugin: Add extra debug info on internal warnings
Philip Withnall
2
-6
/
+9
2014-05-05
clang-plugin: Clarify some nullability checker error messages
Philip Withnall
1
-6
/
+4
2014-05-05
clang-plugin: Handle additional Expr types in the assertion extracter
Philip Withnall
1
-0
/
+20
2014-05-05
clang-plugin: Enable GVariant checks for other methods
Philip Withnall
8
-6
/
+211
2014-05-05
clang-plugin: Fix parsing of convenience formats for GVariants
Philip Withnall
1
-12
/
+21
2014-05-05
clang-plugin: Tidy up documentation in gvariant-checker.cpp
Philip Withnall
1
-9
/
+10
2014-05-05
bugs: File a bug about writing a custom test driver
Philip Withnall
3
-0
/
+85
2014-05-05
clang-plugin: Add support for checking g_variant_get() calls
Philip Withnall
5
-97
/
+705
2014-05-03
clang-plugin: Add support for a GVariant checker
Philip Withnall
8
-2
/
+2159
2014-05-01
clang-plugin: Remove GNOME_CLANG_GIRS and load all typelibs instead
Philip Withnall
4
-88
/
+79
[next]