+2001-03-29 Tor Lillqvist <tml@iki.fi>
+
+ * glib.def: Updates.
+ * tests/makefile.mingw.in: Add module-test rules.
+
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED
+2001-03-29 Tor Lillqvist <tml@iki.fi>
+
+ * glib.def: Updates.
+ * tests/makefile.mingw.in: Add module-test rules.
+
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED
+2001-03-29 Tor Lillqvist <tml@iki.fi>
+
+ * glib.def: Updates.
+ * tests/makefile.mingw.in: Add module-test rules.
+
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED
+2001-03-29 Tor Lillqvist <tml@iki.fi>
+
+ * glib.def: Updates.
+ * tests/makefile.mingw.in: Add module-test rules.
+
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED
+2001-03-29 Tor Lillqvist <tml@iki.fi>
+
+ * glib.def: Updates.
+ * tests/makefile.mingw.in: Add module-test rules.
+
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED
+2001-03-29 Tor Lillqvist <tml@iki.fi>
+
+ * glib.def: Updates.
+ * tests/makefile.mingw.in: Add module-test rules.
+
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED
+2001-03-29 Tor Lillqvist <tml@iki.fi>
+
+ * glib.def: Updates.
+ * tests/makefile.mingw.in: Add module-test rules.
+
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED
+2001-03-29 Tor Lillqvist <tml@iki.fi>
+
+ * glib.def: Updates.
+ * tests/makefile.mingw.in: Add module-test rules.
+
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED
g_list_position
g_list_prepend
g_list_remove
+ g_list_remove_all
g_list_remove_link
g_list_reverse
g_list_sort
g_slist_position
g_slist_prepend
g_slist_remove
+ g_slist_remove_all
g_slist_remove_link
g_slist_reverse
g_slist_sort
g_unichar_totitle
g_unichar_toupper
g_unichar_type
+ g_unichar_validate
g_unichar_xdigit_value
g_unicode_canonical_decomposition
g_unicode_canonical_ordering
g_list_position
g_list_prepend
g_list_remove
+ g_list_remove_all
g_list_remove_link
g_list_reverse
g_list_sort
g_slist_position
g_slist_prepend
g_slist_remove
+ g_slist_remove_all
g_slist_remove_link
g_slist_reverse
g_slist_sort
g_unichar_totitle
g_unichar_toupper
g_unichar_type
+ g_unichar_validate
g_unichar_xdigit_value
g_unicode_canonical_decomposition
g_unicode_canonical_ordering
+2001-03-29 Tor Lillqvist <tml@iki.fi>
+
+ * gobject.def: Updates.
+
Wed Mar 28 17:04:06 2001 Tim Janik <timj@gtk.org>
* gobject.c (object_queue_property): only queue readable properties
g_boxed_copy
g_boxed_free
g_boxed_type_register_static
+ g_bsearch_array_destroy
+ g_bsearch_array_get_index
+ g_bsearch_array_get_nth
+ g_bsearch_array_new
g_bsearch_array_insert
+ g_bsearch_array_lookup
g_bsearch_array_remove
g_bsearch_array_remove_node
g_cclosure_marshal_STRING__OBJECT_POINTER
g_param_spec_float
g_param_spec_get_qdata
g_param_spec_int
+ g_param_spec_internal
g_param_spec_long
g_param_spec_object
g_param_spec_pointer
+ g_param_spec_pool_insert
+ g_param_spec_pool_lookup
+ g_param_spec_pool_remove
+ g_param_spec_pool_new
g_param_spec_ref
g_param_spec_set_qdata
g_param_spec_set_qdata_full
+ g_param_spec_sink
g_param_spec_steal_qdata
g_param_spec_string
g_param_spec_stringc
g_signal_remove_emission_hook
g_signal_stop_emission
g_signal_type_cclosure_new
+ g_strdup_value_contents
g_type_add_class_cache_func
g_type_add_interface_dynamic
g_type_add_interface_static
g_type_check_flags
g_type_check_instance
g_type_check_instance_cast
+ g_type_check_is_value_type
g_type_check_value
+ g_type_check_value_holds
g_type_children
g_type_class_is_a
g_type_class_peek
g_value_get_ulong
g_value_init
g_value_peek_pointer
+ g_value_register_transform_func
g_value_reset
g_value_set_boolean
g_value_set_boxed
g_value_set_uchar
g_value_set_uint
g_value_set_ulong
+ g_value_transform
+ g_value_type_compatible
+ g_value_type_transformable
g_value_types_init
g_value_unset
; g_values_exchange
# Nothing much configurable below
-INCLUDES = -I ..
+INCLUDES = -I .. -I ../gmodule
DEFINES = -DHAVE_CONFIG_H
+BUILD_DLL = ../build-dll
+
TESTS = \
array-test.exe \
date-test.exe \
list-test.exe \
mainloop-test.exe\
markup-test.exe \
+ module-test.exe \
node-test.exe \
queue-test.exe \
rand-test.exe \
threadpool-test.exe\
tree-test.exe \
type-test.exe \
- unicode-encoding.exe
+ unicode-encoding.exe \
+ libmoduletestplugin_a.dll \
+ libmoduletestplugin_b.dll
all: $(TESTS)
-e 's,@GLIB[_]MINOR_VERSION@,@GLIB_MINOR_VERSION@,' <$< >$@
endif
-.SUFFIXES: .c .exe
+.SUFFIXES: .c .i .exe
.c.exe:
- $(CC) $(CFLAGS) -o $@ $< -L .. -lglib-$(GLIB_VER) -L ../gthread -lgthread-$(GLIB_VER)
+ $(CC) $(CFLAGS) -o $@ $< -L ../gthread -lgthread-$(GLIB_VER) -L .. -lglib-$(GLIB_VER)
-module-test.exe : module-test.o module-test.def
- $(CC) $(CFLAGS) -Wl,--base-file,module-test.base -o module-test.exe module-test.o -L .. -lglib-$(GLIB_VER) -L . -lgmodule-$(GLIB_VER) $(LDFLAGS)
+module-test.exe : module-test.o
+ $(CC) $(CFLAGS) -Wl,--base-file,module-test.base -o module-test.exe module-test.o -L .. -lglib-$(GLIB_VER) -L ../gmodule -lgmodule-$(GLIB_VER) $(LDFLAGS)
$(DLLTOOL) --base-file module-test.base --output-exp module-test.exp module-test.o
- $(CC) $(CFLAGS) -Wl,--base-file,module-test.base,module-test.exp -o module-test.exe module-test.o -L .. -lglib-$(GLIB_VER) -L . -lgmodule-$(GLIB_VER) $(LDFLAGS)
+ $(CC) $(CFLAGS) -Wl,--base-file,module-test.base,module-test.exp -o module-test.exe module-test.o -L .. -lglib-$(GLIB_VER) -L ../gmodule -lgmodule-$(GLIB_VER) $(LDFLAGS)
$(DLLTOOL) --base-file module-test.base --output-exp module-test.exp module-test.o
- $(CC) $(CFLAGS) -Wl,module-test.exp -o module-test.exe module-test.o -L .. -lglib-$(GLIB_VER) -L . -lgmodule-$(GLIB_VER) $(LDFLAGS)
+ $(CC) $(CFLAGS) -Wl,module-test.exp -o module-test.exe module-test.o -L .. -lglib-$(GLIB_VER) -L ../gmodule -lgmodule-$(GLIB_VER) $(LDFLAGS)
+
+libmoduletestplugin_a.dll : libmoduletestplugin_a.o
+ $(BUILD_DLL) libmoduletestplugin_a - - libmoduletestplugin_a.o -L .. -lglib-$(GLIB_VER) -L ../gmodule -lgmodule-$(GLIB_VER)
+
+libmoduletestplugin_b.dll : libmoduletestplugin_b.o
+ $(BUILD_DLL) libmoduletestplugin_b - - libmoduletestplugin_b.o -L .. -lglib-$(GLIB_VER) -L ../gmodule -lgmodule-$(GLIB_VER)
check: all
@for P in $(TESTS) ; do echo $$P; ./$$P; done