summaryrefslogtreecommitdiff
path: root/gobject-introspection/scanner.c
Commit message (Collapse)AuthorAgeFilesLines
* g-i: Fix a couple of C compiler warningsRico Tzschichholz2020-09-281-6/+9
|
* g-i: Ignore flags like -mfpmath=sse, -msse or -msse2Rico Tzschichholz2019-11-051-0/+3
|
* g-i: Fix deprecation warningsRico Tzschichholz2017-08-161-2/+0
|
* Ignore --thread commandline option and drop all gthread-2.0 referencesRico Tzschichholz2016-10-101-5/+0
| | | | With vala 0.32 there was no further support for glib < 2.32.
* gen-introspect: pretend to be lintRyan Lortie2014-02-091-1/+4
| | | | | | | | | | | | Some system headers (notably <stdarg.h> on FreeBSD) get upset when they see an unexpected compiler. We go out of our way to pass -U__GNUC__ to cpp from the scanner code during gen-introspect and this is causing problems. As a workaround, we can pretend to be lint, which fixes the issue at least for FreeBSD. https://bugzilla.gnome.org/show_bug.cgi?id=722954
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-261-1/+1
|
* Fix build for WindowsArnel A. Borja2012-11-031-1/+20
| | | | | | | | | - Replace POSIX calls for spawning process with functions from Windows API when compiling for Windows - Add EXEEXT to valac and vapigen paths - Remove EXEEXT from scripts Fixes bug 685180.
* gen-introspect: Fix exit code for missing header filesJürg Billeter2010-12-221-1/+1
| | | | Fixes bug 633596.
* gobject-introspection: Use proper format string for g_errorTobias Mueller2010-05-271-2/+2
| | | | | | | g_error expects a format string as first argument which it is now given. This fixes a potential format string vulnerability. Fixes bug 615552.
* Include unistd.h to support compilation withJürg Billeter2009-02-201-0/+1
| | | | | | | | | | | | 2009-02-20 Jürg Billeter <j@bitron.ch> * gobject-introspection/scanner.c: Include unistd.h to support compilation with -Werror-implicit-function-declaration, patch by Tobias Müller, fixes bug 571544 svn path=/trunk/; revision=2463
* Fix compile error on FreeBSD, patch by Jille Timmermans, fixes bug 555720Jürg Billeter2008-10-251-0/+1
| | | | | | | | | | | 2008-10-25 Jürg Billeter <j@bitron.ch> * gobject-introspection/scanner.c: Fix compile error on FreeBSD, patch by Jille Timmermans, fixes bug 555720 svn path=/trunk/; revision=1922
* Add missing stdlib.h include, patch by Alexander Bokovoy, fixes bug 547569Jürg Billeter2008-09-261-0/+1
| | | | | | | | | | | | 2008-09-26 Jürg Billeter <j@bitron.ch> * gobject-introspection/scanner.c: * gobject-introspection/scannerlexer.l: Add missing stdlib.h include, patch by Alexander Bokovoy, fixes bug 547569 svn path=/trunk/; revision=1786
* Fix crash when checking header filenameJürg Billeter2008-07-031-7/+11
| | | | | | | | | | 2008-07-03 Jürg Billeter <j@bitron.ch> * gobject-introspection/scanner.c: (g_igenerator_add_symbol): Fix crash when checking header filename svn path=/trunk/; revision=1673
* Only drop duplicates of the same namespaceJürg Billeter2008-07-031-1/+3
| | | | | | | | | | 2008-07-03 Jürg Billeter <j@bitron.ch> * gobject-introspection/scanner.c: (g_igenerator_add_symbol): Only drop duplicates of the same namespace svn path=/trunk/; revision=1672
* Do not add duplicate symbols, patch by Etienne Bersac, fixes bug 528254Juerg Billeter2008-05-021-0/+11
| | | | | | | | | | | 2008-05-02 Juerg Billeter <j@bitron.ch> * gobject-introspection/scanner.c: (g_igenerator_add_symbol): Do not add duplicate symbols, patch by Etienne Bersac, fixes bug 528254 svn path=/trunk/; revision=1332
* update from gobject-introspection SVN r128Juerg Billeter2008-03-101-335/+280
| | | | | | | | 2008-03-10 Juerg Billeter <j@bitron.ch> * gobject-introspection/: update from gobject-introspection SVN r128 svn path=/trunk/; revision=1120
* support type_t naming conventionJuerg Billeter2008-01-191-0/+10
| | | | | | | | 2008-01-19 Juerg Billeter <j@bitron.ch> * gobject-introspection/scanner.c: support type_t naming convention svn path=/trunk/; revision=871
* update from gobject-introspection SVN, fixes bug 505920Juerg Billeter2008-01-111-0/+1824
2008-01-11 Juerg Billeter <j@bitron.ch> * gobject-introspection/: update from gobject-introspection SVN, fixes bug 505920 * vapigen/vala-gen-introspect/vala-gen-introspect.in: fix to work with updated gobject-introspection svn path=/trunk/; revision=829