[scanner] Catch OSError too when checking for libtool
[gnome.gobject-introspection] / giscanner /
2010-02-17 Colin Walters[scanner] Catch OSError too when checking for libtool
2010-02-12 Owen W. TaylorFix glib:error-quark scanning for unregistered enum...
2010-02-11 Colin WaltersAssume allow-none for GCancellable
2010-02-11 Colin WaltersConform last patch with pep8
2010-02-11 Colin Walters[scanner] Print error instead of throwing for unknown...
2010-01-15 Johan Bilienscanner: Always explicitely set the scope of callbacks
2010-01-12 Owen W. TaylorDon't remove .c file for dumper binary
2010-01-08 Johan DahlinRemove tabs, fixes make check
2010-01-05 Damien LespiauAdd an --add-init-section argument
2009-12-31 Damien Lespiau__extension__ can be put in front of expressions
2009-12-31 Damien LespiauFix typo in the help string of the --no-libtool argument
2009-12-31 Johan DahlinInclude Python.h earlier
2009-12-09 Dan Winship[scanner] Fix various hardcoded type name checks
2009-12-09 Dan Winship[scanner] "GError *" is not the same as "GError **"
2009-12-09 Johan DahlinFix an annotationparser bug for empty tags
2009-12-08 Johan DahlinWrap line in 80 characters
2009-12-08 Colin Walters[transformer] Look up callback types in the full name...
2009-12-05 Stefan Kostscanner: more verbose parser error messages
2009-12-05 Stefan Kostscanner: fix wrong linenumbers in parser errors
2009-12-04 Stefan Kostannotationparser: include symbol name in warning
2009-12-04 Stefan Kostscanner: don't warn about unexpected characters when...
2009-12-03 Johan DahlinCheck for AsyncReadyCallback / DestroyNotify
2009-12-02 Colin Walters[dumper] Fix threads initialization
2009-12-02 Josselin MouetteIgnore errors caused by permissions in $HOME
2009-12-02 Johan DahlinBetter scope in GAsyncReadyCallback/GDestroyNotify
2009-11-30 Tomeu VizosoInitiallyUnownedClass should contain all the fields...
2009-11-23 Dan WinshipMake (skip) annotation work everywhere
2009-11-23 Dan WinshipFix enum prefix stripping to work only up to word bound...
2009-11-11 Tomeu VizosoDon't put the callback element inside the field if...
2009-11-11 Tomeu VizosoImplement callbacks as part of struct fields. Fixes...
2009-10-23 Colin WaltersWhen doing type resolution on a string, treat it as...
2009-10-23 Tomeu VizosoFix make check after 0d9cfb004d528
2009-10-21 Colin WaltersUse best known derived parent
2009-10-07 Colin WaltersExplicitly sort object interfaces, properties, and...
2009-09-28 Adam SampsonConsistently resolve symbolic links
2009-09-07 Halton HuoMake g-ir-scanner 64-bit enable. Closes #593639
2009-08-31 Halton HuoUse CC rather than LD to fix build issue for gir. Close...
2009-08-24 Colin WaltersBug 574351 - Add --pkg-export option GOBJECT_INTROSPECTION_0_6_4
2009-08-24 Dan WinshipBug 556628 – (skip) annotation
2009-08-24 Colin WaltersBug 590883 - Use 'cc' instead of 'gcc' for preprocessing
2009-08-24 Colin WaltersLD_LIBRARY_PATH exorcism
2009-08-17 Colin WaltersBug 592055 - Build/test fixes
2009-08-17 Owen W. TaylorSupport passing --library=lib<foo>.la
2009-08-17 Owen W. TaylorResolve library names to shared libraries ourselves
2009-08-17 Colin WaltersProtect against source_filename being None when analyzi...
2009-08-17 Colin WaltersUse current working directory for temporary executables
2009-08-05 Brian CameronBack out the previous change. Now go back to hardcodin...
2009-08-05 Brian CameronCheck the CC environment variable instead of assuming...
2009-08-05 Colin WaltersUse all libraries specified on the command line
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...
next