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
2010-02-04
Update copyright years
Tor Lillqvist
1
-1
/
+1
2010-02-02
Don't use a compiler keyword as a variable name
Philip Withnall
1
-5
/
+5
2010-01-31
Fix shadowing of G_VALUE_COLLECT variables in G_VALUE_COLLECT_INIT
Philip Withnall
1
-5
/
+5
2010-01-28
improve gitignore
Ryan Lortie
1
-0
/
+1
2010-01-25
Move the boxed private type data to TypeNode
Benjamin Otte
4
-68
/
+95
2010-01-25
Put calls to registered copy/free functions into separate functions
Benjamin Otte
1
-66
/
+31
2010-01-20
[tests] Remove C++ style comments
Alberto Garcia
1
-4
/
+4
2010-01-18
Ensure values are memset to 0 when calling G_VALUE_COLLECT_INIT()
Benjamin Otte
3
-5
/
+4
2010-01-13
Fix docs in previous commit
Alexander Larsson
1
-2
/
+2
2010-01-13
gobject: Use new G_VALUE_COLLECT_INIT variant
Edward Hervey
1
-6
/
+4
2010-01-13
gsignal: Use new G_VALUE_COLLECT_INIT variant
Edward Hervey
1
-12
/
+8
2010-01-13
gvaluecollector: Add variant of G_VALUE_COLLECT for most used cases.
Edward Hervey
1
-8
/
+36
2010-01-12
Use unconditional thread calls in gio and gobject
Alexander Larsson
1
-0
/
+5
2010-01-12
Enable threads in g_type_init()
Alexander Larsson
2
-2
/
+9
2010-01-11
g_object_new(): skip varargs for simple calls
Kamal Mostafa
1
-0
/
+4
2010-01-07
Don't do pointer arithmetics on void*
Haakon Sporsheim
1
-1
/
+1
2010-01-03
[docs] Fix @title usage in "Enumeration and flags types" section
Javier Jardón
1
-4
/
+2
2010-01-03
Updated .gitignore files
Pablo Castellano
1
-0
/
+1
2009-12-21
[docs] Fix G_DEFINE_INTERFACE "Since" tag
Javier Jardón
1
-2
/
+2
2009-12-21
[gobject] Grow gvalue transform array exponentially
Behdad Esfahbod
1
-1
/
+1
2009-12-19
Bug 501166 - Warning message says IA__g_type_init instead of g_type_init
Behdad Esfahbod
1
-12
/
+12
2009-12-19
G_DEFINE_INTERFACE_* documentation is not generated
Javier Jardón
1
-2
/
+2
2009-12-18
update .gitignores
Dan Winship
1
-0
/
+1
2009-12-01
Add G_DEFINE_INTERFACE
Dan Winship
2
-32
/
+68
2009-11-30
Only add object to list new objects when it has a custom constructor
Benjamin Otte
1
-8
/
+18
2009-11-30
Remove more read locks usage
Benjamin Otte
1
-11
/
+4
2009-11-30
Make g_type_class_peek[_static]() not take any locks
Benjamin Otte
1
-6
/
+2
2009-11-30
gobject/tests: New test for dynamic class creation/destruction
Edward Hervey
2
-1
/
+238
2009-11-30
Add type_data_ref_U() and use it in g_type_class_ref()
Edward Hervey
1
-20
/
+42
2009-11-30
Reorganize g_type_class_ref()
Edward Hervey
1
-11
/
+8
2009-11-30
Make ClassData->init_state atomic
Benjamin Otte
1
-11
/
+13
2009-11-30
Make type_data_unref_U not take locks in the common case
Edward Hervey
1
-7
/
+12
2009-11-30
Make all accesses of Node->ref_count atomic
Edward Hervey
1
-6
/
+5
2009-11-30
type_data_unref_Wm => type_data_unref_U
Edward Hervey
1
-23
/
+14
2009-11-30
Add a NODE_REFCOUNT getter
Benjamin Otte
1
-20
/
+19
2009-11-30
Move setting the refcount to the end of the function
Edward Hervey
1
-1
/
+2
2009-11-30
Pass the TypeNode to type_data_last_unref_Wm()
Edward Hervey
1
-30
/
+27
2009-11-30
Move ref_count from TypeNode->data to TypeNode
Edward Hervey
1
-24
/
+24
2009-11-30
Implement O(1) interface lookups
Alexander Larsson
1
-34
/
+151
2009-11-30
Implement lock free interface lookup
Alexander Larsson
1
-125
/
+204
2009-11-30
Add GAtomicArray for RCU-style lockless updates
Alexander Larsson
3
-1
/
+231
2009-11-26
Cast iface_init to GInterfaceInitFunc
Alexander Larsson
1
-1
/
+1
2009-11-26
Add G_IMPLEMENT_INTERFACE_DYNAMIC
Alexander Larsson
1
-3
/
+24
2009-11-20
Fix thread-safety
Benjamin Otte
1
-2
/
+2
2009-10-14
GTypeModule derived class unref does not unload plugin
Cody Russell
1
-1
/
+3
2009-10-06
g_object_unref racy condition can lead to crash
Cody Russell
1
-3
/
+9
2009-10-03
gobject/gtype.h: Fix _G_TYPE_CVH macro. Fixes #597194
Edward Hervey
1
-1
/
+1
2009-10-02
Add fast path for construction with no params
Alexander Larsson
1
-1
/
+13
2009-10-02
Don't freeze/thaw notification during construction if no properties
Alexander Larsson
1
-12
/
+25
2009-10-02
Add a check that no properties are added after a class is derived
Alexander Larsson
1
-0
/
+14
[next]