| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes https://gitlab.gnome.org/GNOME/vala/issues/674
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
With vala 0.32 there was no further support for glib < 2.32.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
|
|
|
| |
Fixes bug 633596.
|
| |
|
|
|
|
|
|
|
| |
g_error expects a format string as first argument which it is now
given. This fixes a potential format string vulnerability.
Fixes bug 615552.
|
|
|
|
|
|
|
|
|
| |
g_markup_printf_escaped allocates memory which now is free()d. Also,
move from g_string_append_printf to g_string_append because it has a
clearer and easier semantic and is less error prone. In fact, this fixes
potential format string vulnerabilties.
Fixes bug 615552.
|
|
|
|
| |
Fixes bug 596806.
|
|
|
|
| |
This fixes the build on Windows and GNU/Hurd
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=2428
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-05-25 Juerg Billeter <j@bitron.ch>
* vala/valaclass.vala:
* vala/valainterfacewriter.vala:
* gobject/valaccodeclassbinding.vala:
* gobject/valaccodegenerator.vala:
* gobject/valaccodememberaccessbinding.vala:
* gobject/valaccodemethodbinding.vala:
* gobject/valatyperegisterfunction.vala:
Add support for [Compact] class attribute, register non-compact
classes with GType, fixes bug 532518
* gee/hashmap.vala:
* gee/hashset.vala:
* gobject-introspection/gidl.vapi:
* tests/classes.exp:
* tests/classes.vala:
* vapi/glib-2.0.vapi:
Update to use compact classes where appropriate
svn path=/trunk/; revision=1425
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-05-25 Juerg Billeter <j@bitron.ch>
* vala/valaparser.vala:
Deprecate static classes, patch by Jared Moore, fixes bug 524509
* vala/valareport.vala:
* tests/classes.vala:
* tests/structs.vala:
* gobject-introspection/gidl.vapi:
* vapi/dbus-glib-1.vapi:
* vapi/glib-2.0.vapi:
* vapi/libxml-2.0.vapi:
* vapi/taglib_c.vapi:
* vapi/packages/gstreamer-video-0.10/:
Replace static classes by namespaces
* vapi/gstreamer-video-0.10.vapi: regenerated
svn path=/trunk/; revision=1422
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-13 Juerg Billeter <j@bitron.ch>
* vala/valaparser.vala: report warning when using obsolete syntax
for non-null types
* */*.vala, */*.vapi: port to new syntax
svn path=/trunk/; revision=1208
|
|
|
|
|
|
|
|
| |
2008-03-11 Juerg Billeter <j@bitron.ch>
* gobject-introspection/grealpath.h: add missing file
svn path=/trunk/; revision=1121
|
|
|
|
|
|
|
|
| |
2008-03-10 Juerg Billeter <j@bitron.ch>
* gobject-introspection/: update from gobject-introspection SVN r128
svn path=/trunk/; revision=1120
|
|
|
|
|
|
|
|
|
|
| |
2008-02-02 Juerg Billeter <j@bitron.ch>
* gobject-introspection/gidl.vapi, vapigen/valagidlparser.vala:
improve support for virtual methods,
based on patch by Michael Lawrence, fixes bug 452019
svn path=/trunk/; revision=950
|
|
|
|
|
|
|
|
| |
2008-01-19 Juerg Billeter <j@bitron.ch>
* gobject-introspection/scanner.c: support type_t naming convention
svn path=/trunk/; revision=871
|
|
|
|
|
|
|
|
|
|
| |
2008-01-18 Juerg Billeter <j@bitron.ch>
* gobject-introspection/gidlparser.c,
gobject-introspection/scannerlexer.l,
gobject-introspection/scannerparser.y: support C99 _Bool type
svn path=/trunk/; revision=860
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-12 Juerg Billeter <j@bitron.ch>
* vala/valasymbolresolver.vala: readd support for void UnresolvedType,
still required for vapigen
* gobject-introspection/gidl.vapi: add IdlNodeUnion
* vapigen/valagidlparser.vala: add support for unions
* vapi/packages/libgnome-2.0/, vapi/packages/libgnomeui-2.0/: remove
bindings for deprecated functions
* vapi/gconf-2.0.vapi, vapi/gio-2.0.vapi, vapi/gnome-vfs-2.0.vapi,
vapi/gstreamer-0.10.vapi, vapi/libgnome-2.0.vapi,
vapi/libgnomeui-2.0.vapi, vapi/libnotify.vapi, vapi/libsoup-2.2.vapi,
vapi/poppler-glib.vapi: regenerated
svn path=/trunk/; revision=766
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-27 Juerg Billeter <j@bitron.ch>
* ccode/Makefile.am, compiler/Makefile.am, gee/Makefile.am,
gen-project/Makefile.am, gobject-introspection/Makefile.am,
gobject/Makefile.am, tests/Makefile.am, vala/Makefile.am,
vapigen/Makefile.am: replace deprecated INCLUDES by AM_CPPFLAGS
svn path=/trunk/; revision=727
|
|
|
|
|
|
|
|
|
| |
2007-11-27 Juerg Billeter <j@bitron.ch>
* gobject-introspection/cparser.y: concatenate adjacent string literal
tokens
svn path=/trunk/; revision=726
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-24 Juerg Billeter <j@bitron.ch>
* gobject-introspection/gen-introspect.c: avoid NULL function parameter
names
* vapigen/valagidlparser.vala: accept iconv_t
svn path=/trunk/; revision=714
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-23 Juerg Billeter <j@bitron.ch>
* configure.ac, gobject-introspection/Makefile.am,
gobject-introspection/gen-introspect.c: call g_thread_init to support
libraries using threading functionality in class_init functions,
avoid NULL parameter names for signals and vfuncs
* vapi/packages/libsoup-2.2/: update to use vala-gen-introspect
* vapi/packages/hildon-1/hildon-1.gi,
vapi/packages/libgnomeui-2.0/libgnomeui-2.0.gi, vapi/hildon-1.vapi,
vapi/libgnomeui-2.0.vapi, vapi/libsoup-2.2.vapi: regenerated
svn path=/trunk/; revision=713
|
|
|
|
|
|
|
|
|
| |
2007-11-23 Juerg Billeter <j@bitron.ch>
* gobject-introspection/cparser.y: add support for anonymous structs
and unions (gcc extension)
svn path=/trunk/; revision=711
|
|
|
|
|
|
|
|
|
|
| |
2007-11-22 Juerg Billeter <j@bitron.ch>
* gobject-introspection/gen-introspect.c: fix value of string constants
* vapi/packages/gstreamer-0.10/gstreamer-0.10.gi: regenerated
svn path=/trunk/; revision=707
|
|
|
|
|
|
|
|
|
| |
2007-11-22 Juerg Billeter <j@bitron.ch>
* gobject-introspection/clexer.l,
gobject-introspection/gen-introspect.c: compare complete path
svn path=/trunk/; revision=706
|
|
|
|
|
|
|
|
|
|
| |
2007-11-22 Juerg Billeter <j@bitron.ch>
* gobject-introspection/gen-introspect.c: don't process get_type
function symbols twice, support Interface suffix in addition to the
more common Iface suffix
svn path=/trunk/; revision=697
|
|
|
|
|
|
|
|
|
|
| |
2007-11-22 Juerg Billeter <j@bitron.ch>
* gobject-introspection/clexer.l, gobject-introspection/cparser.y,
gobject-introspection/gen-introspect.c: improve error reporting and
ignore get_type functions with parameters
svn path=/trunk/; revision=695
|