summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Dep on compilerColin Walters2008-08-231-2/+2
* Another debug printColin Walters2008-08-231-1/+4
* Add debug print, fix includesColin Walters2008-08-233-0/+3
* Add deps on MakefileColin Walters2008-08-231-2/+2
* Avoid in utility.gir, as it doesn't workJohan Dahlin2008-08-231-2/+2
* Ignore <include>. Parse them. Generate them. Process <include>Colin Walters2008-08-2312-22/+102
* Avoid duplication in the Makefile, regenerate with new namespaces (same asJohan Dahlin2008-08-235-111/+77
* Don't hardcode integers, use GITypeTag.Colin Walters2008-08-222-7/+12
* Check for ../gobject-introspection-1.0.pc.in to determine if we runJohan Dahlin2008-08-222-2/+10
* Send in undefs/defines via writing it directly to stdin of cpp instead ofJohan Dahlin2008-08-223-13/+23
* Default to --raw. Update.Colin Walters2008-08-226-12/+17
* Install config.py, better error handling if we forget --rawColin Walters2008-08-222-0/+8
* 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-2216-63/+147
* Use the generated glibconfig.h for all scanner invokations. Rename it toJohan Dahlin2008-08-226-12/+70
* Make it work again, clean up the mess I madeJohan Dahlin2008-08-221-7/+4
* Throw an error if we try to load NoneColin Walters2008-08-221-0/+2
* Don't put * in types, suppress transfer="none"Colin Walters2008-08-221-11/+1
* Avoid using builddirJohan Dahlin2008-08-221-5/+5
* 1->0, not 1->1Johan Dahlin2008-08-221-1/+1
* Replace glibconfig.h with our own, do some replacement for CPP/C featuresJohan Dahlin2008-08-222-2/+20
* Fix unref sequence.Colin Walters2008-08-222-2/+6
* Add g-ir-generate. Support $(DEBUG) Do immediate close tags if noColin Walters2008-08-225-25/+37
* tests/scanner/drawable-expected.gir, tests/scanner/drawable.c, Add aColin Walters2008-08-224-0/+28
* Compute prefix by searching through the symbol for bits rather than goingColin Walters2008-08-212-2/+14
* Also try squashing underscores from namespace, fixes webkit_web_view_new.Colin Walters2008-08-212-0/+12
* More ctor work, avoid having gtk_window_group_new end up under GtkWindow.Colin Walters2008-08-212-18/+23
* Much simpler approach of mapping uscored names to classes. RemoveColin Walters2008-08-213-33/+13
* Look up all permutations of class names when scanning methods/ctors basedColin Walters2008-08-213-10/+57
* Plug memory leak and avoid using freed memory. Resolve the whole moduleJohan Dahlin2008-08-212-6/+17
* Revert change to increment header_size; we do that in write_string.Colin Walters2008-08-212-5/+7
* Tweak to use UINT instead of INT. Not likely to matter. Add toColin Walters2008-08-215-223/+141
* Build and install the Gio.typelib tooJohan Dahlin2008-08-212-1/+4
* Use g_module_build_path to resolve the shlib nameJohan Dahlin2008-08-212-2/+12
* CLEANFILES typelibs too.Colin Walters2008-08-212-0/+5
* Do not send .la files through find_library.Johan Dahlin2008-08-212-1/+8
* Fix one small leak in error case.Colin Walters2008-08-212-0/+6
* Parse glibconfig.h as well and install the compiled typelibJohan Dahlin2008-08-212-3/+10
* Do not hard-core library names in the Makefile, reuse ctypes find_libraryJohan Dahlin2008-08-214-6/+27
* Remove compilation warningsJohan Dahlin2008-08-212-3/+10
* Rewrap and fix double free bug by leaking a bit.Johan Dahlin2008-08-212-40/+58
* Add new function g_irepository_get_typelib_path which tells us from whereColin Walters2008-08-213-9/+57
* Adjust for added shared-library. Make pylint happy.Colin Walters2008-08-216-5/+12
* Calculate size correctly, avoid use-after-free.Colin Walters2008-08-212-5/+19
* Remove g_irepository_register_file in favor of g_irepository_require.Colin Walters2008-08-206-47/+128
* And parse them.Colin Walters2008-08-203-0/+7
* Add gshort/gushort typesJohan Dahlin2008-08-202-0/+6
* Install GObject.typelibJohan Dahlin2008-08-201-4/+4