summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* giscanner: add AnnotationParser testsDieter Verfaillie2012-11-2846-0/+5780
* giscanner: use re.match() instead of re.search()Dieter Verfaillie2012-11-281-10/+10
* giscanner: drop dead codeDieter Verfaillie2012-11-281-10/+2
* giscanner: make it clear DocOptions() also has a position attributeDieter Verfaillie2012-11-281-0/+1
* giscanner: implement DocOption() in terms of odict instead of dictDieter Verfaillie2012-11-282-6/+6
* giscanner: remove unused variablesDieter Verfaillie2012-11-285-22/+7
* giscanner: remove duplicate "os" import...Dieter Verfaillie2012-11-281-2/+1
* giscanner: use collections.OrderedDict when availableDieter Verfaillie2012-11-281-16/+21
* giscanner: use dict.values() in favor of dict.itervalues()Dieter Verfaillie2012-11-281-2/+2
* giscanner: use dict.items()...Dieter Verfaillie2012-11-282-7/+6
* giscanner: use "if in [a, b]" instead of "if == a or if == b"Dieter Verfaillie2012-11-281-2/+2
* giscanner: improve wording of inline documentationDieter Verfaillie2012-11-282-37/+58
* tests: add g-ir-doc-tool generated output to .gitignoreDieter Verfaillie2012-11-281-0/+4
* Update GLib annotations to masterDieter Verfaillie2012-11-282-3/+6
* GIMarshallingTests: Add more virtual methods with out argumentsMartin Pitt2012-11-212-0/+55
* Regress: Update expected gir for previous changesRico Tzschichholz2012-11-211-0/+34
* Add more tests for boxed typesGiovanni Campagna2012-11-202-0/+57
* Bump version to 1.35.2GOBJECT_INTROSPECTION_1_35_2Martin Pitt2012-11-191-2/+2
* docs: add GTK-Doc generated output to .gitignoreDieter Verfaillie2012-11-151-0/+15
* docs: don't mark non GTK-Doc as being a GTK-Doc comment blockDieter Verfaillie2012-11-151-1/+1
* docs: remove reference to object_grouped.sgml.Dieter Verfaillie2012-11-153-3/+0
* docs: make gtkdoc-mkdb ignore cmph doxygen comment blocks.Dieter Verfaillie2012-11-151-1/+1
* GIMarshallingTests: Add GVariant propertyMartin Pitt2012-11-142-0/+17
* giscanner: unbreak g-ir-annotationtool...Dieter Verfaillie2012-11-121-2/+2
* Update annotations from glib gitMartin Pitt2012-11-091-7/+7
* gimarshallingtests: Fix return data typeMartin Pitt2012-11-092-2/+2
* gimarshallingtests: Add some GBytes testsColin Walters2012-11-072-0/+35
* scanner: Emit correct type for unsigned integer constantsColin Walters2012-11-072-2/+2
* Update annotations from glib gitMartin Pitt2012-11-032-17/+22
* tests: work around make check warningDieter Verfaillie2012-10-311-2/+5
* tests/offsets: Remove leftover g_type_init() callColin Walters2012-10-311-2/+0
* cmph: Remove leftover statement-without-effectColin Walters2012-10-301-1/+0
* scanner: Correctly handle large 64 bit integer constantsColin Walters2012-10-305-5/+33
* Expand on the documentation testsGiovanni Campagna2012-10-2812-0/+423
* MallardWriter: support cross-references across namespacesGiovanni Campagna2012-10-281-12/+34
* Add documentation for enumeration membersGiovanni Campagna2012-10-288-78/+179
* Ast: Add parent to FieldsGiovanni Campagna2012-10-282-9/+13
* Namespace: fix appending of nodesGiovanni Campagna2012-10-282-3/+30
* regress: Add a test case for skipping a function with an unannotated callbackColin Walters2012-10-273-0/+29
* gimarshallingtests: Attempt to avoid using reserved wordsColin Walters2012-10-272-276/+276
* gmarshallingtests: Fix prototype () -> (void)Colin Walters2012-10-272-3/+3
* girepository: Use girepository.symbols for Unix builds tooColin Walters2012-10-272-38/+3
* g-ir-scanner.1: English fixColin Walters2012-10-271-1/+1
* Add a Windows .bat to generate typelibsChun-wei Fan2012-10-271-0/+267
* giscanner/dumper.py: Support Visual C++Chun-wei Fan2012-10-271-22/+72
* Update autotools for Visual C++ projects creationChun-wei Fan2012-10-277-2/+277
* Add Visual Studio 2008/2010 Solution filesChun-wei Fan2012-10-272-0/+445
* Add Visual Studio projectsChun-wei Fan2012-10-2757-0/+7218
* Add README.txt files for Visual C++ buildsChun-wei Fan2012-10-272-0/+172
* Add a test_gir_cmd.txt fileChun-wei Fan2012-10-271-0/+117