2006-02-14 |
Tim Janik | only define _XOPEN_SOURCE to 600 to get at posix_memalign... Tue Feb 14 17:00:43 2006 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2006-01-31 |
Tim Janik | carry out all dtalist pointer accesses atomically,... Tue Jan 31 16:45:03 2006 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2006-01-31 |
Tim Janik | generate build/win32/vs8/Makefile, to fix build breakage. Tue Jan 31 12:33:48 2006 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2006-01-25 |
Tim Janik | fixed buglets reported by Jens Granseuer in #328254. Wed Jan 25 19:16:57 2006 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2006-01-25 |
Tim Janik | link to G_DEBUG/G_SLICE where appropriate. Wed Jan 25 17:32:22 2006 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2006-01-25 |
Tim Janik | documented G_SLICE=always-malloc and G_DEBUG=gc-friendly... Wed Jan 25 17:12:47 2006 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2006-01-25 |
Tim Janik | honour g_mem_gc_friendly settings when freeing slices... Wed Jan 25 16:39:18 2006 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2006-01-24 |
Tim Janik | only use posix_memalign() if it's known to work, revert... Tue Jan 24 17:49:36 2006 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2006-01-23 |
Tim Janik | wiped out all the wonderfull G_OS_WIN32 code i wrote... Mon Jan 23 17:30:33 2006 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2006-01-23 |
Tim Janik | initialize GSlice config from G_SLICE environemtn variable... Mon Jan 23 16:46:20 2006 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2006-01-04 |
Tim Janik | don't reverse chunk order when creating magazines,... Wed Jan 4 13:33:25 2006 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2005-12-22 |
Tim Janik | renamed GUnowned to GInitiallyUnowned. Thu Dec 22 18:53:14 2005 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2005-12-22 |
Tim Janik | implemented G_TYPE_GTPYE. applied patch from matthias... Thu Dec 22 14:59:24 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-12-20 |
Tim Janik | added mem_error() and mem_assert() to test and handle... Tue Dec 20 18:14:14 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-12-15 |
Tim Janik | fixed conditional symbols definitions
|
commit | commitdiff | tree |
2005-12-15 |
Tim Janik | added g_atomic_pointer_set() and g_atomic_int_set() Tue Dec 13 10:13:32 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-12-13 |
Tim Janik | added g_atomic_pointer_set() and g_atomic_int_set(... Tue Dec 13 10:13:32 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-12-12 |
Tim Janik | corrected floating reference documentation. Mon Dec 12 15:31:41 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-12-09 |
Tim Janik | fix type inconsistency pointed out by gmorten
|
commit | commitdiff | tree |
2005-12-07 |
Tim Janik | removed commit leftover
|
commit | commitdiff | tree |
2005-12-05 |
Tim Janik | implement chain walking for arbitrary ->next pointer... Mon Dec 5 15:53:20 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-12-02 |
Tim Janik | fix uint/pointer casts
|
commit | commitdiff | tree |
2005-12-02 |
Tim Janik | some naming and type size fixups. Fri Dec 2 16:18:09 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-12-02 |
Tim Janik | reworked GCC-specific type-safe macro variant into... Fri Dec 2 13:08:58 2005 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2005-12-02 |
Tim Janik | extended to perform the benchmarking on the old memchunk... Fri Dec 2 10:55:07 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-12-02 |
Tim Janik | extended to perform the benchmarking on the old memchunk... Fri Dec 2 10:55:07 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-12-01 |
Tim Janik | improved gettimeofday() timer resolution by maintaining... Fri Dec 2 00:16:59 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-12-01 |
Tim Janik | improved gettimeofday() timer resolution by maintaining... Fri Dec 2 00:16:59 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-12-01 |
Tim Janik | new slice allocator implementation. Thu Dec 1 17:32:46 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-12-01 |
Tim Janik | use g_slic_* for all object allocations. Thu Dec 1 12:53:26 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-12-01 |
Tim Janik | export g_hash_table_get_type
|
commit | commitdiff | tree |
2005-11-23 |
Tim Janik | access datalist flags via atomic pointer access funcitons... Wed Nov 23 17:34:01 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-11-23 |
Tim Janik | added floating reference count. g_object_is_floating(): Wed Nov 23 18:01:46 2005 Tim Janik <timj@imendio.com> Wed Nov 23 17:58:13 2005 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2005-11-23 |
Tim Janik | streamlined initialization code somewhat, removed GData... Wed Nov 23 13:35:31 2005 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2005-11-23 |
Tim Janik | minor cleanups, implemented G_TYPE_HASH_TABLE. Wed Nov 23 13:36:02 2005 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2005-11-22 |
Tim Janik | g_hash_table_new_full(): create hash tables with a... Tue Nov 22 14:04:26 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-11-01 |
Tim Janik | prepared deprecation of GMemChunk and GAllocator. added... Tue Nov 1 16:24:20 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-09-22 |
Tim Janik | fix pspec->name assignment which needs to be strdup... Thu Sep 22 12:42:12 2005 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2005-09-20 |
Tim Janik | applied significant recursion complexity optimization... Tue Sep 20 13:16:04 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-09-19 |
Tim Janik | applied a patch from matthias which checks on the upper... Mon Sep 19 17:23:23 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-08-01 |
Tim Janik | test high contention on closure reference counts to... Mon Aug 1 23:33:47 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-08-01 |
Tim Janik | turned all modifications to the first 32 integer bits... Mon Aug 1 23:00:42 2005 Tim Janik <timj@imendio.com>
|
commit | commitdiff | tree |
2005-07-31 |
Tim Janik | moved G_DATALIST_*_POINTER() macros here, because proper... Sun Jul 31 01:50:20 2005 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2005-07-31 |
Tim Janik | use g_datalist_set_flags() and g_datalist_unset_flags... Sun Jul 31 02:04:23 2005 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2005-07-30 |
Tim Janik | document non-thread-safety for _foreach() functions. Sat Jul 30 23:40:35 2005 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2005-07-30 |
Tim Janik | reverted notify_mutex introduction, since this prevents... Sat Jul 30 21:10:26 2005 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2004-03-01 |
Tim Janik | - exit with $? instead of 1 in case of failure - exit... Mon Mar 1 20:32:06 2004 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2004-03-01 |
Tim Janik | - exit with $? instead of 1 in case of failure
|
commit | commitdiff | tree |
2004-02-20 |
Tim Janik | applied patch from #131937 with slight renames. provides Fri Feb 20 03:02:05 2004 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2004-02-20 |
Tim Janik | added (GTypeFlags) cast needed by C++. Fri Feb 20 02:44:54 2004 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2004-02-20 |
Tim Janik | applied patch from David Schleef <ds@schleef.org> which... Fri Feb 20 02:39:03 2004 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2004-02-19 |
Tim Janik | for G_CAN_INLINE environments, inline g_string_append_c... Thu Feb 19 18:40:01 2004 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2004-02-03 |
Tim Janik | provide a short-cut version for this macro in case Tue Feb 3 21:24:01 2004 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2004-01-24 |
Tim Janik | prefixed the parent_class variable defined by G_DEFINE_TYPE... Sat Jan 24 18:20:13 2004 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2004-01-10 |
Tim Janik | made G_DEFINE_TYPE_INTERNAL() public by renaming it to Sat Jan 10 02:43:20 2004 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2004-01-09 |
Tim Janik | added convenience macros G_IMPLEMENT_INTERFACE() and... Fri Jan 9 15:34:15 2004 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2003-11-29 |
Tim Janik | fix g_object_set() whithin _init() implementations... Sat Nov 29 14:57:20 2003 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2003-11-27 |
Tim Janik | handle NULL arguments gracefully. Thu Nov 27 17:04:08 2003 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2003-11-27 |
Tim Janik | variant of class_peek() which works for static types... Thu Nov 27 17:53:52 2003 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2003-10-02 |
Tim Janik | fix post class_init interface initialization logic... Thu Oct 2 07:37:12 2003 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2003-09-02 |
Tim Janik | added support for a "default vtable" per interface... Tue Sep 2 19:37:21 2003 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2003-09-02 |
Tim Janik | fix iterating over fundamental types. Tue Sep 2 14:53:41 2003 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2003-08-19 |
Tim Janik | check private instance data after initialization. Tue Aug 19 05:21:04 2003 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2003-08-19 |
Tim Janik | license change, no restrictions are made in the new... Tue Aug 19 03:55:29 2003 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2003-08-19 |
Tim Janik | adapt to new gbsearcharray.h code. (g_value_register_transfo... Tue Aug 19 04:08:14 2003 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2003-08-18 |
Tim Janik | added optimizations to skip NOP signal emissions. Tue Aug 19 01:31:28 2003 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2003-02-17 |
Tim Janik | don't assert the types passed in to have value tables... Mon Feb 17 20:59:47 2003 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-10-12 |
Tim Janik | test creation of new fundamental types. Sat Oct 12 22:02:32 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-10-12 |
Tim Janik | fix comment. (g_ascii_strtoull): new function, acting... Sat Oct 12 21:30:41 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-10-10 |
Tim Janik | if input_name is NULL, print out "<memory>" instead... Thu Oct 10 23:27:02 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-05-17 |
Tim Janik | [merged from stable] Sat May 18 00:44:35 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-05-17 |
Tim Janik | [merged from stable] Sat May 18 00:21:51 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-03-28 |
Tim Janik | convert prtinf() strings to local charset when writing... Thu Mar 28 20:31:51 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-03-27 |
Tim Janik | major cleanups. introduced _g_log_fallback_handler... Wed Mar 27 18:42:22 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-03-21 |
Tim Janik | fix extraneous include. Thu Mar 21 01:28:14 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-03-21 |
Tim Janik | fix extraneous include. Thu Mar 21 01:28:14 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-03-19 |
Tim Janik | applied patch from Matthias Clasen <maclas@gmx.de>... Tue Mar 19 18:57:12 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-03-03 |
Tim Janik | added padding. Sun Mar 3 02:30:05 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-03-03 |
Tim Janik | placed a comment about not changing CArray until we... Sun Mar 3 04:11:58 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-02-19 |
Tim Janik | provide marshaller specific value_set_*_take_ownership... Sun Feb 16 22:08:48 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-02-19 |
Tim Janik | added GValue documentation. Tue Feb 19 17:45:43 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-02-13 |
Tim Janik | fixed a check for node not being NULL. Wed Feb 13 17:22:37 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-02-13 |
Tim Janik | remove extraneous redefinition of G_PARAM_SPEC_CLASS(). Wed Feb 13 06:53:50 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-02-13 |
Tim Janik | cosmetic cleanups, fixed [u]int64->string conversions. Wed Feb 13 06:29:51 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-02-07 |
Tim Janik | document value transformation. Thu Feb 7 12:07:06 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-02-04 |
Tim Janik | fixes.
|
commit | commitdiff | tree |
2002-02-04 |
Tim Janik | doc common functions like ref/ sink/unref/invalidate. Mon Feb 4 17:55:39 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-02-04 |
Tim Janik | document g_obejct_watch_closure() and qdata functions. Mon Feb 4 17:55:39 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-01-24 |
Tim Janik | return gulong instead of guint. Thu Jan 24 07:39:56 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-01-11 |
Tim Janik | fixed param_value_array_values_cmp(), param_value_array_vali... Fri Jan 11 12:26:36 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-01-09 |
Tim Janik | cosmetic fix. Wed Jan 9 05:23:27 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2002-01-04 |
Tim Janik | turn this into a GType, so negating it works on 64bit... Fri Jan 4 04:36:46 2002 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2001-12-18 |
Tim Janik | add configure check to determine G_HAVE_GROWING_STACK. Tue Dec 18 21:11:10 2001 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2001-12-18 |
Tim Janik | added some assertions to test g_signal_get_invocation_hint(). Tue Dec 18 21:39:57 2001 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2001-12-13 |
Tim Janik | API revamp to shorten GValueArray structure. Thu Dec 13 05:37:51 2001 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2001-12-13 |
Tim Janik | implemented closure chaining. Thu Dec 13 08:03:17 2001 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2001-11-26 |
Tim Janik | provide GLIB_SIZEOF_SIZE_T. Mon Nov 26 09:42:24 2001 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2001-11-26 |
Tim Janik | typedef GType to gulong instead of gsize, if possible. Mon Nov 26 09:55:12 2001 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2001-11-25 |
Tim Janik | removed enum GTypeFundamentals. use macros to provide... Sun Nov 25 22:33:32 2001 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
2001-11-22 |
Tim Janik | use g_type_check_is_value_type() instead of g_type_value_tab... Thu Nov 22 03:30:57 2001 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
next |