summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Type checking reworkColin Walters2008-08-191-11/+11
* Redo type resolving and validation. Add a couple of new tests. PatchJohan Dahlin2008-08-184-29/+71
* Set ctype of enums Improve enum parsing for enums without a GType. MakeJohan Dahlin2008-08-184-0/+31
* Update with new type proposalJohan Dahlin2008-08-181-4/+29
* RegenerateJohan Dahlin2008-08-161-1/+1
* Convert two more tests, still not completely done thoughJohan Dahlin2008-08-143-9/+17
* Fix generator for constant/gobject/structJohan Dahlin2008-08-145-40/+86
* Fix generation of enum/bitfieldsJohan Dahlin2008-08-142-6/+7
* Clear up constant parsingJohan Dahlin2008-08-143-25/+28
* Don't require c:type. Test boxed.gir Update, remove parts we don't supportJohan Dahlin2008-08-143-63/+27
* Add pyflakes.py and run it in make check. Update the source code to fixJohan Dahlin2008-08-141-1/+4
* Clean up cgobject.py a little, fix pep8 errorsJohan Dahlin2008-08-141-1/+1
* Run pep8.py in make check, fix old errors.Johan Dahlin2008-08-141-0/+3
* Use correct namespace, add GType. Handle aliases. Record aliases. MakeColin Walters2008-08-131-1/+1
* Object is in GObject namespace.Colin Walters2008-08-132-8/+8
* Parse more than just <class. Put aliases in a separate data structureColin Walters2008-08-131-1/+1
* Record typedefs as <alias> elements. Also attempt to look up types inColin Walters2008-08-132-4/+27
* Also transform callbacks and structure field types. Update to expectColin Walters2008-08-121-2/+2
* Handle 'any'. Add test for void *.Colin Walters2008-08-123-0/+25
* Add enum return value. Transform function return types too.Colin Walters2008-08-122-0/+12
* Dep .gir files on scanner sources too. Also remove @ so we see scannerColin Walters2008-08-121-4/+5
* Use the correct tests.Colin Walters2008-08-101-1/+1
* Rename metadata to typelib in variable names, comments and apis.Johan Dahlin2008-08-091-2/+2
* Rename *.test to *.girJohan Dahlin2008-08-0915-14/+14
* Rename tests/parser to test/scannerJohan Dahlin2008-08-098-6/+6
* Use local .gir files again.Colin Walters2008-08-091-1/+1
* .gir file depends on libtool library.Colin Walters2008-08-091-1/+1
* disable a testJohan Dahlin2008-08-081-0/+2
* Disable roundtrip tests which are not yet working Rewrite as gir.Johan Dahlin2008-08-082-18/+52
* Merge in the gir-compiler branch. Thanks to Philip and Colin for theirJohan Dahlin2008-08-0819-165/+293
* Add support for gtk-doc annotations for allow-none. Add test case.Johan Dahlin2008-06-203-1/+25
* Start using abstract type instead of the raw C types. Register a bunch ofJohan Dahlin2008-06-201-24/+24
* Regenerate with proper indentationJohan Dahlin2008-06-081-18/+18
* Use <type> element for field types Update testcaseJürg Billeter2008-06-051-6/+18
* Improve enum member parsing and introspectionJohan Dahlin2008-06-031-9/+27
* Add a new source type enum for member. Use __repr__ for improved debuggingJohan Dahlin2008-05-312-1/+18
* And the Makefile, d'ohJohan Dahlin2008-05-311-2/+2
* Parse struct fields properly, improve debugging.Johan Dahlin2008-05-031-1/+16
* Use transfer-ownership everywhere, to mark ownership/calle/caller etc.Johan Dahlin2008-04-301-6/+6
* Write record/structs to gir file too. Add a couple of tests, fix an off byJohan Dahlin2008-04-292-0/+24
* Rename most c:identifier to c:type. Add new ones toJohan Dahlin2008-04-282-45/+52
* Move c:identifier from return-value to subchild type, as per JürgsJohan Dahlin2008-04-282-63/+63
* Write property.type as a child node.Johan Dahlin2008-04-281-1/+3
* Make distcheck passJohan Dahlin2008-04-281-3/+9
* fix a typo, revert to automake hack for uninstalled shared librariesJohan Dahlin2008-04-281-3/+7
* First steps towards passing distcheckJohan Dahlin2008-04-281-6/+4
* newlineJohan Dahlin2008-04-281-1/+2
* Replace the GObject gidl with a GObject gir.Johan Dahlin2008-04-281-3/+4
* Include indentation in line length calculationJohan Dahlin2008-04-281-1/+3
* Switch over to GIR as the default format. Add a simple GIDL parser. UpdateJohan Dahlin2008-04-285-184/+285