[gio-2.0.c] Annotate g_file_replace
[gnome.gobject-introspection] / girepository /
2008-11-13 Colin WaltersBug 557788 - Return types for constructors in generated...
2008-11-13 Owen Taylorgirepository/girffi.c: Fix "Unexpected time for time_t...
2008-11-13 Colin WaltersRemove processing msg
2008-11-13 Colin WaltersAdd new files from last commit
2008-11-13 Colin Waltersg_irepository_dump implementation
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 Tommi KomulainenFix minor memory leak.
2008-11-12 Johan DahlinChange the element type from utf8 to filename Special...
2008-11-12 Johan DahlinAdd a g_irepository_get_search_path, so we can access...
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 TaylorCompute field offsets and overall size for object struc...
2008-11-11 Owen TaylorSearch provided include dirs before the default directo...
2008-11-11 Owen TaylorInclude fully-qualified names in all error messages.
2008-11-11 Owen TaylorFail gracefully with an informative error message when...
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 560252 - Compute field offsets before writing typelib
2008-11-11 Owen TaylorBug 560250 - Fully parse included modules
2008-11-11 Owen TaylorSplit g_ir_ffi_get_ffi_type() out from ginvoke.c
2008-11-10 Owen TaylorBug 560248 – "disguised structures"
2008-11-05 Colin WaltersDon't use nested scope local variable for error
2008-11-01 Tommi KomulainenBug 557898 – Fails to build on OSX 10.4
2008-10-27 Johan BilienBug 558068 – when invoking a method, offset the in...
2008-10-25 Colin WaltersBug 557791 – g_irepository_require() could return a...
2008-10-25 Colin WaltersBug 557786 - support fixed size arrays
2008-10-25 Colin WaltersBug 557076 - move typelibs to $libdir
2008-10-24 Johan DahlinBe quiet, do not warn about unhandled members.
2008-10-24 Johan DahlinExport two private methods to avoid an compiler warning
2008-10-24 Johan DahlinOnly use SHLIB_SUFFIX on darwin, otherwise use G_MODULE...
2008-10-24 Lucas RochaBug 557623 - Constructors shouldn't be flagged as methods.
2008-10-23 Tommi KomulainenBug 556739 – transfer-ownership attribute should be...
2008-10-23 Johan BilienBug 557468 – Support for GI_TYPELIB_PATH
2008-10-22 Lucas Rochafix some build warnings.
2008-10-22 Tommi KomulainenBug 557405 – Use 'allow-none' consistently
2008-10-21 Colin WaltersRespect path ordering for unversioned requires
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 Tommi KomulainenBug 556541 – access union members through UnionBlob...
2008-10-16 Colin WaltersMerge branch 'bug556331-includecleanup'
2008-10-15 Tommi KomulainenBug 556434 – unhandled interface/object/... member...
2008-10-15 Tommi Komulainenrefactor common code for processing members to a function
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-14 Johan Bilienadd g_union_info_find_method
2008-10-13 Colin WaltersDocument g_irepository_get_dependencies
2008-10-12 Colin WaltersDon't cast DirEntry to Blob, actually look it up by...
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 WaltersFix inverted test for success in version parsing.
2008-10-12 Tommi KomulainenBug 556048 – Crash in g_irepository_find_by_gtype
2008-10-12 Tommi Komulainenmake 'unregistered' one bit wide as everywhere else
2008-10-12 Colin WaltersAdd tests/repository which has some repository regressi...
2008-10-12 Colin WaltersBug 552858: versioning
2008-10-11 Johan Bilienignore non-UTF-8 string constants
2008-10-09 Lucas Rochafix regression on invoke test case by making sure we...
2008-10-07 Lucas RochaBug 555294: Add support for multiple shared libraries...
2008-10-03 Colin WaltersMerge branch 'bug551744-boxed-ctors'
2008-10-02 Colin WaltersUse g_alloca, suggested by Havoc Pennington
2008-10-02 Colin WaltersMerge branch 'bug552961-methods/wip'
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-19 Colin WaltersStrengthen check for interface vs basic types
2008-09-19 Colin WaltersValidate the "this" argument for methods
2008-09-19 Colin WaltersBug 522384: Use SHLIB_SUFFIX intead of G_MODULE_SUFFIX...
2008-09-16 Colin WaltersDon't add spurious * if type is pointer; the is_pointer...
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 WaltersAdd back unresolved
2008-08-30 Colin WaltersFix conflict
2008-08-30 Colin WaltersRemove g_irepository_unregister, add GIRepositoryLoadFlags
2008-08-30 Colin WaltersDon't lose on NULL shlib
2008-08-30 Colin WaltersPut dependencies in typelibs, resolve them when loading
2008-08-30 Colin WaltersAdd some assertions, blacklist a few more methods
2008-08-29 Colin WaltersDon't crash if no shlib is embedded
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 WaltersMore context information in validate
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-28 Tor LillqvistUse binary mode for output file on Windows.
2008-08-28 Tor LillqvistChange type of bitfield fields from guint to the most...
next