Add allow-none for etag for g_file_replace
[gnome.gobject-introspection] / giscanner /
2009-07-06 Johan DahlinMerge commit 'origin'
2009-07-06 Johan DahlinOmit warnings, my console is not a todo list
2009-07-03 Andreas RottmannAllow annotations on fields
2009-06-23 Colin WaltersBug 579008 - Don't override element-type for arrays
2009-06-22 Mark LeeBug 584423 – Add short/ushort support
2009-06-12 C. Scott AnanianBug 581685: Parse parameterized types (using <>) in...
2009-06-11 Holger Hans Peter... Make g-ir-compiler find files installed by make install
2009-06-11 Colin WaltersDon't fail if no --output option is specified
2009-06-09 Colin WaltersBug 584453 - Handle char ** correctly (and const variation)
2009-05-20 C. Scott AnanianBetter handle classes with non-standard to_underscore...
2009-05-12 C. Scott AnanianAllow the use of the "Rename To" annotation for literal...
2009-04-03 Colin WaltersAvoid writing out empty array if we have no _get_type...
2009-03-23 Andreas RottmannBug 574284 - Add support for a 'closure' and 'destroy...
2009-03-19 Andreas RottmannBug 556475 – support Shadows: annotation
2009-03-17 Colin WaltersBug 564016 - Add c:prefix to .gir
2009-03-17 Colin WaltersBug 575613 - Enum stripping with common prefix, also...
2009-03-16 Colin WaltersBug 565147 - Add (type) annotation to override the...
2009-03-16 Colin WaltersBug 574501 - Install giscanner Python module to private...
2009-03-09 Andreas RottmannBug 574139 – There is no way to identify 'user_data...
2009-03-05 Colin WaltersBug 557383 - Virtual method support
2009-03-04 Andreas RottmannBug 573332 - Allow annotation of enums as bitfields
2009-03-04 Andreas RottmannIntroduce documentation-block options
2009-03-03 Colin WaltersBug 571548 - Generic attributes
2009-02-26 Colin WaltersRevert "Bug 557383 - Virtual function support"
2009-02-26 Andreas RottmannBug 573306 – Relax callback grouping detection rules
2009-02-26 Colin WaltersMerge branch 'bug557383-vfuncs'
2009-02-26 Colin WaltersBug 557383 - Virtual function support
2009-02-26 Johan DahlinDon't assume _pkgconfig_packages is set.
2009-02-25 Colin WaltersBug 572434 - Associate interfaces with their C structures
2009-02-25 Colin WaltersBug 555964 - Parse floating-point #defines
2009-02-25 Johan DahlinMerge commit 'origin'
2009-02-25 Colin WaltersHandle multiple arguments for $CC
2009-02-24 Colin WaltersBug 572790 - Don't register #defines from .c files...
2009-02-24 Colin WaltersBug 561604 - Don't fail on va_list*
2009-02-21 Johan DahlinDo not include yyoutput in the generated lexer
2009-02-21 Johan DahlinFix warnings pointed out by GCC
2009-02-21 Johan DahlinBe less verbose
2009-02-21 Johan DahlinMention that we're generating a GIR
2009-02-21 Johan DahlinDisable a UTF-8 warning per default
2009-02-21 Johan DahlinUse shave to reduce compiling output
2009-02-20 Colin WaltersBug 572423 - Support --c-include argument for specifyin...
2009-02-20 Johan DahlinSend in an empty list instead of None.
2009-02-19 Colin Waltersgiscanner: Set Python exceptions on type errors instead...
2009-02-19 Johan DahlinImprove type checking
2009-02-19 Johan DahlinAdd a hall of shame comment
2009-02-19 Owen W. TaylorBug 572075 - Make the scanner work with static and...
2009-02-19 Colin WaltersBug 563382 - Define PATH_MAX if not available
2009-02-17 Colin WaltersBug 571483 - Sort toplevel .gir entries
2009-02-17 Colin WaltersMerge branch 'master' of ssh://walters@git.gnome.org...
2009-02-17 Johan DahlinMerge commit 'origin'
2009-02-17 Colin WaltersMerge branch 'master' of ssh://walters@git.gnome.org...
2009-02-17 Owen W. TaylorParse doc-comment tags case-insensitive
2009-02-13 Colin WaltersMerge branch 'master' of ssh://walters@git.gnome.org...
2009-02-11 Colin WaltersBug 567906 - Put pkg-config dependencies in .gir files
2009-02-11 Johan DahlinAdd missing self parameter
2009-02-06 Colin WaltersBug 551738 - Associate classes with their structs
2009-02-05 Colin WaltersBug 561360 - If we can't resolve parent class, use...
2009-02-04 Colin WaltersBug 555960 - Nested structs and unions (generation...
2009-02-02 Colin WaltersBug 569408, Bug 568680 - Scanner misses fields (at...
2009-01-27 Dan Winship Misc warning fixes
2009-01-22 Colin WaltersSkip over both g_object_get_type and g_initially_unowne...
2009-01-22 Johan DahlinBug 562622 – Errordomains missing
2009-01-20 Johan DahlinIncrease the buffer size to 1M, so gtkalias.h can be...
2009-01-20 Johan DahlinWhen trying to map functions to structs, do not require...
2009-01-20 Johan DahlinBug 562615 – Struct methods missing
2009-01-20 Johan DahlinUgh, recurd->record
2009-01-20 Johan DahlinStruct -> Record
2009-01-16 Johan Dahlinadd FT_Int32 add XftFont Report errors when an invalid...
2009-01-15 Johan DahlinFix pep8 complaints
2009-01-15 Johan DahlinBug 567813 – Everything should be versioned
2009-01-14 Johan DahlinRewrap to fit in 79 columns
2009-01-14 Colin WaltersAdd generated file warning comment
2009-01-13 Johan DahlinClean up some abstraction breakage to reduce code dupli...
2009-01-13 Johan DahlinBug 555036 – put gtk-doc in GIR
2009-01-13 Johan DahlinCatch AttributeError which seems to be occasionally...
2009-01-13 Johan DahlinFix a bug where \n was not present in a comment
2009-01-13 Johan DahlinOrganize annotation options/tags by using constants,
2009-01-13 Johan DahlinBug 562467 – Property annotation
2009-01-12 Johan DahlinBug 546739 – Introspection should know precise signal...
2009-01-12 Johan DahlinBug 563591 – Flags not recognized when there is no...
2009-01-12 Johan DahlinBug 566419 – Element type of arrays not properly handle...
2009-01-12 Johan DahlinBug 566560 – giscanner.transformer.SkipError
2009-01-12 Johan DahlinBug 563794 - Redo annotation parsing & applying
2009-01-03 Andreas RottmannBug 563469 – Arrays not treated correctly in struct...
2009-01-03 Andreas RottmannBug 556489 – callback annotations
2009-01-03 Jürg BilleterFix inconsistencies with PEP8
2008-12-16 Owen TaylorDisable array auto-detection for out-annotated parameters
2008-12-12 Johan DahlinPass in --tag=CC to libtool to avoid making libtool...
2008-12-09 Johan DahlinUse shutil.move instead of os.rename, since it will...
2008-12-09 Tristan Van BerkomBug 563742 – introspection should record the introduced...
2008-12-08 Johan DahlinDon't require HOME to be set and if it set, don't requi...
2008-12-08 Johan Dahlinyay for scripts checking number of newlines
2008-12-08 Johan DahlinDump the cache file to a temporary file and rename...
2008-12-03 Christophe Fergeauraise YY_BUF_SIZE to 65536 up from the default 16384.
2008-12-01 Johan DahlinRemove tabs, fixes make check
2008-11-30 Johan DahlinBug 562289 – Race when removing invalid cache
2008-11-26 Colin WaltersAdd --libtool option which we expect Automake-using...
2008-11-25 Colin WaltersBug 559705 – Missing association between static methods...
2008-11-25 Johan DahlinRevert earlier libtool change, there's no need
2008-11-25 Johan DahlinDefine socklen_t as an alias for int32.
next