index
:
~smcv/glib
230-flush-662395
datetime
flush
flush-662395
gdbusproxy-race-656039
gerror
glib-2-28
glib-2-30
gpid-doc-399148
gvariant-docs
gweakref-548954
gweakref-rwlock-548954
initable-662208
master
GLib branches
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gobject
Age
Commit message (
Expand
)
Author
Files
Lines
2002-03-26
Add explicit cast of G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA to
Owen Taylor
2
-8
/
+18
2002-03-25
Fix various bugs and excessive stack usage that crept in the conversion
Owen Taylor
2
-26
/
+20
2002-03-25
Wrap setting freed instance memory to 0xaa in #ifdef G_ENABLE_DEBUG
Owen Taylor
2
-1
/
+8
2002-03-21
fix extraneous include.
Tim Janik
4
-2
/
+4
2002-03-21
fix extraneous include.
Tim Janik
2
-1
/
+4
2002-03-19
applied patch from Matthias Clasen <maclas@gmx.de> to check for
Tim Janik
3
-19
/
+67
2002-03-14
Function to canonicalize parameter names. Faster than using g_strcanon().
Alexander Larsson
2
-3
/
+25
2002-03-13
glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems to
Erwann Chenede
4
-7
/
+14
2002-03-05
don't try to register undeclared value transform functions if
Sven Neumann
2
-0
/
+10
2002-03-05
Default to --disable-gtk-doc, to avoid Jade setup hassles.
Owen Taylor
1
-15
/
+15
2002-03-03
makefile.msc.in Rename testgruntime to testgobject here, too.
Tor Lillqvist
3
-4
/
+9
2002-03-03
placed a comment about not changing CArray until we have
Tim Janik
4
-13
/
+44
2002-02-26
shut up cvs
Manish Singh
1
-1
/
+1
2002-02-26
Remove references to gruntime. This includes renaming the test program
Matthias Clasen
4
-28
/
+28
2002-02-26
Rename testgruntime to testgobject.
Owen Taylor
3
-347
/
+8
2002-02-25
Make GInterfaceInfo paramter const to correspond to the conventions for
Owen Taylor
3
-8
/
+15
2002-02-23
Add some padding to the class.
Owen Taylor
3
-1
/
+14
2002-02-21
Add g_value_set_object_take_ownership and
Tor Lillqvist
2
-0
/
+7
2002-02-21
Fix implicit conversions between void * and function pointer (Miroslaw
Owen Taylor
2
-2
/
+7
2002-02-19
provide marshaller specific value_set_*_take_ownership() variants.
Tim Janik
8
-63
/
+157
2002-02-17
1.3.14
GLIB_1_3_14
Owen Taylor
1
-1
/
+2
2002-02-13
fixed a check for node not being NULL.
Tim Janik
2
-1
/
+5
2002-02-13
remove extraneous redefinition of G_PARAM_SPEC_CLASS().
Tim Janik
2
-1
/
+4
2002-02-13
cosmetic cleanups, fixed [u]int64->string conversions.
Tim Janik
2
-333
/
+346
2002-02-10
msvc 5.0 can't cast from uint64 to double. Disable respective
Hans Breuer
3
-1
/
+25
2002-02-09
Register transformations for gint64, guint64. (#70780, patch from Andy
Owen Taylor
1
-1
/
+94
2002-01-24
return gulong instead of guint.
Tim Janik
3
-2
/
+7
2002-01-11
fixed param_value_array_values_cmp(), param_value_array_validate() and
Tim Janik
2
-27
/
+42
2002-01-09
cosmetic fix.
Tim Janik
2
-1
/
+5
2002-01-05
use -FImsvc_recommended_pragmas.h
Hans Breuer
2
-1
/
+5
2002-01-04
turn this into a GType, so negating it works on 64bit platforms.
Tim Janik
2
-1
/
+6
2001-12-22
Add (undefined) HAVE_C99_VSNPRINTF.
Tor Lillqvist
2
-0
/
+5
2001-12-18
added some assertions to test g_signal_get_invocation_hint().
Tim Janik
4
-37
/
+77
2001-12-17
Set the reserved bit to (1 << 0) instead of (1 << 30).
Anders Carlsson
2
-1
/
+6
2001-12-14
add rules to build it.
James Henstridge
4
-1
/
+384
2001-12-13
implemented closure chaining.
Tim Janik
6
-175
/
+382
2001-12-10
perform an exact match on the two types instead of using
Sven Neumann
1
-3
/
+6
2001-12-08
Explicitly add a cast to the last argument so that the macro will work
Christopher Blizzard
2
-1
/
+6
2001-12-06
Add gsourceclosure.o.
Tor Lillqvist
2
-0
/
+5
2001-11-26
typedef GType to gulong instead of gsize, if possible.
Tim Janik
6
-13
/
+27
2001-11-25
removed enum GTypeFundamentals. use macros to provide the constant
Tim Janik
2
-40
/
+44
2001-11-24
*/.cvsignore: Add various Win32 related file types.
Tor Lillqvist
1
-0
/
+5
2001-11-23
updated externals
Hans Breuer
2
-1
/
+12
2001-11-22
Improve the detection of invalid includes by moving the test outside the
Owen Taylor
16
-44
/
+54
2001-11-22
use g_type_check_is_value_type() instead of g_type_value_table_peek().
Tim Janik
6
-428
/
+377
2001-11-21
provide G_TYPE_FUNDAMENTAL_SHIFT and g_type_fundamental_next() to return
Tim Janik
3
-114
/
+104
2001-11-21
Set G_LOG_DOMAIN as in Makefile.am.
Tor Lillqvist
4
-3
/
+37
2001-11-21
put newly created param spec types into a global array.
GOBJECT_GType_guint
Tim Janik
7
-71
/
+137
2001-11-20
include glib-object.h rather than gobject/gobject.h
jacob berkman
2
-1
/
+6
2001-11-18
allow the enums name to not be on the same line as the trailing '}'.
Mark McLoughlin
2
-0
/
+19
[next]