summaryrefslogtreecommitdiff
path: root/giscanner/utils.py
Commit message (Expand)AuthorAgeFilesLines
* scanner: Improve compatibility with OS XClemens Lang2014-02-101-2/+29
* giscanner: Make sure we use real paths in more placesCarlos Garcia Campos2013-11-151-0/+7
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-0/+9
* giscanner: remove unused variablesDieter Verfaillie2012-11-281-1/+1
* scanner: complete the enum-to-error-quark fixGiovanni Campagna2012-06-181-1/+4
* scanner: Add various static debug hooks in GI_SCANNER_DEBUGColin Walters2010-09-071-0/+21
* Major rewriteColin Walters2010-08-311-0/+13
* [giscanner] Catch CalledProcessError and OSErrorJohan Dahlin2010-02-171-1/+1
* [scanner] Catch OSError too when checking for libtoolColin Walters2010-02-171-1/+1
* Bug 592055 - Build/test fixesColin Walters2009-08-171-1/+2
* Support passing --library=lib<foo>.laOwen W. Taylor2009-08-171-5/+27
* Resolve library names to shared libraries ourselvesOwen W. Taylor2009-08-171-0/+22
* Bug 575613 - Enum stripping with common prefix, also use "_" consistentlyColin Walters2009-03-171-11/+0
* Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin2008-11-041-11/+11
* Bug 556358 - don't use libtool internalsJohan Dahlin2008-10-211-0/+4
* Bug 552376: scanner generates wrong names for enum members when there's noLucas Rocha2008-10-111-1/+4
* Bug 554521: scanner generates wrong names for enum members withDan Winship2008-10-021-2/+2
* Bug 552390: Handle capitialization like "DBus" more robustlyColin Walters2008-09-201-0/+7
* Fix up strip logic to not regressJohan Dahlin2008-08-311-1/+1
* Clean up a huge if. Do not add methods or constructors to enums/flags.Johan Dahlin2008-08-311-1/+1
* Much simpler approach of mapping uscored names to classes. RemoveColin Walters2008-08-211-17/+0
* Look up all permutations of class names when scanning methods/ctors basedColin Walters2008-08-211-0/+18
* Set ctype of enums Improve enum parsing for enums without a GType. MakeJohan Dahlin2008-08-181-2/+2
* Refactor a bit, avoid isinstance and add a method for each type we parse.Johan Dahlin2008-08-141-1/+1
* PEP8ifyJohan Dahlin2008-08-091-1/+3
* Improve enum member parsing and introspectionJohan Dahlin2008-06-031-0/+53