summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* Remove gidl support.Johan Dahlin2008-08-293-238/+0
* Suppress size/ssize from being generated in GLibColin Walters2008-08-281-0/+2
* Make distcheck pass.Johan Dahlin2008-08-281-0/+5
* Only send in -no-undefined on Win32 as it breaks on MacOS X.Johan Dahlin2008-08-271-2/+2
* Make g-ir-scanner work on Windows. Still problems with the typelib code.Tor Lillqvist2008-08-276-4/+161
* Avoid undeffing __GNUC__, instead define __attribute__ & friends. RemoveJohan Dahlin2008-08-264-38/+10
* make the tests pass againJohan Dahlin2008-08-261-3/+4
* Always print statistics.Colin Walters2008-08-251-11/+16
* Skip over interfaces we don't know.Colin Walters2008-08-251-7/+31
* Add interfaces property to class. Write out implemented interfaces.Colin Walters2008-08-253-9/+25
* More correctly pair methods; if we have a symbol that starts with e.g.Colin Walters2008-08-251-8/+24
* Some statisticsColin Walters2008-08-251-1/+10
* Fail with better error if we can't find library.Colin Walters2008-08-251-4/+4
* Minor debug tweakColin Walters2008-08-241-1/+1
* Skip over g_object_get_type from GLib trunk.Colin Walters2008-08-241-0/+5
* Define DATADIR. Look in DATADIR.Colin Walters2008-08-232-1/+6
* Don't take functions returning basic types as ctorsColin Walters2008-08-231-0/+3
* Ignore <include>. Parse them. Generate them. Process <include>Colin Walters2008-08-233-8/+55
* Check for ../gobject-introspection-1.0.pc.in to determine if we runJohan Dahlin2008-08-221-2/+4
* Send in undefs/defines via writing it directly to stdin of cpp instead ofJohan Dahlin2008-08-221-12/+15
* Install config.py, better error handling if we forget --rawColin Walters2008-08-221-0/+1
* Remove G_GNUC_EXTENSION tooJohan Dahlin2008-08-221-0/+1
* Don't pase _LIBINTL_HJohan Dahlin2008-08-221-0/+3
* undef instead of define xxx 0Johan Dahlin2008-08-221-2/+2
* Pass through recursive types. Avoid overwriting errors. Always write theColin Walters2008-08-221-0/+1
* Use the generated glibconfig.h for all scanner invokations. Rename it toJohan Dahlin2008-08-223-2/+56
* Throw an error if we try to load NoneColin Walters2008-08-221-0/+2
* Compute prefix by searching through the symbol for bits rather than goingColin Walters2008-08-211-2/+7
* Also try squashing underscores from namespace, fixes webkit_web_view_new.Colin Walters2008-08-211-0/+7
* More ctor work, avoid having gtk_window_group_new end up under GtkWindow.Colin Walters2008-08-211-18/+17
* Much simpler approach of mapping uscored names to classes. RemoveColin Walters2008-08-212-33/+7
* Look up all permutations of class names when scanning methods/ctors basedColin Walters2008-08-212-10/+50
* Tweak to use UINT instead of INT. Not likely to matter. Add toColin Walters2008-08-211-13/+37
* Do not send .la files through find_library.Johan Dahlin2008-08-211-1/+3
* Do not hard-core library names in the Makefile, reuse ctypes find_libraryJohan Dahlin2008-08-211-0/+2
* Adjust for added shared-library. Make pylint happy.Colin Walters2008-08-211-1/+2
* Remove g_irepository_register_file in favor of g_irepository_require.Colin Walters2008-08-201-6/+8
* And parse them.Colin Walters2008-08-201-0/+1
* Add gshort/gushort typesJohan Dahlin2008-08-201-0/+2
* Suppress aliases whose name is a builtin. Define some more aliases.Colin Walters2008-08-202-0/+7
* Add a workaround for #548689. We can now compile gtk!Johan Dahlin2008-08-201-0/+4
* Look up aliases using c:type tooColin Walters2008-08-201-4/+4
* Make time_t an alias for longJohan Dahlin2008-08-201-0/+1
* Regnerate Do not delete Class structures, we need them in gdk/gtk.Johan Dahlin2008-08-201-1/+0
* Don't try to strip prefix before namespace.Colin Walters2008-08-191-3/+1
* Add support for typedef void foo type of aliases.Johan Dahlin2008-08-191-3/+4
* Add basic support for union, base the code much on Struct. Add a testcase.Johan Dahlin2008-08-194-7/+75
* Type checking reworkColin Walters2008-08-196-152/+265
* Redo type resolving and validation. Add a couple of new tests. PatchJohan Dahlin2008-08-186-97/+175
* Set ctype of enums Improve enum parsing for enums without a GType. MakeJohan Dahlin2008-08-183-8/+8