summaryrefslogtreecommitdiff
path: root/gobject-introspection
Commit message (Expand)AuthorAgeFilesLines
* g-i: Fix compiling with mingw clangBiswapriyo Nath2023-04-041-5/+8
* g-i: Update gidl binding to include type hierarchyPrinceton Ferro2022-02-261-14/+13
* g-i: Fix a couple of C compiler warningsRico Tzschichholz2020-09-284-17/+24
* g-i: Ignore flags like -mfpmath=sse, -msse or -msse2Rico Tzschichholz2019-11-051-0/+3
* g-i: Avoid use of uninitialized "markup" warningRico Tzschichholz2019-11-051-0/+4
* g-i: Calculate size correctly, avoid use-after-freeRico Tzschichholz2019-11-051-5/+14
* g-i: Fix return value on error in start_discriminator()Rico Tzschichholz2019-01-291-2/+9
* g-i: Fix use after free in scannerRico Tzschichholz2018-09-201-2/+2
* g-i: Update type qualifiersRico Tzschichholz2018-01-031-0/+5
* g-i: Fix deprecation warningsRico Tzschichholz2017-08-162-3/+1
* Fix build with -Werror=switchRico Tzschichholz2017-01-101-0/+2
* Fix build with -Werror=redundant-declsRico Tzschichholz2016-11-121-7/+2
* Fix build with -Werror=enum-compareRico Tzschichholz2016-11-121-1/+1
* Ignore --thread commandline option and drop all gthread-2.0 referencesRico Tzschichholz2016-10-102-6/+0
* gen-introspect: Support the C99 'bool' typeRico Tzschichholz2015-03-041-0/+1
* gen-introspect: Merge some lexer changes taken from g-iRico Tzschichholz2014-12-021-53/+137
* gen-introspect: Increase lexer buffer size to 1048576, taken from g-iRico Tzschichholz2014-12-011-0/+3
* gen-introspect: pretend to be lintRyan Lortie2014-02-091-1/+4
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-261-1/+1
* Fix build for WindowsArnel A. Borja2012-11-031-1/+20
* gobject-introspection: Fix TypeTag in gidl.vapiLuca Bruno2011-06-141-1/+1
* gen-introspect: Fix exit code for missing header filesJürg Billeter2010-12-221-1/+1
* Add version suffix to installed files to allow parallel installationJürg Billeter2010-08-051-1/+1
* gobject-introspection: Use proper format string for g_errorTobias Mueller2010-05-271-2/+2
* gobject-introspection: Free allocated memory and fix format stringsTobias Mueller2010-05-271-13/+18
* gobject-introspection: Fix memory leak in GIdlWriterDavid Binderman2009-09-301-0/+2
* Update gobject-introspection/grealpath.h from gobject-introspectioSebastian Dröge2009-09-301-0/+38
* Include unistd.h to support compilation withJürg Billeter2009-02-201-0/+1
* add some .gitignoreRyan Lortie2009-02-111-0/+10
* Fix compile error on FreeBSD, patch by Jille Timmermans, fixes bug 555720Jürg Billeter2008-10-251-0/+1
* Add missing stdlib.h include, patch by Alexander Bokovoy, fixes bug 547569Jürg Billeter2008-09-262-0/+2
* Fix crash when checking header filenameJürg Billeter2008-07-031-7/+11
* Only drop duplicates of the same namespaceJürg Billeter2008-07-031-1/+3
* Add support for [Compact] class attribute, register non-compact classesJuerg Billeter2008-05-251-14/+29
* Deprecate static classes, patch by Jared Moore, fixes bug 524509Juerg Billeter2008-05-251-2/+2
* Do not add duplicate symbols, patch by Etienne Bersac, fixes bug 528254Juerg Billeter2008-05-021-0/+11
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-1/+1
* add missing fileJuerg Billeter2008-03-101-0/+20
* update from gobject-introspection SVN r128Juerg Billeter2008-03-106-346/+392
* improve support for virtual methods, based on patch by Michael Lawrence,Juerg Billeter2008-02-021-0/+13
* support type_t naming conventionJuerg Billeter2008-01-191-0/+10
* support C99 _Bool typeJuerg Billeter2008-01-183-3/+9
* update from gobject-introspection SVN, fixes bug 505920Juerg Billeter2008-01-1115-1631/+5160
* readd support for void UnresolvedType, still required for vapigenJuerg Billeter2007-12-121-0/+7
* replace deprecated INCLUDES by AM_CPPFLAGSJuerg Billeter2007-11-271-1/+1
* concatenate adjacent string literal tokensJuerg Billeter2007-11-271-3/+20
* avoid NULL function parameter namesJuerg Billeter2007-11-241-2/+7
* call g_thread_init to support libraries using threading functionality inJuerg Billeter2007-11-232-4/+15
* add support for anonymous structs and unions (gcc extension)Juerg Billeter2007-11-231-1/+5
* fix value of string constantsJuerg Billeter2007-11-221-1/+1