summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* Use CC rather than LD to fix build issue for gir. Closes #593599.Halton Huo2009-08-311-1/+1
* Bug 574351 - Add --pkg-export optionGOBJECT_INTROSPECTION_0_6_4Colin Walters2009-08-241-1/+8
* Bug 556628 – (skip) annotationDan Winship2009-08-243-1/+10
* Bug 590883 - Use 'cc' instead of 'gcc' for preprocessingColin Walters2009-08-241-1/+1
* LD_LIBRARY_PATH exorcismColin Walters2009-08-241-14/+0
* Bug 592055 - Build/test fixesColin Walters2009-08-174-6/+4
* Support passing --library=lib<foo>.laOwen W. Taylor2009-08-173-17/+72
* Resolve library names to shared libraries ourselvesOwen W. Taylor2009-08-176-32/+107
* Protect against source_filename being None when analyzing constantsColin Walters2009-08-161-1/+1
* Use current working directory for temporary executablesColin Walters2009-08-161-1/+3
* Back out the previous change. Now go back to hardcoding compiler to gcc.Brian Cameron2009-08-051-1/+1
* Check the CC environment variable instead of assuming to use the gcc compiler.Brian Cameron2009-08-051-1/+1
* Use all libraries specified on the command lineColin Walters2009-08-051-6/+5
* Merge commit 'origin'Johan Dahlin2009-07-061-6/+17
|\
| * Allow annotations on fieldsAndreas Rottmann2009-07-031-5/+15
| * Bug 579008 - Don't override element-type for arraysColin Walters2009-06-231-1/+2
* | Omit warnings, my console is not a todo listJohan Dahlin2009-07-061-3/+3
|/
* 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