| Commit message (Expand) | Author | Age | Files | Lines |
* | Compute prefix by searching through the symbol for bits rather than going | Colin Walters | 2008-08-21 | 1 | -2/+7 |
* | Also try squashing underscores from namespace, fixes webkit_web_view_new. | Colin Walters | 2008-08-21 | 1 | -0/+7 |
* | More ctor work, avoid having gtk_window_group_new end up under GtkWindow. | Colin Walters | 2008-08-21 | 1 | -18/+17 |
* | Much simpler approach of mapping uscored names to classes. Remove | Colin Walters | 2008-08-21 | 2 | -33/+7 |
* | Look up all permutations of class names when scanning methods/ctors based | Colin Walters | 2008-08-21 | 2 | -10/+50 |
* | Tweak to use UINT instead of INT. Not likely to matter. Add to | Colin Walters | 2008-08-21 | 1 | -13/+37 |
* | Do not send .la files through find_library. | Johan Dahlin | 2008-08-21 | 1 | -1/+3 |
* | Do not hard-core library names in the Makefile, reuse ctypes find_library | Johan Dahlin | 2008-08-21 | 1 | -0/+2 |
* | Adjust for added shared-library. Make pylint happy. | Colin Walters | 2008-08-21 | 1 | -1/+2 |
* | Remove g_irepository_register_file in favor of g_irepository_require. | Colin Walters | 2008-08-20 | 1 | -6/+8 |
* | And parse them. | Colin Walters | 2008-08-20 | 1 | -0/+1 |
* | Add gshort/gushort types | Johan Dahlin | 2008-08-20 | 1 | -0/+2 |
* | Suppress aliases whose name is a builtin. Define some more aliases. | Colin Walters | 2008-08-20 | 2 | -0/+7 |
* | Add a workaround for #548689. We can now compile gtk! | Johan Dahlin | 2008-08-20 | 1 | -0/+4 |
* | Look up aliases using c:type too | Colin Walters | 2008-08-20 | 1 | -4/+4 |
* | Make time_t an alias for long | Johan Dahlin | 2008-08-20 | 1 | -0/+1 |
* | Regnerate Do not delete Class structures, we need them in gdk/gtk. | Johan Dahlin | 2008-08-20 | 1 | -1/+0 |
* | Don't try to strip prefix before namespace. | Colin Walters | 2008-08-19 | 1 | -3/+1 |
* | Add support for typedef void foo type of aliases. | Johan Dahlin | 2008-08-19 | 1 | -3/+4 |
* | Add basic support for union, base the code much on Struct. Add a testcase. | Johan Dahlin | 2008-08-19 | 4 | -7/+75 |
* | Type checking rework | Colin Walters | 2008-08-19 | 6 | -152/+265 |
* | Redo type resolving and validation. Add a couple of new tests. Patch | Johan Dahlin | 2008-08-18 | 6 | -97/+175 |
* | Set ctype of enums Improve enum parsing for enums without a GType. Make | Johan Dahlin | 2008-08-18 | 3 | -8/+8 |
* | Regenerate GObject & GType. Avoid warnings when generating | Johan Dahlin | 2008-08-17 | 2 | -6/+18 |
* | Remove resolve_possible_typedefs, it was unused. Allow multiple enum | Johan Dahlin | 2008-08-16 | 2 | -7/+5 |
* | Parse enumeration/bitfield. | Johan Dahlin | 2008-08-16 | 1 | -9/+29 |
* | Parse boxed types. | Johan Dahlin | 2008-08-16 | 1 | -2/+16 |
* | Resolve type names for alias targets Skip FILE* parameters fow now | Johan Dahlin | 2008-08-16 | 2 | -0/+11 |
* | Explicitly construct new list, since we're deleting as we iterate. Don't | Colin Walters | 2008-08-15 | 2 | -18/+23 |
* | Define yet more argument prototypes; fix prototype for g_type_fundamental. | Colin Walters | 2008-08-15 | 1 | -10/+28 |
* | New internal function for adding a new node. | Johan Dahlin | 2008-08-14 | 1 | -6/+9 |
* | Define an internal _H_ variable so we skip parsing both i18n headers, only | Johan Dahlin | 2008-08-14 | 2 | -1/+12 |
* | Comment data structures. Also squash pointers in resolve_type_name to | Colin Walters | 2008-08-14 | 2 | -11/+27 |
* | Avoid importing two GObject symbols in transformer.py | Johan Dahlin | 2008-08-14 | 1 | -3/+4 |
* | Add pyflakes.py and run it in make check. Update the source code to fix | Johan Dahlin | 2008-08-14 | 4 | -21/+12 |
* | Refactor the parser a bit. Add parent type to interfaces and update | Johan Dahlin | 2008-08-14 | 4 | -77/+82 |
* | Clean up cgobject.py a little, fix pep8 errors | Johan Dahlin | 2008-08-14 | 2 | -20/+20 |
* | Refactor a bit, avoid isinstance and add a method for each type we parse. | Johan Dahlin | 2008-08-14 | 2 | -85/+120 |
* | Run pep8.py in make check, fix old errors. | Johan Dahlin | 2008-08-14 | 3 | -13/+9 |
* | Parse records. | Colin Walters | 2008-08-13 | 1 | -1/+4 |
* | Use correct namespace, add GType. Handle aliases. Record aliases. Make | Colin Walters | 2008-08-13 | 3 | -19/+44 |
* | Allow get_type to be None, set a get_type for GInitiallyUnowned too. | Johan Dahlin | 2008-08-13 | 1 | -1/+3 |
* | remote two prints | Johan Dahlin | 2008-08-13 | 1 | -2/+0 |
* | Register GInitiallyUnowned | Johan Dahlin | 2008-08-13 | 3 | -1/+24 |
* | Fix processing of functions from last commit. | Colin Walters | 2008-08-13 | 1 | -6/+10 |
* | Parse more than just <class. Put aliases in a separate data structure | Colin Walters | 2008-08-13 | 3 | -31/+104 |
* | Allow multiple libraries Rename load_library to add_library, traverse over | Johan Dahlin | 2008-08-13 | 1 | -7/+11 |
* | Record typedefs as <alias> elements. Also attempt to look up types in | Colin Walters | 2008-08-13 | 4 | -12/+56 |
* | Also transform object properties. | Colin Walters | 2008-08-12 | 1 | -2/+8 |
* | pep8 | Colin Walters | 2008-08-12 | 1 | -2/+2 |