summaryrefslogtreecommitdiff
path: root/codegen
AgeCommit message (Expand)AuthorFilesLines
2008-12-06codegen/argtypes.py: Add handling of 'keep-refcount' for GBoxed arguments.Edward Hervey1-0/+5
2007-04-04codegen/codegen.py: Also ignore pointers and boxed if they're in ignore-type.Edward Hervey1-0/+4
2007-01-29codegen/codegen.py: Don't register interface if it is ignoredEdward Hervey1-0/+2
2007-01-10codegen/codegen.py: When chaining up to the parent class methods from python ...Edward Hervey1-2/+4
2006-12-16Move GstIterator ArgType definition and usage for the codegenerator to gst/ar...Edward Hervey1-7/+0
2006-11-22codegen/override.py: Fix the lookup of override files in the specified search...Edward Hervey1-4/+5
2006-10-03codegen/argtypes.py: Revert the UInt64Arg modifications from upstream. It for...Edward Hervey1-7/+1
2006-08-08codegen/codegen.py: newer pygobject's pyg_constant_strip_prefix() now return ...Edward Hervey1-1/+1
2006-07-02Removal of all glib < 2.8 cruft since GStreamer core now requires glib >= 2.8Edward Hervey1-4/+4
2006-06-15codegen/codegen.py: Always unblock threads when going to C.Edward Hervey1-12/+4
2006-06-09codegen/: Updated codegenerator to current pygtk one.Edward Hervey15-1627/+1914
2006-05-09codegen/: Added code to ignore type and the function/methods/classes that use...Edward Hervey2-4/+21
2006-04-10codegen/argtypes.py: Update from upstream codegen for UInt argtype.Edward Hervey1-7/+27
2006-03-14codegen/: New --extendpath option for codegenerator so we can add extra path ...Edward Hervey2-6/+24
2006-02-06codegen/argtypes.py (UInt64Arg.write_param): Parse long arguments using Parse...Andy Wingo1-12/+6
2005-10-07Add GstIterator wrapping and tests.Johan Dahlin1-0/+7
2005-10-05codegen/argtypes.py: act on the mini object properly, not on the py objectThomas Vander Stichele1-1/+1
2005-10-05Added 'keeprefcount' argument for function/method parameters in order to cope...Edward Hervey3-32/+44
2005-10-04codegen/codegen.py: Added pyg_[begin|end]_allow_threads before and after call...Edward Hervey1-1/+5
2005-10-04add Makefile.amThomas Vander Stichele1-0/+18
2005-09-28gst/: add/move some code to handle wrapping/refcounting of possibleThomas Vander Stichele1-4/+6
2005-09-28codegen/argtypes.py: Proper handling of 'caller-owns-return' for miniobjectsEdward Hervey1-1/+2
2005-08-08codegen/: Updates from pygtk's codegen and typo fixEdward Hervey2-17/+2
2005-06-28codegen/codegen.py: let's not forget to wrap the MiniObject :)Edward Hervey1-0/+1
2005-06-26codegen/: Backport pygtk 2.6.2 codegenEdward Hervey7-139/+1392
2005-06-26codegen/: Updated codegen to support miniobjectEdward Hervey1-0/+5
2005-06-26codegen/: Updated codegen to support miniobjectEdward Hervey5-0/+213
2004-05-03codegen/codegen.py: Resync (add support for tp_as_buffer)Johan Dahlin1-2/+2
2004-04-16configure.ac (PYGTK_CODEGEN): Use built in code generator again and don't req...Johan Dahlin17-0/+4436
2004-04-16gst/gst.override (_wrap_gst_element_tp_new): New, just pointing to _wrap_gst_...Johan Dahlin17-4361/+0
2004-03-15gst/*: Move interfaces over here, make it build, remove gstreamer.pyJohan Dahlin1-0/+1
2004-03-12gstinterfaces/Makefile.am: clean up a little bitJohan Dahlin4-134/+169
2004-03-05codegen/*: Copy PyGTK code generator here, to avoid depending on latest version.Johan Dahlin16-0/+4325