Displaying 6 results from an estimated 6 matches for "vivi_function_list".
2007 Aug 13
0
Branch 'vivi' - 2 commits - vivified/core
...g>
Date: Fri Aug 10 13:14:12 2007 +0200
add infrastructure for native functions
diff --git a/vivified/core/.gitignore b/vivified/core/.gitignore
index b580c89..da08114 100644
--- a/vivified/core/.gitignore
+++ b/vivified/core/.gitignore
@@ -10,3 +10,5 @@ Makefile.in
*.la
*.lo
*.loT
+
+vivi_function_list.h
diff --git a/vivified/core/Makefile.am b/vivified/core/Makefile.am
index 0bcac39..8639fb4 100644
--- a/vivified/core/Makefile.am
+++ b/vivified/core/Makefile.am
@@ -5,9 +5,26 @@ libvivified_core_la_LDFLAGS = $(SWFDEC_G
libvivified_core_la_SOURCES = \
vivi_application.c \
+ vivi_application_a...
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
...-13,7 +13,8 @@ libvivified_core_la_SOURCES = \
vivi_initialize.as \
vivi_initialize.s \
vivi_marshal.c \
- vivi_ming.c
+ vivi_ming.c \
+ vivi_wrap.c
vivi_initialize.lo: vivi_initialize.s vivi_initialize.as
$(LTCCASCOMPILE) -c -o $@ vivi_initialize.s
@@ -26,6 +27,7 @@ noinst_HEADERS = \
vivi_function_list.h \
vivi_marshal.h \
vivi_ming.h \
+ vivi_wrap.h \
vivified-core.h
BUILT_SOURCES = \
diff --git a/vivified/core/vivi_application.c b/vivified/core/vivi_application.c
index 318630f..51ac709 100644
--- a/vivified/core/vivi_application.c
+++ b/vivified/core/vivi_application.c
@@ -89,6 +89,7 @...
2007 Aug 14
0
Branch 'vivi' - 11 commits - libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h vivified/core
...vivi_application_as.c \
+ vivi_application.c \
+ vivi_breakpoint.c \
vivi_debugger.c \
vivi_function.c \
vivi_initialize.as \
@@ -17,6 +19,7 @@ vivi_initialize.lo: vivi_initialize.s vi
noinst_HEADERS = \
vivi_application.h \
+ vivi_breakpoint.h \
vivi_debugger.h \
vivi_function.h \
vivi_function_list.h \
diff --git a/vivified/core/vivi_breakpoint.c b/vivified/core/vivi_breakpoint.c
new file mode 100644
index 0000000..7931e28
--- /dev/null
+++ b/vivified/core/vivi_breakpoint.c
@@ -0,0 +1,130 @@
+/* Vivified
+ * Copyright (C) 2007 Benjamin Otte <otte at gnome.org>
+ *
+ * This library is fr...
2007 Aug 24
0
2 commits - configure.ac vivified/core
...include vivi_marshal.list
diff --git a/vivified/core/Makefile.am b/vivified/core/Makefile.am
index 13411ef..39dd7e1 100644
--- a/vivified/core/Makefile.am
+++ b/vivified/core/Makefile.am
@@ -40,6 +40,9 @@ BUILT_SOURCES = \
CLEANFILES = \
$(BUILT_SOURCES)
+EXTRA_DIST = \
+ vivi_marshal.list
+
vivi_function_list.h: $(libvivified_core_la_SOURCES)
(cd $(srcdir) \
&& grep -he "^VIVI_FUNCTION" $(libvivified_core_la_SOURCES) \
diff-tree 08aafab0c67c5db6f1784a6da2c421b58d4474d6 (from acf345dc1b3feb3dd3fd3a5fe8b723b4a2a0ad6a)
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Aug...
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
...-13,7 +13,8 @@ libvivified_core_la_SOURCES = \
vivi_initialize.as \
vivi_initialize.s \
vivi_marshal.c \
- vivi_ming.c
+ vivi_ming.c \
+ vivi_wrap.c
vivi_initialize.lo: vivi_initialize.s vivi_initialize.as
$(LTCCASCOMPILE) -c -o $@ vivi_initialize.s
@@ -26,6 +27,7 @@ noinst_HEADERS = \
vivi_function_list.h \
vivi_marshal.h \
vivi_ming.h \
+ vivi_wrap.h \
vivified-core.h
BUILT_SOURCES = \
diff --git a/vivified/core/vivi_application.c b/vivified/core/vivi_application.c
index 318630f..51ac709 100644
--- a/vivified/core/vivi_application.c
+++ b/vivified/core/vivi_application.c
@@ -89,6 +89,7 @...
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
...f56039822c22e2eaaa8
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Jan 7 17:20:52 2008 +0100
fix typo
diff --git a/vivified/core/Makefile.am b/vivified/core/Makefile.am
index 1252f5a..5e274f1 100644
--- a/vivified/core/Makefile.am
+++ b/vivified/core/Makefile.am
@@ -50,7 +50,7 @@ vivi_function_list.h: $(libvivified_core_source)
(cd $(srcdir) \
&& grep -he "^VIVI_FUNCTION" $(libvivified_core_sources) \
) >> xgen-vfl \
- && (cmp -s xgen-vfl vivi_asnative.h || cp xgen-vfl vivi_function_list.h) \
+ && (cmp -s xgen-vfl vivi_function_list.h || cp xge...