search for: as_compiler_flag

Displaying 13 results from an estimated 13 matches for "as_compiler_flag".

2007 Oct 11
1
[PATCH] Fix compiler warnings that prevent compilation
...| 4 ++-- libswfdec/swfdec_as_native_function.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 3aa5e4c..9749087 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl if we support them, we set them unconditionally AS_COMPILER_FLAG(-Wall, GLOBAL_CFLAGS="-Wall", GLOBAL_CFLAGS="") dnl I want this but stupid headers don't let me dnl AS_COMPILER_FLAG(-Wshadow, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Wshadow") -AS_COMPILER_FLAG(-Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wold-style-def...
2007 Jul 18
0
12 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_playback_alsa.c libswfdec/jpeg libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c
...amin Otte <otte at gnome.org> Date: Tue Jul 17 01:09:25 2007 +0100 disable -Wstrict-prototypes because gtk is broken diff --git a/configure.ac b/configure.ac index 1e4cb3f..7c3d67a 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl if we support them, we set them unco AS_COMPILER_FLAG(-Wall, GLOBAL_CFLAGS="-Wall", GLOBAL_CFLAGS="") dnl I want this but stupid headers don't let me dnl AS_COMPILER_FLAG(-Wshadow, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Wshadow") -AS_COMPILER_FLAG(-Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wold-style-def...
2007 Nov 08
0
configure.ac libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_as_date.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_types.c libswfdec/swfdec_audio_flv.c libswfdec/swfdec_audio_flv.h
...um -Wswitch-default Remove SwfdecAudioCodec and SwfdecVideoCodec enums and use guint with defines instead diff --git a/configure.ac b/configure.ac index fc48f5c..882a129 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl if we support them, we set them unconditionally AS_COMPILER_FLAG(-Wall, GLOBAL_CFLAGS="-Wall", GLOBAL_CFLAGS="") dnl I want this but stupid headers don't let me dnl AS_COMPILER_FLAG(-Wshadow, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Wshadow") -AS_COMPILER_FLAG(-Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wold-style-def...
2007 Aug 16
0
Branch 'vivi' - 18 commits - configure.ac doc/swfdec-sections.txt libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_types.h libswfdec/swfdec_player.c vivified/core vivified/ui
...2f354a) Author: Benjamin Otte <otte at gnome.org> Date: Thu Aug 16 14:47:25 2007 +0200 add some printf warning flags diff --git a/configure.ac b/configure.ac index 1303884..63a0bde 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl if we support them, we set them unco AS_COMPILER_FLAG(-Wall, GLOBAL_CFLAGS="-Wall", GLOBAL_CFLAGS="") dnl I want this but stupid headers don't let me dnl AS_COMPILER_FLAG(-Wshadow, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Wshadow") -AS_COMPILER_FLAG(-Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wold-style-def...
2007 Mar 20
0
9 commits - configure.ac libswfdec/swfdec_bits.c libswfdec/swfdec_debug.c libswfdec/swfdec_js.c libswfdec/swfdec_script.c libswfdec/swfdec_sound.c
...3d77d59089a6caf849e11b95db07d9f366) Author: Benjamin Otte <otte@gnome.org> Date: Tue Mar 20 19:04:25 2007 +0100 set default debug level to ERROR for releases diff --git a/configure.ac b/configure.ac index 6ea8b8d..d4a48c1 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,11 @@ AS_COMPILER_FLAG(-Wextra -Wno-missing-fi dnl if we're in nano >= 1, add -Werror if supported if test x$SWFDEC_CVS = xyes ; then AS_COMPILER_FLAG(-Werror, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Werror") + DEFAULT_DEBUG_LEVEL="SWFDEC_LEVEL_WARNING" +else + DEFAULT_DEBUG_LEVEL="SWFDEC_LE...
2007 Oct 30
0
m4/as-compiler-flag.m4
m4/as-compiler-flag.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 59003aea7d25c962c3332db28222b4241f68fdda Author: Benjamin Otte <otte at gnome.org> Date: Tue Oct 30 10:40:04 2007 +0100 make second and third arguments to AS_COMPILER_FLAG optional diff --git a/m4/as-compiler-flag.m4 b/m4/as-compiler-flag.m4 index f706196..76cf4cd 100644 --- a/m4/as-compiler-flag.m4 +++ b/m4/as-compiler-flag.m4 @@ -28,10 +28,10 @@ int main (int argc, char **argv) CFLAGS="$save_CFLAGS" if test "X$flag_ok" = Xyes ; then -...
2007 Jan 14
0
2 commits - configure.ac libswfdec/Makefile.am NEWS
...nome.org> Date: Sun Jan 14 17:13:59 2007 +0100 Use library versioning and set it to 1.0.0 since API was changed since 0.4.0 diff --git a/configure.ac b/configure.ac index db8aeff..5da6e32 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ if test x$SWFDEC_CVS = xyes ; then AS_COMPILER_FLAG(-Werror, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Werror") fi -SWFDEC_LIBVERSION="0:0:0" +SWFDEC_LIBVERSION="1:0:0" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index f6235a1..08e39de 100644 --- a/libswfdec/Makefil...
2007 Feb 08
0
5 commits - configure.ac NEWS
...r: Benjamin Otte <otte@gnome.org> Date: Thu Feb 8 16:20:26 2007 +0100 up LIBVERSION for added swfdec_loader_get_filename diff --git a/configure.ac b/configure.ac index a93a287..cfa5fe3 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ if test x$SWFDEC_CVS = xyes ; then AS_COMPILER_FLAG(-Werror, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Werror") fi -SWFDEC_LIBVERSION="1:0:0" +SWFDEC_LIBVERSION="1:1:0" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL
2008 Jun 15
1
14 commits - configure.ac swfdec/.gitignore swfdec-gtk/swfdec_gtk_loader.c swfdec-gtk/swfdec_playback_alsa.c swfdec/Makefile.am swfdec/swfdec_asnative.h swfdec/swfdec_as_string.c swfdec/swfdec_audio.c swfdec/swfdec_audio_load.c swfdec/swfdec_audio_load.h
...t a/configure.ac b/configure.ac index ca54cec..588089f 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,8 @@ AC_CONFIG_MACRO_DIR([m4]) dnl decide on error flags dnl if we support them, we set them unconditionally dnl FIXME: I want this but stupid headers don''t let me: -Wshadow -AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wformat-non...
2007 Feb 17
0
8 commits - configure.ac doc/swfdec-sections.txt libswfdec/swfdec_loader.c libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h libswfdec/swfdec_root_movie.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_scriptable.h
...at Feb 17 11:18:54 2007 +0100 Add swfdec_player_set_loader_with_variables stub Also update configure.ac for updated API diff --git a/configure.ac b/configure.ac index 301a83a..2c45bf2 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ if test x$SWFDEC_CVS = xyes ; then AS_COMPILER_FLAG(-Werror, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Werror") fi -SWFDEC_LIBVERSION="1:1:0" +SWFDEC_LIBVERSION="1:2:0" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL diff --git a/doc/swfdec-sections.txt b/doc/swfdec-sections.txt index 3a93f97..43457d5 100644 --- a/doc/swfdec-se...
2007 Jul 21
0
12 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/jpeg libswfdec/swfdec_as_array.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h
...ails. diff --git a/configure.ac b/configure.ac index 6d46ee8..79461a2 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL dnl C99 is only required to get definitions for NAN and INFINITY. -GLOBAL_CFLAGS="$GLOBAL_CFLAGS -std=c99" +AS_COMPILER_FLAG(-std=gnu99, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -std=gnu99") dnl ensures the library is linked against the internal Mozilla dnl if this doesn't work on your platform, I'll take patches :) diff --git a/libswfdec/swfdec_as_array.c b/libswfdec/swfdec_as_array.c index cc03b03..f6314a7 1...
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
...2f354a) Author: Benjamin Otte <otte at gnome.org> Date: Thu Aug 16 14:47:25 2007 +0200 add some printf warning flags diff --git a/configure.ac b/configure.ac index 1303884..63a0bde 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl if we support them, we set them unco AS_COMPILER_FLAG(-Wall, GLOBAL_CFLAGS="-Wall", GLOBAL_CFLAGS="") dnl I want this but stupid headers don't let me dnl AS_COMPILER_FLAG(-Wshadow, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Wshadow") -AS_COMPILER_FLAG(-Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wold-style-def...
2007 Nov 15
2
Changes to 'refs/tags/0.5.4'
Tag '0.5.4' created by Benjamin Otte <otte at gnome.org> at 2007-11-15 10:12 -0800 release 0.5.4 ("Turkish Cycling Federation") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHPBurvMv5VCdLq8QRAj1KAJ40NHRRS3gKyJjSjyyoH7gDaGi/tQCeOha/ R5PF4bZQqmSdJ64t8EbD4cA= =8qBy -----END PGP SIGNATURE----- Changes since the dawn of time: Benjamin Otte (40):