summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* Bug 584423 – Add short/ushort supportMark Lee2009-06-222-15/+19
* Bug 581685: Parse parameterized types (using <>) in annotations.C. Scott Ananian2009-06-122-15/+50
* Make g-ir-compiler find files installed by make installHolger Hans Peter Freyther2009-06-112-2/+5
* Don't fail if no --output option is specifiedColin Walters2009-06-111-1/+2
* Bug 584453 - Handle char ** correctly (and const variation)Colin Walters2009-06-092-6/+5
* Better handle classes with non-standard to_underscore names.C. Scott Ananian2009-05-201-2/+27
* Allow the use of the "Rename To" annotation for literal method renaming.C. Scott Ananian2009-05-121-2/+15
* Avoid writing out empty array if we have no _get_type functionsColin Walters2009-04-031-12/+12
* Bug 574284 - Add support for a 'closure' and 'destroy' annotationsAndreas Rottmann2009-03-232-1/+36
* Bug 556475 – support Shadows: annotationAndreas Rottmann2009-03-192-1/+45
* Bug 564016 - Add c:prefix to .girColin Walters2009-03-173-7/+13
* Bug 575613 - Enum stripping with common prefix, also use "_" consistentlyColin Walters2009-03-173-15/+42
* Bug 565147 - Add (type) annotation to override the C type definitionColin Walters2009-03-161-1/+6
* Bug 574501 - Install giscanner Python module to private directoryColin Walters2009-03-162-1/+344
* Bug 574139 – There is no way to identify 'user_data' arguments in the callb...Andreas Rottmann2009-03-091-2/+9
* Bug 557383 - Virtual method supportColin Walters2009-03-054-56/+157
* Bug 573332 - Allow annotation of enums as bitfieldsAndreas Rottmann2009-03-041-0/+7
* Introduce documentation-block optionsAndreas Rottmann2009-03-041-7/+18
* Bug 571548 - Generic attributesColin Walters2009-03-034-19/+59
* Revert "Bug 557383 - Virtual function support"Colin Walters2009-02-263-23/+10
* Bug 573306 – Relax callback grouping detection rulesAndreas Rottmann2009-02-261-4/+4
* Merge branch 'bug557383-vfuncs'Colin Walters2009-02-263-10/+23
|\
| * Bug 557383 - Virtual function supportColin Walters2009-02-263-10/+23
* | Don't assume _pkgconfig_packages is set.Johan Dahlin2009-02-261-0/+4
|/
* Bug 572434 - Associate interfaces with their C structuresColin Walters2009-02-254-18/+36
* Bug 555964 - Parse floating-point #definesColin Walters2009-02-255-7/+42
* Handle multiple arguments for $CCColin Walters2009-02-251-1/+2
* Bug 572790 - Don't register #defines from .c files as constantsColin Walters2009-02-245-1/+30
* Bug 561604 - Don't fail on va_list*Colin Walters2009-02-231-1/+1
* Do not include yyoutput in the generated lexerJohan Dahlin2009-02-211-0/+2
* Fix warnings pointed out by GCCJohan Dahlin2009-02-201-0/+2
* Be less verboseJohan Dahlin2009-02-201-7/+6
* Mention that we're generating a GIRJohan Dahlin2009-02-201-0/+1
* Disable a UTF-8 warning per defaultJohan Dahlin2009-02-201-0/+2
* Use shave to reduce compiling outputJohan Dahlin2009-02-201-2/+4
* Bug 572423 - Support --c-include argument for specifying C headersColin Walters2009-02-201-3/+11
* Send in an empty list instead of None.Johan Dahlin2009-02-201-0/+2
* giscanner: Set Python exceptions on type errors instead of g_assertColin Walters2009-02-191-7/+17
* Improve type checkingJohan Dahlin2009-02-191-0/+3
* Add a hall of shame commentJohan Dahlin2009-02-191-0/+3
* Bug 572075 - Make the scanner work with static and convenience librariesOwen W. Taylor2009-02-192-8/+38
* Bug 563382 - Define PATH_MAX if not availableColin Walters2009-02-191-0/+3
* Bug 571483 - Sort toplevel .gir entriesColin Walters2009-02-172-1/+17
* Merge branch 'master' of ssh://walters@git.gnome.org/git/gobject-introspectionColin Walters2009-02-171-5/+5
|\
| * Parse doc-comment tags case-insensitiveOwen W. Taylor2009-02-171-5/+5
* | Merge branch 'master' of ssh://walters@git.gnome.org/git/gobject-introspectionColin Walters2009-02-131-1/+1
|\ \ | |/
| * Add missing self parameterJohan Dahlin2009-02-111-1/+1
* | Bug 567906 - Put pkg-config dependencies in .gir filesColin Walters2009-02-113-10/+38
|/
* Bug 551738 - Associate classes with their structsColin Walters2009-02-063-16/+25
* Bug 561360 - If we can't resolve parent class, use GObjectColin Walters2009-02-051-1/+11