index
:
~smcv/gobject-introspection
local-gir
master
g-i hacking
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
giscanner
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-09
scanner: Fix style for previous commit
Colin Walters
1
-3
/
+4
2010-09-09
Print helpful error message if --strip-prefix option is used.
Saikiran Madugula
1
-0
/
+7
2010-09-08
scanner: Kill glibast
Colin Walters
9
-416
/
+355
2010-09-08
scanner: Don't mark as constructors things that are more obviously methods
Colin Walters
1
-3
/
+10
2010-09-08
scanner: Fix object hierarchy traversal in constructor scanning
Colin Walters
1
-2
/
+2
2010-09-08
scanner: Don't attempt to pair methods/constructors with foreign namespaces
Colin Walters
1
-0
/
+4
2010-09-07
Handle casing better for constants
Owen W. Taylor
3
-14
/
+12
2010-09-07
scanner: Automatically skip callables which contain a skipped node
Colin Walters
1
-0
/
+19
2010-09-07
Go back to previously handling of static methods on non-GObjects
Owen W. Taylor
2
-2
/
+10
2010-09-07
scanner: Fall back to searching all includes when uncertain
Colin Walters
1
-1
/
+14
2010-09-07
Revert "[scanner] Revert static method pairing"
Johan Dahlin
1
-6
/
+3
2010-09-07
[scanner] Make fatal warnings exit
Johan Dahlin
1
-4
/
+6
2010-09-07
[scanner] Fundamental problems are not fatal
Johan Dahlin
1
-1
/
+2
2010-09-07
scanner: Add various static debug hooks in GI_SCANNER_DEBUG
Colin Walters
3
-2
/
+28
2010-09-07
[scanner] Make it compatible with Python 2.5 again
Johan Dahlin
1
-0
/
+3
2010-09-06
Revert "Fix non-source-dir build failure"
Johan Dahlin
1
-9
/
+0
2010-09-06
[scanner] Revert static method pairing
Johan Dahlin
1
-3
/
+6
2010-09-06
[scanner] Clarify exception message
Johan Dahlin
1
-1
/
+1
2010-09-06
Fix non-source-dir build failure
Theppitak Karoonboonyanan
1
-0
/
+9
2010-09-06
[scanner] Remove a bunch of unused functions
Johan Dahlin
1
-19
/
+0
2010-09-03
scanner: Add backwards compatibility with some annotation types
Colin Walters
1
-0
/
+6
2010-09-03
scanner: Don't clear out ctype on annotation strings if we fail to resolve
Colin Walters
1
-2
/
+3
2010-09-03
scanner: Fix previous rename-to handling commit
Colin Walters
1
-4
/
+6
2010-09-03
scanner: Fix rename-to handling
Colin Walters
1
-2
/
+2
2010-09-03
scanner: Fix misuse of message.warn_symbol
Colin Walters
1
-1
/
+1
2010-09-03
scanner: Readd --warn-error to tests, fix test case
Colin Walters
1
-1
/
+2
2010-09-03
scanner: Actually exit with code 1 on fatal warnings again
Colin Walters
1
-1
/
+1
2010-09-03
Fix typo (reported by philn-tp)
Tomeu Vizoso
1
-1
/
+1
2010-09-02
[scanner] Move a function from transformer to ast
Johan Dahlin
3
-17
/
+18
2010-09-02
[test] Add warning tests for enums
Johan Dahlin
1
-3
/
+3
2010-09-02
[scannermain] Use mkstemp
Johan Dahlin
1
-8
/
+10
2010-09-02
[giscanner] Make pyflakes happy
Johan Dahlin
1
-2
/
+3
2010-09-02
[tests] Add callback scope tests
Johan Dahlin
1
-2
/
+2
2010-09-02
[scanner] Improve an error message, include lineno
Johan Dahlin
1
-1
/
+1
2010-09-02
[message] exit after calling message.fatal()
Johan Dahlin
1
-1
/
+1
2010-09-02
scanner: Associate constructors with correct class
Colin Walters
1
-1
/
+3
2010-09-02
scanner: Add --include-uninstalled
Colin Walters
2
-4
/
+23
2010-09-02
[scannermain] Create a new option parser
Johan Dahlin
1
-2
/
+3
2010-09-02
[message] Add an output parameter
Johan Dahlin
1
-7
/
+10
2010-09-02
[scanner] Remove old logging functions
Johan Dahlin
2
-89
/
+4
2010-09-02
[scanner] Move over remaining callsites to message
Johan Dahlin
5
-43
/
+55
2010-09-02
[scanner] Simplify strip_identifer/strip_symbol
Johan Dahlin
3
-51
/
+93
2010-09-02
[scanner] add a message module
Johan Dahlin
3
-2
/
+159
2010-09-02
scanner: Don't throw an exception on unresolved types
Colin Walters
1
-4
/
+1
2010-09-02
[scanner] Allow nameless parameters for vfuncs
Johan Dahlin
1
-0
/
+1
2010-09-02
[scanner] Move namespace out of Transformer
Johan Dahlin
2
-11
/
+8
2010-09-02
[transformer] Don't pass around source scanner
Johan Dahlin
3
-9
/
+3
2010-09-02
[annotationparser] Send in comments directly
Johan Dahlin
2
-6
/
+5
2010-09-02
[scanner] Create the cachestore in the transformer
Johan Dahlin
2
-6
/
+4
2010-09-01
[scanner] Remove support for xpath assertions
Johan Dahlin
3
-105
/
+0
[next]