glib/gobject
Tim Janik aafb9e4ba9 use g_type_check_is_value_type() instead of g_type_value_table_peek().
Thu Nov 22 03:30:57 2001  Tim Janik  <timj@gtk.org>

        * gvalue.h (G_TYPE_IS_VALUE): use g_type_check_is_value_type()
        instead of g_type_value_table_peek().

        * gtype.[hc] (type_check_is_value_type_U): speed up check
        LOCK-less by caching lookups in node->mutatable_has_value_table.

        * gtype.[hc]: removed locks where possible. partly based on
        patches from owen and alex.
2001-11-22 03:20:07 +00:00
..
.cvsignore shut up CVS 2001-10-30 16:55:37 +00:00
ChangeLog use g_type_check_is_value_type() instead of g_type_value_table_peek(). 2001-11-22 03:20:07 +00:00
gboxed.c put newly created param spec types into a global array. 2001-11-21 17:49:34 +00:00
gboxed.h put newly created param spec types into a global array. 2001-11-21 17:49:34 +00:00
gclosure.c provide G_CLOSURE_N_NOTIFIERS() for people that need to walk the notifier 2001-11-07 03:25:55 +00:00
gclosure.h Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
genums.c changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
genums.h Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
glib-genmarshal.1 Typo fixes. 2001-10-13 22:11:04 +00:00
glib-genmarshal.c Exit with non-zero exit status if any errors were encountered. 2001-11-17 23:22:43 +00:00
glib-mkenums.1 Typo fixes. 2001-10-13 22:11:04 +00:00
glib-mkenums.in allow the enums name to not be on the same line as the trailing '}'. 2001-11-18 17:03:33 +00:00
gmarshal.list Implement. 2001-09-03 22:13:16 +00:00
gobject-query.c use g_type_check_is_value_type() instead of g_type_value_table_peek(). 2001-11-22 03:20:07 +00:00
gobject.c G_TOKEN_ERROR is also an end of stream condition. 2001-11-12 14:11:30 +00:00
gobject.def Set G_LOG_DOMAIN as in Makefile.am. 2001-11-21 22:01:50 +00:00
gobject.h Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
gobject.rc.in Correct InternalName and OriginalFilename to match what we actually 2001-09-19 01:00:17 +00:00
gobjectnotifyqueue.c include glib-object.h rather than gobject/gobject.h 2001-11-20 00:02:15 +00:00
gparam.c add API for chaining: g_signal_chain_from_overridden() and 2001-11-14 03:02:22 +00:00
gparam.h Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
gparamspecs.c put newly created param spec types into a global array. 2001-11-21 17:49:34 +00:00
gparamspecs.h Set G_LOG_DOMAIN as in Makefile.am. 2001-11-21 22:01:50 +00:00
gsignal.c add API for chaining: g_signal_chain_from_overridden() and 2001-11-14 03:02:22 +00:00
gsignal.h Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
gsourceclosure.c Fix documentation. Document g_log_domain_glib, gunichar, gunichar2, 2001-10-30 23:56:30 +00:00
gsourceclosure.h Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
gtype.c use g_type_check_is_value_type() instead of g_type_value_table_peek(). 2001-11-22 03:20:07 +00:00
gtype.h use g_type_check_is_value_type() instead of g_type_value_table_peek(). 2001-11-22 03:20:07 +00:00
gtypemodule.c added g_list_insert_before(). 2001-07-02 05:02:13 +00:00
gtypemodule.h Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
gtypeplugin.c applied patch from owen to implement GParamSpecUnichar. 2001-04-01 04:04:46 +00:00
gtypeplugin.h Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
gvalue.c removed archaic gpointer derived_data; relict and added a GData member 2001-03-18 04:44:38 +00:00
gvalue.h use g_type_check_is_value_type() instead of g_type_value_table_peek(). 2001-11-22 03:20:07 +00:00
gvaluearray.c fix preallocation logic, support DISABLE_MEM_POOLS properly, group value 2001-08-12 00:55:38 +00:00
gvaluearray.h Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
gvaluecollector.h Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
gvaluetransform.c Include <string.h> for memcpy. 2001-03-08 21:34:53 +00:00
gvaluetypes.c Add a function g_pointer_type_register_static() to register a type derived 2001-11-04 19:02:10 +00:00
gvaluetypes.h Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
Makefile.am Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
makefile.mingw.in Set G_LOG_DOMAIN as in Makefile.am. 2001-11-21 22:01:50 +00:00
makefile.msc.in remove g_log_domain_gruntime usage 2001-11-18 15:29:16 +00:00
marshal-genstrings.pl Hacky script to fix up your .msc.in files on windows. Dunno if this is a 2001-08-04 15:49:55 +00:00
testgobject.c Fix non-Intel/-Alpha version of the G_BREAKPOINT macro to include 2001-10-29 18:49:28 +00:00
testgruntime.c Fix non-Intel/-Alpha version of the G_BREAKPOINT macro to include 2001-10-29 18:49:28 +00:00