summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.35.4GOBJECT_INTROSPECTION_1_35_4Colin Walters2013-01-151-1/+1
* tests: Fix compiler warningsMartin Pitt2013-01-153-7/+7
* gimarshallingtests: Add method taking a GParamSpec argumentMartin Pitt2013-01-142-2/+14
* Update annotations from glib gitMartin Pitt2013-01-142-50/+50
* gimarshallingtests: Add boxed GList propertyMartin Pitt2013-01-142-0/+34
* gimarshallingtests: Add string_ to boxed structureVadim Rutkovsky2013-01-112-3/+8
* girepository: gchar is a signed typeMartin Pitt2013-01-112-1/+57
* gimarshallingtests: Add vfunc with an array outputPaolo Borelli2013-01-112-0/+20
* giscanner: emit a warning when we fail to parse a GTK-Doc comment blockDieter Verfaillie2013-01-091-1/+7
* tests: add invalid identifier test caseDieter Verfaillie2013-01-091-0/+18
* giscanner: Don't fail on empty GTK-Doc comment blocksDieter Verfaillie2013-01-092-11/+22
* mallardwriter: Improve type formatting for PythonJasper St. Pierre2013-01-096-18/+42
* doc: Put documentation templates into their own directoriesJasper St. Pierre2013-01-0920-20/+22
* doc: Clean up signature generation a bit moreJasper St. Pierre2013-01-092-24/+4
* doc: Add self to methods in the Python declarationsJasper St. Pierre2013-01-092-1/+4
* doc: Make the Python declarations look a tiny bit nicerJasper St. Pierre2013-01-095-5/+10
* mallardwriter: Use a TemplateLookup for grabbing templatesJasper St. Pierre2013-01-091-10/+15
* mallardwriter: Add support for parametersJasper St. Pierre2013-01-099-10/+47
* mallardwriter: Rearrange definitions to match scanner orderJasper St. Pierre2013-01-091-4/+4
* mallardwriter: Pass the parent node around for inline formattingJasper St. Pierre2013-01-0916-48/+48
* mallardwriter: Consolidate xref building and page naming codeJasper St. Pierre2013-01-091-8/+23
* mallardwriter: Remove the namespace argument from the processorsJasper St. Pierre2013-01-091-10/+8
* mallardwriter: Put process_other with the rest of the processorsJasper St. Pierre2013-01-091-3/+3
* mallardwriter: Use the node's namespaceJasper St. Pierre2013-01-091-7/+9
* .gitignore: Ignore most .page filesJasper St. Pierre2013-01-091-2/+2
* .gitignore: Add WarnLibJasper St. Pierre2013-01-091-0/+1
* build: Fix previous commitColin Walters2013-01-071-3/+1
* Clean up cairo handling somewhatColin Walters2013-01-074-20/+38
* build: Properly export g_interface_info_find_signalTorsten Schönfeld2013-01-071-0/+1
* Update annotations from glib gitRico Tzschichholz2013-01-042-12/+133
* Regress: Add signal returning a GArrayMartin Pitt2013-01-042-0/+33
* Makefile-gir: Fix indentationJasper St. Pierre2013-01-021-2/+2
* tests/annotationparser: Drop Python API usage down to 2.6, not 2.7Colin Walters2012-12-301-8/+8
* gimarshallingtests: Add test for value array of boxed structsMartin Pitt2012-12-182-0/+14
* Automatically install pre-commit hookMartin Pitt2012-12-181-4/+1
* Release 1.35.3GOBJECT_INTROSPECTION_1_35_3Colin Walters2012-12-181-1/+1
* gimarshallingtests:: Add test for returning a caller-allocated GArrayGonzalo Odiard2012-12-172-0/+18
* repo: Drop deprecated GStaticMutex usageColin Walters2012-12-171-6/+6
* Use python-config instead of assuming include and library pathsMartin Pitt2012-12-171-13/+2
* Update annotations from glib gitRico Tzschichholz2012-12-163-29/+155
* common.mk: escape $CC in quotesPeter Hutterer2012-12-121-1/+1
* scanner: Warn if we're missing (element-type) for GPtrArrayColin Walters2012-12-103-1/+10
* Update annotations from glib gitRico Tzschichholz2012-12-053-14/+134
* build: Include tests/scanner/annotationparser/* to EXTRA_DISTRico Tzschichholz2012-12-051-0/+49
* tests: Fix up WarnLib build, remove accidental additions to regress.cColin Walters2012-12-053-15/+33
* build: Use -Bsymbolic-functions by default if availableColin Walters2012-12-052-1/+25
* tests: don't fake Automake silent modeDieter Verfaillie2012-12-031-2/+8
* tests: fix incremental buildDieter Verfaillie2012-12-032-2/+3
* WarnLib: New library for testing API that emits warningsColin Walters2012-12-024-1/+60
* scanner: Parse comments with */ not on a new line, but emit a warningDieter Verfaillie2012-12-024-8/+75