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
path:
root
/
clang-plugin
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-16
gsignal: Rename some variables
Philip Withnall
1
-52
/
+52
2014-06-09
gsignal: Ensure string parameters to signal callbacks are expected const
Philip Withnall
1
-1
/
+1
2014-06-09
gvariant: Add suggestions for GVariant format strings to error messages
Philip Withnall
1
-6
/
+63
2014-05-30
gvariant: Improve wording of excess varargs error message
Philip Withnall
1
-5
/
+7
2014-05-25
clang-plugin: Fix error message formatting in GVariant checker
Philip Withnall
1
-7
/
+7
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
4
-69
/
+178
2014-05-22
clang-plugin: Make all checkers inherit from a Checker parent class
Philip Withnall
11
-36
/
+135
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
9
-14
/
+100
2014-05-09
clang-plugin: Fix diagnostics to correctly use format placeholders
Philip Withnall
7
-287
/
+207
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
5
-5
/
+1071
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
clang-plugin: Clarify a warning about (allow-none) annotations
Philip Withnall
1
-1
/
+1
2014-05-07
build: Rename from gnome-clang to Tartan
Philip Withnall
15
-88
/
+88
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
1
-1
/
+13
2014-05-06
clang-plugin: Don’t confuse integer constants with NULL
Philip Withnall
1
-1
/
+2
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
2
-2
/
+6
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
1
-3
/
+0
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
clang-plugin: Add support for checking g_variant_get() calls
Philip Withnall
1
-94
/
+188
2014-05-03
clang-plugin: Add support for a GVariant checker
Philip Withnall
3
-0
/
+1069
2014-05-01
clang-plugin: Remove GNOME_CLANG_GIRS and load all typelibs instead
Philip Withnall
1
-60
/
+76
2014-05-01
clang-plugin: Fix debug output
Philip Withnall
1
-1
/
+1
2014-04-30
clang-plugin: Add GIR checks for (transfer none) vs const
Philip Withnall
3
-0
/
+163
2013-12-10
clang-plugin: Note a class of false positives in the nullability checker
Philip Withnall
1
-0
/
+16
2013-12-10
clang-plugin: Add various safety checks for GI base info
Philip Withnall
3
-5
/
+36
2013-12-10
clang-plugin: Improve heuristic for determining nullability from GIRs
Philip Withnall
1
-2
/
+42
2013-12-10
clang-plugin: Various improvements to debug output
Philip Withnall
4
-9
/
+16
2013-12-10
clang-plugin: Handle variable references in the assertion extracter
Philip Withnall
1
-0
/
+5
2013-12-10
clang-plugin: Remove an unnecessary warning in the assertion code
Philip Withnall
1
-2
/
+4
2013-12-10
clang-plugin: Handle implicit casts in the assertion extracter
Philip Withnall
1
-2
/
+3
2013-12-10
clang-plugin: Use a shared_ptr for the GirManager
Philip Withnall
6
-15
/
+21
2013-12-10
clang-plugin: Add a nullability checker for function parameters
Philip Withnall
3
-1
/
+343
2013-12-10
clang-plugin: Tidy up consumer instantiation in the plugin wrapper
Philip Withnall
1
-16
/
+3
2013-12-10
clang-plugin: Factor out GIR repository management
Philip Withnall
5
-98
/
+174
2013-12-10
clang-plugin: Factor out diagnostic reporting functions
Philip Withnall
2
-0
/
+93
2013-12-10
clang-plugin: Add #ifdef guards to header files
Philip Withnall
4
-0
/
+20
[prev]
[next]