summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable more of the build if gtk-doc is disabledJohan Dahlin2009-02-272-2/+6
* Add --all option to g-ir-generateAndreas Rottmann2009-02-271-1/+18
* Additions to "Everything" test namespaceAndreas Rottmann2009-02-272-0/+116
* Revert "Bug 557383 - Virtual function support"Colin Walters2009-02-267-76/+35
* Bug 573306 – Relax callback grouping detection rulesAndreas Rottmann2009-02-261-4/+4
* Merge branch 'bug557383-vfuncs'Colin Walters2009-02-267-35/+76
|\
| * Bug 557383 - Virtual function supportColin Walters2009-02-267-35/+76
* | Don't assume _pkgconfig_packages is set.Johan Dahlin2009-02-261-0/+4
|/
* Bug 572434 - Associate interfaces with their C structuresColin Walters2009-02-2524-93/+160
* Bug 555964 - Parse floating-point #definesColin Walters2009-02-258-7/+50
* Merge commit 'origin'Johan Dahlin2009-02-2514-15/+84
|\
| * Handle multiple arguments for $CCColin Walters2009-02-251-1/+2
| * Bug 572790 - Don't register #defines from .c files as constantsColin Walters2009-02-2410-4/+45
| * Bug 572965 – Allow generic marshaller to be called without parametersJohan Bilien2009-02-242-8/+34
| * Bug 561604 - Don't fail on va_list*Colin Walters2009-02-232-1/+2
| * Punt on building with older gtk-doc; version skew in gtk-doc.make makes patch...Colin Walters2009-02-233-15/+1
| * shave fix: Patch gtk-doc.make if we don't have it yetColin Walters2009-02-232-0/+14
* | Fix a typo, reel -> realJohan Dahlin2009-02-251-5/+5
|/
* Do not include yyoutput in the generated lexerJohan Dahlin2009-02-211-0/+2
* Handle the return value to fwrite properlyJohan Dahlin2009-02-211-1/+9
* Fix warnings pointed out by GCCJohan Dahlin2009-02-204-11/+16
* Be less verboseJohan Dahlin2009-02-203-15/+7
* Mention that we're generating a GIRJohan Dahlin2009-02-201-0/+1
* Reformat the output to fit shaveJohan Dahlin2009-02-202-6/+5
* Disable a UTF-8 warning per defaultJohan Dahlin2009-02-201-0/+2
* Update .gitignore for gtk-docJohan Dahlin2009-02-201-0/+4
* Use shave to reduce compiling outputJohan Dahlin2009-02-2010-15/+203
* typelib building: Compress 5 arguments for g_ir_node_build_typelibColin Walters2009-02-203-99/+67
* Bug 572423 - Support --c-include argument for specifying C headersColin Walters2009-02-205-17/+35
* 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-193-13/+49
* Remove gtk-doc.m4, should be installed by autogenColin Walters2009-02-191-43/+0
* Further cleanup for commented-out Union discriminator handlingColin Walters2009-02-191-6/+1
* Bug 563382 - Define PATH_MAX if not availableColin Walters2009-02-191-0/+3
* Fix bad merge introduced in commit b006d50Colin Walters2009-02-191-3/+8
* Bug 571373 - Add padding to typelib objectsColin Walters2009-02-182-13/+36
* Bug 571373 - Remove hardcoded sizes/offsets in girnode.cColin Walters2009-02-181-73/+82
* Bug 571373 - Remove hardcoded offsets in ginfo.cColin Walters2009-02-181-4/+6
* Bug 571373 - Consistently use sizeof () inside gtypelib and girmoduleColin Walters2009-02-182-37/+37
* Bug 571373 - Move typelib docs from typelib-format.txt into girepository.hColin Walters2009-02-185-1232/+585
* Fix SUBDIRS order, call gnome-autogen.sh with COMMON_DOC_BUILDColin Walters2009-02-182-2/+2
* gtk-doc fixes: Require 1.10, fix --name-space argument typo, change Typelib s...Colin Walters2009-02-183-2/+3
* Remove generated tmpl/ directory; we will use inline section commentsColin Walters2009-02-189-2496/+0
* Various gtk-doc fixes: only require 1.11, remove generated files, add docs to...Colin Walters2009-02-185-1877/+4
* Followup to bug 567906 - Redo option filtering logic to be a bit cleanerColin Walters2009-02-171-10/+11
* Bug 571483 - Sort toplevel .gir entriesColin Walters2009-02-178-741/+757
* Merge branch 'master' of ssh://walters@git.gnome.org/git/gobject-introspectionColin Walters2009-02-176-2/+55
|\