platform/upstream/gobject-introspection.git
2008-08-15 Colin WaltersExplicitly construct new list, since we're deleting...
2008-08-15 Colin WaltersDefine yet more argument prototypes; fix prototype...
2008-08-14 Johan DahlinConvert two more tests, still not completely done though
2008-08-14 Johan DahlinFix generator for constant/gobject/struct
2008-08-14 Johan DahlinFix generation of enum/bitfields
2008-08-14 Johan DahlinClear up constant parsing
2008-08-14 Johan DahlinDon't require c:type. Test boxed.gir Update, remove...
2008-08-14 Johan DahlinNew internal function for adding a new node.
2008-08-14 Johan DahlinDefine an internal _H_ variable so we skip parsing...
2008-08-14 Colin WaltersComment data structures. Also squash pointers in resolv...
2008-08-14 Johan DahlinAvoid importing two GObject symbols in transformer.py
2008-08-14 Johan DahlinMake pyflakes.py conform to pep8.py
2008-08-14 Johan DahlinAdd pyflakes.py and run it in make check. Update the...
2008-08-14 Johan DahlinRefactor the parser a bit. Add parent type to interface...
2008-08-14 Johan DahlinClean up cgobject.py a little, fix pep8 errors
2008-08-14 Johan DahlinRefactor a bit, avoid isinstance and add a method for...
2008-08-14 Johan DahlinRun pep8.py in make check, fix old errors.
2008-08-13 Colin WaltersParse records.
2008-08-13 Colin WaltersInstall again. Add some more bits.
2008-08-13 Colin WaltersUse correct namespace, add GType. Handle aliases. Recor...
2008-08-13 Johan DahlinAllow get_type to be None, set a get_type for GInitiall...
2008-08-13 Johan Dahlinremote two prints
2008-08-13 Johan DahlinRegister GInitiallyUnowned
2008-08-13 Colin WaltersObject is in GObject namespace.
2008-08-13 Colin WaltersFix processing of functions from last commit.
2008-08-13 Colin WaltersParse more than just <class. Put aliases in a separate...
2008-08-13 Johan DahlinAllow multiple libraries Rename load_library to add_lib...
2008-08-13 Colin WaltersRecord typedefs as <alias> elements. Also attempt to...
2008-08-12 Colin WaltersAlso transform object properties.
2008-08-12 Colin Walterspep8
2008-08-12 Colin WaltersAlso transform callbacks and structure field types...
2008-08-12 Colin WaltersHandle 'any'. Add test for void *.
2008-08-12 Colin WaltersWe need to do type resolution in a second pass after...
2008-08-12 Colin WaltersAdd enum return value. Transform function return types...
2008-08-12 Colin WaltersDep .gir files on scanner sources too. Also remove...
2008-08-12 Colin WaltersRemove usage of (GAPI-oriented) TypeTag in favor of...
2008-08-10 Colin WaltersUse the correct tests.
2008-08-10 Johan DahlinPEP-8*
2008-08-10 Colin WaltersAdd new decorator @gwrap which forces us to declare...
2008-08-10 Johan Dahlinadd a pep8 script
2008-08-09 Johan DahlinClean up gcov integration a bit
2008-08-09 Johan DahlinPEP8ify
2008-08-09 Johan DahlinRemove outdated relaxng schemas.
2008-08-09 Johan DahlinRename metadata to typelib in variable names, comments...
2008-08-09 Johan DahlinRemove old C scanner, which got rewritten in python.
2008-08-09 Johan DahlinMove shared *.[ch] files to girepository from tools
2008-08-09 Johan DahlinRename *.test to *.gir
2008-08-09 Johan DahlinRename tests/parser to test/scanner
2008-08-09 Colin WaltersUse local .gir files again.
2008-08-09 Colin Walters.gir file depends on libtool library.
2008-08-09 Colin WaltersPass through parent node so we can print the node whose...
2008-08-09 Colin WaltersRemove debug print
2008-08-09 Colin WaltersSay explicitly which node was NULL
2008-08-08 Johan Dahlindisable a test
2008-08-08 Johan DahlinDisable roundtrip tests which are not yet working Rewri...
2008-08-08 Johan Dahlintype -> ntype
2008-08-08 Johan DahlinMerge in the gir-compiler branch. Thanks to Philip...
2008-07-26 Colin WaltersInstall g-idl-compiler and g-idl-generate to go along...
2008-07-24 Colin WaltersAdd environment variable G_IREPOSITORY_VERBOSE so we...
2008-07-08 Jürg BilleterFix typo
2008-06-22 Johan Dahlinmetadata->typelib here too, bump version
2008-06-22 Johan Dahlinrename metadata-format.txt to typelib-format.txt
2008-06-21 Johan DahlinIgnore a few more tags
2008-06-20 Johan DahlinAdd support for gtk-doc annotations for allow-none...
2008-06-20 Johan DahlinStart using abstract type instead of the raw C types...
2008-06-19 Rob TaylorUpdate authors
2008-06-08 Philip Van... tools/gidlnode.c
2008-06-08 Johan DahlinRegenerate with proper indentation
2008-06-07 Johan DahlinImprove line wrapping when > 79 charaters
2008-06-05 Jürg BilleterUse <type> element for field types Update testcase
2008-06-04 Johan DahlinFix a bug which prevented GdkEvent from being generated
2008-06-03 Johan DahlinImprove enum member parsing and introspection
2008-05-31 Johan DahlinRevert this part, it broke atk
2008-05-31 Johan DahlinAdd a new source type enum for member. Use __repr__...
2008-05-31 Johan DahlinImprove error reporting when trying to quote None....
2008-05-31 Johan DahlinAnd the Makefile, d'oh
2008-05-31 Johan DahlinUpdate sys.path before running the parser so we don...
2008-05-31 Johan DahlinRename pkg-config name to gobject-introspection-1.0...
2008-05-31 Johan DahlinPrevent a crash when symbol->indent is NULL.
2008-05-31 Johan DahlinAdd ctype_name, a function to convert a CTYPE symbol...
2008-05-24 Johan DahlinRevert back to using temporary files to send in headers...
2008-05-09 Johan DahlinClean up and refactor enum namespacing
2008-05-09 Johan DahlinMove namespace stripping glibtransformer->transformer
2008-05-09 Johan DahlinMove part of the namespace prefix parsing from glibtran...
2008-05-08 Johan DahlinImprove repr() for ast nodes
2008-05-08 Johan DahlinResurrect GIDL
2008-05-08 Johan DahlinIntroduce a namespace ast node
2008-05-06 Johan DahlinAdd data type constants
2008-05-05 Johan DahlinMove sourcescanner symbols to the sourcescanner module...
2008-05-03 Johan DahlinFormat header, Remove dummy sys.path.insert
2008-05-03 Johan DahlinRefactor and comment scanner frontend
2008-05-03 Johan DahlinAvoid a tiny bit of duplication
2008-05-03 Johan DahlinHandle missing parameters better, allow - and + in...
2008-05-03 Johan DahlinParse struct fields properly, improve debugging.
2008-04-30 Johan DahlinUse transfer-ownership everywhere, to mark ownership...
2008-04-29 Johan DahlinAdd a basic, unfinshed man page for g-ir-scanner, move...
2008-04-29 Johan Dahlingdk-pixbuf.gidl note
2008-04-29 Johan DahlinWrite record/structs to gir file too. Add a couple...
2008-04-28 Johan DahlinCalculate the line length properly, include the provide...
2008-04-28 Johan DahlinAdd a --strip-prefix and sort out confusion between...
next