index
:
~bilboed/glib
contention
contention-rwlock
fundamental
gobject-performance
gobject-performance-rwlock
hacking
master
rebase-maemo
rebase-maemo-clean
rwlock
work
Personal repository of GLib
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gobject
/
gobject.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-22
gobject: unref unused class
Marek Kasik
1
-1
/
+5
2014-05-13
Avoid overeager warning about deprecated properties
Matthias Clasen
1
-3
/
+10
2014-02-15
gobject: re-allow finalization from constructor()
Dan Winship
1
-2
/
+2
2014-02-14
docs: let go of *
Matthias Clasen
1
-6
/
+8
2014-02-08
Eradicate links and xrefs
Matthias Clasen
1
-12
/
+8
2014-02-06
Stop using <para> for ids
Matthias Clasen
1
-2
/
+2
2014-02-06
Docs: replace <literal> by `
Matthias Clasen
1
-1
/
+1
2014-02-06
Docs: use quotes instead of firstterm
Matthias Clasen
1
-11
/
+11
2014-02-01
Annotate all examples with their language
Matthias Clasen
1
-11
/
+11
2014-02-01
Docs: Big entity cleanup
Matthias Clasen
1
-8
/
+8
2014-02-01
GObject: Convert docs to markdown
Matthias Clasen
1
-57
/
+8
2014-01-31
Docs: Convert examples to |[ ]|
Matthias Clasen
1
-19
/
+15
2014-01-31
Docs: Don't use the note tag
Matthias Clasen
1
-2
/
+0
2014-01-31
Updated FSF's address
Daniel Mustieles
1
-3
/
+1
2013-12-02
Drop g_trap_object_ref debugging mechanism
Matthias Clasen
1
-12
/
+0
2013-11-23
Document details of GObject::notify
Matthias Clasen
1
-1
/
+11
2013-10-22
gobject: simplify object-in-construction handling
Dan Winship
1
-49
/
+19
2013-10-22
gobject: forbid finalization-during-construction
Dan Winship
1
-10
/
+16
2013-08-14
gobject: Handle ref_count==0 in notify_by_pspec
Nick Schermer
1
-0
/
+3
2013-06-10
GObject: turn add-property-after-init to a warning
Ryan Lortie
1
-2
/
+2
2013-05-29
GObject: prevent installing properties after init
Ryan Lortie
1
-2
/
+7
2013-05-29
Trivial documentation typos
Matthias Clasen
1
-2
/
+2
2013-05-21
Use 'dumb quotes' rather than `really dumb quotes'
Dan Winship
1
-25
/
+25
2013-05-02
gobject: rename an unused parameter to make AIX happy
Dan Winship
1
-2
/
+2
2013-04-26
g_object_new: check for NULL from _constructor()
Ryan Lortie
1
-0
/
+12
2013-04-23
GObject: substantially rework g_object_new()
Ryan Lortie
1
-187
/
+340
2013-04-22
Revert "GObject: prevent installing properties after init"
Ryan Lortie
1
-7
/
+2
2013-04-22
GObject: prevent installing properties after init
Ryan Lortie
1
-2
/
+7
2013-03-15
Doc: clarify a bit g_signal_connect_object()
Sébastien Wilmet
1
-1
/
+1
2012-11-21
GObject: Fix code snippet in description of floating reference.
Kjell Ahlstedt
1
-1
/
+2
2012-11-19
Revert "[gobject] set all properties before constructed()"
Ryan Lortie
1
-4
/
+4
2012-10-08
[gobject] set all properties before constructed()
Ryan Lortie
1
-4
/
+4
2012-10-08
fix g_signal_connect_object() documentation
Ryan Lortie
1
-18
/
+4
2012-09-02
Add an atomic compare-and-exchange operation for object data
Matthias Clasen
1
-1
/
+174
2012-05-28
gobject: Document notify signal deduplication with freeze/thaw
Philip Withnall
1
-2
/
+7
2012-04-27
Add g_clear_pointer()
Xavier Claessens
1
-12
/
+1
2012-02-15
gobject: Use a destructor rather than g_atexit() for refcount debugging
Dan Winship
1
-0
/
+10
2012-01-03
Fix parameter name mismatches in GWeakRef api
Matthias Clasen
1
-23
/
+23
2012-01-02
GWeakRef: add a weak GObject reference believed to be thread-safe
Ryan Lortie
1
-2
/
+237
2012-01-02
g_object_weak_ref, g_object_add_weak_pointer: document non-thread-safety
Simon McVittie
1
-0
/
+9
2011-12-20
GObject: do checks on interface property install
Ryan Lortie
1
-1
/
+7
2011-12-20
GObject: require READ or WRITE on property install
Ryan Lortie
1
-0
/
+1
2011-12-20
GObject: allow G_PARAM_CONSTRUCT on any override
Ryan Lortie
1
-4
/
+1
2011-12-20
GObject: change the order of property checks
Ryan Lortie
1
-20
/
+50
2011-12-20
GObject: fix property override type checks
Ryan Lortie
1
-15
/
+58
2011-12-20
GObject: fixup reversed logic in last commit
Ryan Lortie
1
-1
/
+1
2011-12-20
gobject: Clean up logic in property checks
Ryan Lortie
1
-29
/
+21
2011-12-20
gobject: loosen property override flag restrictions
Ryan Lortie
1
-4
/
+5
2011-12-09
Cosmetic doc change
Matthias Clasen
1
-1
/
+1
2011-11-29
Do not use static GTypeInfo and GInterfaceInfo
Nicola Fontana
1
-1
/
+1
[next]