summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for source/header annotations.Johan Dahlin2008-04-259-39/+270
* bitmask->bitfield, c:symbol->c:identifer api->repositoryJohan Dahlin2008-04-231-5/+4
* Add support for CallbacksJohan Dahlin2008-04-236-12/+61
* If a symbol is not in metadata->module, look for it in the global module,Havoc Pennington2008-04-232-6/+36
* hack to avoid dlopening a library that is already in the main app, byHavoc Pennington2008-04-232-12/+91
* Add a callback testJohan Dahlin2008-04-233-0/+17
* Use interface_blob_size not object_blob_size to compute offset.Havoc Pennington2008-04-232-1/+6
* remove G_MODULE_BIND_LOCAL flag when loading libraries, since some libsHavoc Pennington2008-04-232-1/+17
* new function to get the GType given a RegisteredTypeInfoHavoc Pennington2008-04-233-1/+25
* Add a LGPL license, to prevent automake to put in a copy of GPL here.Johan Dahlin2008-04-232-0/+484
* Revert revisions 157,149-148,136-129 and 120. Move back to usingJohan Dahlin2008-04-2226-3011/+2353
* UpdateJohan Dahlin2008-04-221-6/+10
* Add an initial GIR writer and a --format option to g-ir-scannerJohan Dahlin2008-04-223-2/+145
* cleanup namespace strippingJohan Dahlin2008-04-221-28/+26
* only attempt load a library if one was specifiedJohan Dahlin2008-04-221-1/+2
* skip private symbolsJohan Dahlin2008-04-221-0/+3
* avoid sending the same options multiple times to cppJohan Dahlin2008-04-221-1/+3
* Use ctypes.util.find_library to locate gobject-2.0 and raise ImportErrorJohan Dahlin2008-04-222-1/+8
* Add a --include argument to include types from other idls. Add aJohan Dahlin2008-04-225-16/+115
* Add support for properties. Refactor Class/Interface support a bit, toJohan Dahlin2008-04-214-33/+80
* Add a workaround for a glib bug interface introspection bugJohan Dahlin2008-04-212-2/+14
* Update Add a string propertyJohan Dahlin2008-04-213-0/+58
* After stripping namespaces, remove the original item to avoid duplicationJohan Dahlin2008-04-212-8/+21
* Strip namespaces before objects, so we'll export GtkButton as Button inJohan Dahlin2008-04-213-11/+38
* Avoid a bit of duplicationJohan Dahlin2008-04-211-23/+11
* Add constructors for object/boxed types.Johan Dahlin2008-04-214-0/+44
* Add support for boxed typesJohan Dahlin2008-04-213-3/+33
* Add Constant, so far unusedJohan Dahlin2008-04-211-0/+12
* mark them as const and comment outJohan Dahlin2008-04-211-3/+5
* Mark structures as const, wrap SourceType.const_string.Johan Dahlin2008-04-212-11/+28
* Add a couple of constants.Johan Dahlin2008-04-212-0/+6
* Add basic support for interfacesJohan Dahlin2008-04-215-5/+57
* add some C API wishlist items I could think of quicklyHavoc Pennington2008-04-212-0/+12
* Use relative importsJohan Dahlin2008-04-212-7/+7
* Add a simple api for writing tags which can be used with the new 'withJohan Dahlin2008-04-213-23/+37
* Rename and refactor internal introspection api and get-type callingJohan Dahlin2008-04-211-10/+6
* Strip namespace and object prefix from method names.Johan Dahlin2008-04-212-2/+34
* Simplify and remove improper use of getattrJohan Dahlin2008-04-211-8/+9
* Set default to an empty listJohan Dahlin2008-04-211-1/+1
* Add --pkg option to pass in pkg-config modules to get cflags from.Johan Dahlin2008-04-212-7/+23
* Avoid duplication, reuse function writer for methods.Johan Dahlin2008-04-212-8/+8
* Resolve libtool .la files. Strip name spaces for methods. Add functionJohan Dahlin2008-04-215-18/+60
* Oops, forgot to uncomment thisJohan Dahlin2008-04-201-1/+1
* Add support for classes and methodsJohan Dahlin2008-04-205-14/+95
* Avoid conflicts, keep the output ordered similar to the order of theJohan Dahlin2008-04-204-11/+59
* Start introspecting get-type functions. Implement support for GLib/GFlagsJohan Dahlin2008-04-195-5/+284
* add a namespace optionJohan Dahlin2008-04-182-2/+5
* Add support for enumsJohan Dahlin2008-04-181-1/+13
* Do function names tooJohan Dahlin2008-04-181-1/+1
* Add a simplistic gidl writer, which can't do too much.Johan Dahlin2008-04-184-2/+113