search for: xgen

Displaying 12 results from an estimated 12 matches for "xgen".

Did you mean: xen
2019 Jun 09
2
Major release of xocc C compiler, 0.9.2, based on BSD license!
Hello everybody, I'm glad to announce the major release of xocc C compiler, 0.9.2, based on BSD license. xocc is a C compiler that based on XOC infrastructure, XGEN code generator and XOCFE C frontend. Both xocc, XOC, XGEN, and XOCFE are based on BSD license. XOC provides multi-level operations, flexibility, and the capability of representing almost all popular languages. There are mainly two level IR representations used throughout all phases of the...
2007 Oct 14
0
2 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_strings.c
...{ @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ --vtail " { 0, NULL, NULL }\n };\n etype = g_ at type@_register_static (g_intern_static_string (\"@EnumName@\"), values);\n }\n return etype;\n}\n" \ $(public_headers) ) > xgen-sec \ - && cp xgen-sec swfdec_enums.c \ + && (cmp -s xgen-sec swfdec_enums.c || cp xgen-sec swfdec_enums.c ) \ && rm -f xgen-sec -swfdec_as_strings.h: swfdec_as_strings.c compute-strings - ./compute-strings >> xgen-sas \ - && cp xgen-sas swfdec_as_strings....
2008 Jan 17
0
libswfdec/Makefile.am
...uot;/") name = "SLASH"; else name = $$0; gsub("[^a-zA-Z0-9\\$$]","_",name); print "#define SWFDEC_AS_STR_" name " &swfdec_as_strings[" x + 1 "]"; x = x + length ($$0) + 2 }' \ - && echo -e "\n#endif" ) > xgen-sas \ + && echo "#endif" ) > xgen-sas \ && (cmp -s xgen-sas swfdec_as_strings.h || cp xgen-sas swfdec_as_strings.h ) \ && rm -f xgen-sas
2007 Aug 15
0
Branch 'vivi' - 13 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_debugger.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_types.h vivified/core vivified/ui
...\ - vivi_function_list.h + vivi_function_list.h \ + vivi_marshal.h \ + vivi_marshal.c CLEANFILES = \ $(BUILT_SOURCES) @@ -36,5 +40,17 @@ vivi_function_list.h: $(libvivified_core (cd $(srcdir) \ && grep -he "^VIVI_FUNCTION" $(libvivified_core_la_SOURCES) \ ) >> xgen-vfl \ - && (cmp -s xgen-vfl swfdec_asnative.h || cp xgen-vfl vivi_function_list.h) \ + && (cmp -s xgen-vfl vivi_asnative.h || cp xgen-vfl vivi_function_list.h) \ && rm -f xgen-vfl + +vivi_marshal.h: vivi_marshal.list Makefile + $(GLIB_GENMARSHAL) --prefix=vivi_marshal $(sr...
2007 Aug 13
0
Branch 'vivi' - 2 commits - vivified/core
...ion_list.h \ vivi_ming.h \ vivified-core.h + +BUILT_SOURCES = \ + vivi_function_list.h + +CLEANFILES = \ + $(BUILT_SOURCES) + +vivi_function_list.h: $(libvivified_core_la_SOURCES) + (cd $(srcdir) \ + && grep -he "^VIVI_FUNCTION" $(libvivified_core_la_SOURCES) \ + ) >> xgen-vfl \ + && (cmp -s xgen-vfl swfdec_asnative.h || cp xgen-vfl vivi_function_list.h) \ + && rm -f xgen-vfl diff --git a/vivified/core/vivi_application.c b/vivified/core/vivi_application.c index 783a3f9..b2ec3bd 100644 --- a/vivified/core/vivi_application.c +++ b/vivified/core/vivi_app...
2008 Jan 02
0
4 commits - libswfdec/Makefile.am libswfdec/swfdec_movie.c libswfdec/swfdec_shape_parser.c test/dump.c test/trace
...uot;/") name = "SLASH"; else name = $$0; gsub("[^a-zA-Z0-9\\$$]","_",name); print "#define SWFDEC_AS_STR_" name " &swfdec_as_strings[" x + 1 "]"; x = x + length ($$0) + 2 }' \ && echo -e "\n#endif" ) > xgen-sas \ && (cmp -s xgen-sas swfdec_as_strings.h || cp xgen-sas swfdec_as_strings.h ) \ && rm -f xgen-sas diff --git a/libswfdec/swfdec_movie.c b/libswfdec/swfdec_movie.c index 8cdfd80..f06a289 100644 --- a/libswfdec/swfdec_movie.c +++ b/libswfdec/swfdec_movie.c @@ -1133,12 +1133,6...
2007 Jul 26
0
5 commits - doc/Makefile.am doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_player_as.c
...tatic const struct { guint x, y; SwfdecAsNative func; const char *name; } native_funcs[] = {" \ && grep -he "^SWFDEC_AS_NATIVE" $(libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES) \ && echo " { 0, 0, NULL }" \ - && echo "};") >> xgen-san \ + && echo "};" \ + && echo "#undef SWFDEC_AS_NATIVE" \ + ) >> xgen-san \ && (cmp -s xgen-san swfdec_asnative.h || cp xgen-san swfdec_asnative.h) \ && rm -f xgen-san
2008 Jan 08
0
4 commits - configure.ac test/compiler.c test/.gitignore test/Makefile.am test/swfdec_test.c test/swfdec_test_function.c test/swfdec_test_function.h test/swfdec_test_global.c test/swfdec_test_initialize.as test/swfdec_test_initialize.h
...CFLAGS = $(GLOBAL_CFLAGS) $(GTK_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) +test_LDFLAGS = $(SWFDEC_LIBS) $(GTK_LIBS) $(CAIRO_LIBS) + +swfdec_test_function_list.h: $(swfdec_test_sources) + (cd $(srcdir) \ + && grep -he "^SWFDEC_TEST_FUNCTION" $(swfdec_test_sources) \ + ) >> xgen-sfl \ + && (cmp -s xgen-sfl swfdec_test_function_list.h || cp xgen-sfl swfdec_test_function_list.h) \ + && rm -f xgen-sfl + diff --git a/test/compiler.c b/test/compiler.c new file mode 100644 index 0000000..f4e0fcb --- /dev/null +++ b/test/compiler.c @@ -0,0 +1,57 @@ +//gcc -Wall -W...
2007 Jul 26
0
17 commits - doc/swfdec-sections.txt libswfdec/compiler.c libswfdec/.gitignore libswfdec/Makefile.am libswfdec/swfdec_asbroadcaster.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_strings.c
...tatic const struct { guint x, y; SwfdecAsNative func; const char *name; } native_funcs[] = {" \ + && grep -he "^SWFDEC_AS_NATIVE" $(libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES) \ + && echo " { 0, 0, NULL }" \ + && echo "};") >> xgen-san \ + && (cmp -s xgen-san swfdec_asnative.h || cp xgen-san swfdec_asnative.h) \ + && rm -f xgen-san + swfdec_marshal.h: swfdec_marshal.list Makefile $(GLIB_GENMARSHAL) --prefix=swfdec_marshal $(srcdir)/swfdec_marshal.list --header >> xgen-smh \ && (cmp -s xgen-s...
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
...FDEC_AS_NATIVE" $(libswfdec_source_files) \ && echo " { 0, 0, NULL }" \ @@ -351,7 +352,7 @@ swfdec_asnative.h: $(libswfdec_source_files) && echo "#undef SWFDEC_AS_CONSTRUCTOR" \ && echo "#undef SWFDEC_AS_NATIVE" \ ) >> xgen-san \ - && (cmp -s xgen-san swfdec_asnative.h || cp xgen-san swfdec_asnative.h) \ + && (cmp -s xgen-san swfdec_asnative.c || cp xgen-san swfdec_asnative.c) \ && rm -f xgen-san swfdec_marshal.h: swfdec_marshal.list Makefile diff --git a/swfdec/swfdec_asnative.h b/swfdec/...
2008 Jan 07
0
12 commits - configure.ac doc/swfdec.types Makefile.am test/crashfinder.c test/dump.c test/Makefile.am test/swfdec-extract.c test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_list.c test/swfedit_list.h
...CFLAGS = $(GLOBAL_CFLAGS) $(GTK_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) +test_LDFLAGS = $(SWFDEC_LIBS) $(GTK_LIBS) $(CAIRO_LIBS) + +swfdec_test_function_list.h: $(swfdec_test_sources) + (cd $(srcdir) \ + && grep -he "^SWFDEC_TEST_FUNCTION" $(swfdec_test_sources) \ + ) >> xgen-sfl \ + && (cmp -s xgen-sfl swfdec_test_function_list.h || cp xgen-sfl swfdec_test_function_list.h) \ + && rm -f xgen-sfl + diff --git a/test/test/compiler.c b/test/test/compiler.c new file mode 100644 index 0000000..ce0ef12 --- /dev/null +++ b/test/test/compiler.c @@ -0,0 +1,53 @@...
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
...\ - vivi_function_list.h + vivi_function_list.h \ + vivi_marshal.h \ + vivi_marshal.c CLEANFILES = \ $(BUILT_SOURCES) @@ -36,5 +40,17 @@ vivi_function_list.h: $(libvivified_core (cd $(srcdir) \ && grep -he "^VIVI_FUNCTION" $(libvivified_core_la_SOURCES) \ ) >> xgen-vfl \ - && (cmp -s xgen-vfl swfdec_asnative.h || cp xgen-vfl vivi_function_list.h) \ + && (cmp -s xgen-vfl vivi_asnative.h || cp xgen-vfl vivi_function_list.h) \ && rm -f xgen-vfl + +vivi_marshal.h: vivi_marshal.list Makefile + $(GLIB_GENMARSHAL) --prefix=vivi_marshal $(sr...