summaryrefslogtreecommitdiffstats
path: root/codegen
Commit message (Expand)AuthorAgeFilesLines
* fixed autotools buildJohn (J5) Palmieri2010-04-152-9/+15
* Python 3 support for setup.pyJohn Ehresman2010-04-1519-2880/+2590
* Modify codegen code to run under either Python 2.x or 3.xJohn Ehresman2010-04-151-2/+2
* Make pyglib-python-compat.h a public header and include in pygobject.h Also #...John Ehresman2010-04-151-1/+1
* Use richcompare slot rather than old compare slot and Py_TYPE macro in prepar...John Ehresman2010-04-151-4/+3
* codegen/docextract_to_xml.py: One more &...; replacement ( ).masterJosé Alburquerque2010-04-131-0/+1
* codegen/docextract_to_xml.py: Replace some &..; that cause errors.José Alburquerque2010-04-131-0/+4
* codegen/docextract_to_xml.py: Handle C++ multi-line comments.José Alburquerque2010-04-111-0/+9
* codegen/docextract.py: Stop final section processing on first match.José Alburquerque2010-04-111-0/+4
* Update doc extraction tool to handle GObjectIntrospection annotations.José Alburquerque2010-04-112-112/+414
* * codegen/defsgen.py (clean_patterns): Strip out Windows DLL API macros.John Finlay2009-07-081-3/+3
* Allow h2def.py to work when there are tabs or multiple spaces after the struc...Murray Cumming2009-06-181-4/+4
* Make codegen report errors using Python function/method namesPaul Pogonyshev2009-06-122-5/+14
* Install executable codegen parts with executing permissionsPaul Pogonyshev2009-05-318-11/+18
* Add -n --namespace option and the code to removeSiavash Safi2009-05-041-24/+109
* Code maintenance: add .gitignore filesPaul Pogonyshev2009-04-181-0/+2
* Bug 573753 – DeprecationWarning under python 2.6James Westby2009-04-141-1/+1
* Bug 576566 – several scripts from codegen directory are not distributedKrzesimir Nowak2009-04-141-0/+6
* :write_enum_defs(): Prevent an exception when the prefix is empty.Murray Cumming2009-02-061-1/+1
* Do not escape the ampersand "&" in entity references (bug #568485).Daniel Elstner2009-01-271-7/+12
* Add option (-p) to use the modulename as a hint to the prefix of functionsJohn Finlay2008-11-031-18/+84
* Add defsgen to __all__ list. Strip out # directives from enum defintions.John Finlay2008-11-012-0/+6
* Add defsgen.pyJohn Finlay2008-10-311-0/+1
* Use the passed in prefix as a hint when creating a typecode.John Finlay2008-10-312-14/+29
* Bug 551056 – make codegen not import when corresponding argument typesPaul Pogonyshev2008-09-082-7/+16
* add G_TYPE_CLOSURE boxed type in codegenGian Mario Tagliaretti2008-09-011-0/+1
* More cleanups.Johan Dahlin2008-08-021-33/+38
* PEP8ifyJohan Dahlin2008-08-021-69/+78
* More refactoring. Avoid duplication, add xml string templatesJohan Dahlin2008-08-021-67/+62
* further cleanupsJohan Dahlin2008-08-021-243/+255
* Remove SGML support, require python 2.4, modernize, PEP-8ify. Make it runJohan Dahlin2008-08-022-108/+106
* Rename from 'pygtk-codegen-2.0.in'.Paul Pogonyshev2008-07-152-2/+2
* Bug 450659 – h2def.py - export 'typedef struct' object definitions notJohan Dahlin2008-07-141-1/+1
* Map GSeekType to an intJohan Dahlin2008-07-141-0/+1
* New class. (MethodDefBase.__init__): Make 'self.ret' a 'ReturnType'Paul Pogonyshev2008-07-143-10/+53
* Add 'codegendir' variable. Make 'codegendir' refer to PyGObject's codegen,Paul Pogonyshev2008-07-131-1/+1
* clean_func(): Strip GSEAL out, to avoid us thinking that there are manyMurray Cumming2008-07-131-2/+6
* Update link to defs format discussionJohan Dahlin2008-04-211-1/+1
* Add goffset to the int64 arg typeJohan Dahlin2008-04-061-0/+1
* Import codegen from pygtk. Add initial gio and gio.unix bindings.Johan Dahlin2008-01-1923-0/+7730