Bug 559706 - interface prequisites
[platform/upstream/gobject-introspection.git] / girepository / girparser.c
2008-11-17 Colin WaltersBug 559706 - interface prequisites
2008-11-16 Colin WaltersBug 560241 - Out-arguments should not be marked as...
2008-11-12 Owen TaylorBug 560419 – Cache includes when parsing
2008-11-12 Owen TaylorFix management of ParseContext.includes_modules (#560419)
2008-11-12 Owen TaylorKeep aliases and disguised_structures local to each...
2008-11-12 Owen TaylorOnly allow one <namespace/> element per <repository...
2008-11-12 Owen TaylorAdd a GirParser object to hold the state of a compilation
2008-11-12 Johan BilienBug 560474 – g-ir-compiler crashes when compiling the...
2008-11-11 Owen TaylorBug 560404 – Prefix types when resolving aliases in...
2008-11-11 Owen TaylorSearch provided include dirs before the default directo...
2008-11-11 Owen Taylorgirepository/girparser.c: Remove an unused variable.
2008-11-11 Owen TaylorRemove field offsets from g-ir-generate output and...
2008-11-11 Owen TaylorBug 560250 - Fully parse included modules
2008-11-10 Owen TaylorBug 560248 – "disguised structures"
2008-10-25 Colin WaltersBug 557786 - support fixed size arrays
2008-10-23 Tommi KomulainenBug 556739 – transfer-ownership attribute should be...
2008-10-22 Lucas Rochafix some build warnings.
2008-10-22 Tommi KomulainenBug 557405 – Use 'allow-none' consistently
2008-10-21 Johan BilienBug 557241 – "throws" flag for functions
2008-10-20 Colin WaltersBug 557011 - Add g_object_info_get_abstract
2008-10-17 Tommi KomulainenBug 556732 – generate gir files consistently
2008-10-17 Tommi KomulainenBug 556732 – generate gir files consistently
2008-10-16 Tommi KomulainenBug 556543 – reduce compiler warnings
2008-10-16 Colin WaltersMerge branch 'bug556331-includecleanup'
2008-10-15 Tommi KomulainenBug 556174 – parse types for lists etc.
2008-10-15 Tommi KomulainenBug 556400 – Fails to build on OS X 10.4
2008-10-12 Tommi Komulainenhandle "transfer-ownership" attribute
2008-10-12 Tommi Komulainenuse "container" for container/shallow ownership transfe...
2008-10-12 Tommi KomulainenRefactor handling of transfer=none/shallow/full to...
2008-10-12 Colin WaltersBug 552858: versioning
2008-10-02 Colin WaltersRemove debug print
2008-10-02 Colin WaltersMerge branch 'bug552393-varargs'
2008-10-02 Colin WaltersBug 554632: Create type tag for GType
2008-09-29 Colin WaltersEnsure we always have types for container nodes
2008-09-29 Colin WaltersRework to use recursive XML
2008-09-25 Colin WaltersRemove non-repository types from GIR
2008-09-23 Colin WaltersMerge branch 'bug552566-timet/wip'
2008-09-15 Colin WaltersBug 552065: Add deprecation information to GIR
2008-09-08 Colin WaltersWrite out and parse full GObject property information...
2008-09-06 Colin WaltersAllow both union and struct to be boxed or not
2008-09-01 Colin WaltersLook in c:type to determine pointer nature
2008-08-31 Colin WaltersDon't lose if we have no includedirs
2008-08-30 Colin WaltersPut dependencies in typelibs, resolve them when loading
2008-08-29 Colin WaltersHandle alias chains correctly
2008-08-29 Colin WaltersAvoid searching aliases for basic types
2008-08-29 Colin WaltersFix type parsing for both GLib case and GLib.List
2008-08-29 Colin WaltersCorrectly handle GLib.List, GLib.Error etc
2008-08-28 Colin WaltersFix --includedir handling
2008-08-28 Colin WaltersExpand aliases when generating typelibs
2008-08-27 Tor LillqvistMake g-ir-scanner work on Windows. Still problems with...
2008-08-25 Colin WaltersParse new implements syntax, drop gapi one. Update...
2008-08-24 Johan DahlinRefactor a couple of parsing functions to be simpler...
2008-08-24 Johan DahlinRemove left-over code, checking type of function.
2008-08-23 Colin WaltersRemove duplicate start_boxed.
2008-08-23 Colin WaltersAdd debug print, fix includes
2008-08-23 Colin WaltersIgnore <include>. Parse them. Generate them. Process...
2008-08-22 Colin WaltersPass through recursive types. Avoid overwriting errors...
2008-08-21 Johan DahlinRemove compilation warnings
2008-08-20 Colin WaltersAnd parse them.
2008-08-20 Colin WaltersAvoid alias infloops.
2008-08-20 Colin WaltersUnion field parsing
2008-08-16 Johan Dahlinmake it compile again...
2008-08-16 Johan DahlinReorder
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 Colin WaltersComment data structures. Also squash pointers in resolv...
2008-08-13 Johan DahlinAllow get_type to be None, set a get_type for GInitiall...
2008-08-13 Colin WaltersRecord typedefs as <alias> elements. Also attempt to...
2008-08-12 Colin WaltersHandle 'any'. Add test for void *.
2008-08-12 Colin WaltersRemove usage of (GAPI-oriented) TypeTag in favor of...
2008-08-09 Johan DahlinMove shared *.[ch] files to girepository from tools