summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add two new functions to check sequence return values. Also fixes aJohan Dahlin2008-04-273-2/+52
* Add support for virtual methods. Pair struct FooClass with struct Foo.Johan Dahlin2008-04-252-0/+9
* Add support for signalsJohan Dahlin2008-04-252-1/+26
* Add a callback testJohan Dahlin2008-04-232-0/+11
* Revert revisions 157,149-148,136-129 and 120. Move back to usingJohan Dahlin2008-04-225-27/+56
* Update Add a string propertyJohan Dahlin2008-04-212-0/+55
* mark them as const and comment outJohan Dahlin2008-04-211-3/+5
* Add a couple of constants.Johan Dahlin2008-04-211-0/+4
* Pass in the gobject.gidl since we're defining a GObject.Johan Dahlin2008-03-231-1/+1
* Include gobject-2.0 gidl, since we include a GObject classJohan Dahlin2008-03-231-0/+1
* Add a get_type-function, so the scanner actually parses it as an object.Johan Dahlin2008-03-112-6/+4
* Add missing trailing quote. Bad Philip!Johan Dahlin2008-03-111-3/+3
* Add a new gidl test. 'utility.gidl', which is used to be able to testJohan Dahlin2008-03-117-7/+81
* Added a few extra tests. Which resulted in finding a few bugs. WhichPhilip Van Hoof2008-03-114-2/+152
* Add support for parsing return arguments. Add support for caller-ownsJohan Dahlin2008-03-113-0/+26
* Remove parsing of the @deprecated syntax used in headers. We will supportJohan Dahlin2008-03-112-4/+1
* Rename null-ok to direction=outJohan Dahlin2008-03-102-2/+2
* reviewed and extensively tested by JohanPhilip Van Hoof2008-03-103-0/+26
* Add an api to lex filenames. Lex all source .c files passed in on theJohan Dahlin2008-03-102-1/+11
* Make the generated metadata depend on the g-idl-compilerJohan Dahlin2008-03-101-1/+1
* Don't skip functions that are defined in the namespace of a type thatJuerg Billeter2008-03-103-0/+14
* Rename the enum/flags get_type functions to include the whole type.Johan Dahlin2008-03-103-6/+6
* added "type-name", "get-type" and "deprecated" missing arguments.Marc-Andre Lureau2008-03-082-2/+14
* reviewed by: Rob Taylor <rob.taylor@codethink.co.uk> reviewed by: JohanMark Doffman2008-02-287-56/+53
* Renamed to gidl/gobject-2.0.gidl:Rob Taylor2008-02-181-1/+1
* Add boxed test.Johan Dahlin2008-02-103-0/+59
* Add enum and flags test.Johan Dahlin2008-02-103-0/+61
* Only create Foo.gidl when running make check, eg exclude it fromJohan Dahlin2008-02-101-5/+5
* Added: Added: Renamed to tools/Makefile.am: Renamed to tools/compiler.c:Rob Taylor2008-02-084-26/+41
* Add tests for invokation with a GList argument. Also tests caller-ownsRob Taylor2008-02-043-2/+89
* Add roundtrip tests for structs.Rob Taylor2008-01-252-1/+17
* Add a couple of comment parser tests.Johan Dahlin2008-01-111-0/+5
* Initialize GObject to fix scanning interface properties.Juerg Billeter2008-01-114-1/+37
* Parse gtk-doc comments.Johan Dahlin2007-12-282-1/+4