<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/glib.git/gobject/gobjectnotifyqueue.c, branch pgriffis/wip/resolver-https</title>
<subtitle>gitlab.gnome.org: GNOME/glib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/'/>
<entry>
<title>gobject/: LGPLv2+ -&gt; LGPLv2.1+</title>
<updated>2017-05-24T09:58:19+00:00</updated>
<author>
<name>Sébastien Wilmet</name>
<email>swilmet@gnome.org</email>
</author>
<published>2017-01-05T13:09:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=6b948d9613f2dcdec72828f3429ba01403063ff2'/>
<id>6b948d9613f2dcdec72828f3429ba01403063ff2</id>
<content type='text'>
All gobject/*.{c,h} files have been processed.

gmarshal.c and gmarshal.h don't have a license header.

https://bugzilla.gnome.org/show_bug.cgi?id=776504
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All gobject/*.{c,h} files have been processed.

gmarshal.c and gmarshal.h don't have a license header.

https://bugzilla.gnome.org/show_bug.cgi?id=776504
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated FSF's address</title>
<updated>2014-01-31T13:31:55+00:00</updated>
<author>
<name>Daniel Mustieles</name>
<email>daniel.mustieles@gmail.com</email>
</author>
<published>2014-01-23T11:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=078dbda148a81af1b3a76fbda72f089b963087f1'/>
<id>078dbda148a81af1b3a76fbda72f089b963087f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[notify] add warning to gobjectnotifyqueue.c</title>
<updated>2011-11-16T17:50:13+00:00</updated>
<author>
<name>Ryan Lortie</name>
<email>desrt@desrt.ca</email>
</author>
<published>2011-11-16T15:45:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=9253f38a908f4b3304e2e195c87aad7b098e8bac'/>
<id>9253f38a908f4b3304e2e195c87aad7b098e8bac</id>
<content type='text'>
Mention that this file gets installed, so people should probably not
modify it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mention that this file gets installed, so people should probably not
modify it.
</pre>
</div>
</content>
</entry>
<entry>
<title>notifyqueue: Dedup pspecs when adding</title>
<updated>2010-08-06T21:35:24+00:00</updated>
<author>
<name>Benjamin Otte</name>
<email>otte@redhat.com</email>
</author>
<published>2010-08-06T21:15:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=4ac7f8f08433c37cf0a69cdea601514a0c06c1b6'/>
<id>4ac7f8f08433c37cf0a69cdea601514a0c06c1b6</id>
<content type='text'>
The previous code dedup'd when thawing and threw nasty warnings your way
if you notified too often. This can now easily be avoided.

Performance should be roughly identical, as both are O(n²).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous code dedup'd when thawing and threw nasty warnings your way
if you notified too often. This can now easily be avoided.

Performance should be roughly identical, as both are O(n²).
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "notify: Remove unused g_object_notify_queue_clear()"</title>
<updated>2010-07-23T08:52:51+00:00</updated>
<author>
<name>Benjamin Otte</name>
<email>otte@redhat.com</email>
</author>
<published>2010-07-23T08:51:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=86040bb2eb11ad9501cc0c94754e8d8f29ba8f17'/>
<id>86040bb2eb11ad9501cc0c94754e8d8f29ba8f17</id>
<content type='text'>
This reverts commit 0201a81f04ae5fd46c6db25859e90dde1fc35d4b and adds
locks in the right place.

As this file is a public header (see last commit), we cannot just remove
functions from it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 0201a81f04ae5fd46c6db25859e90dde1fc35d4b and adds
locks in the right place.

As this file is a public header (see last commit), we cannot just remove
functions from it.
</pre>
</div>
</content>
</entry>
<entry>
<title>notify: Readd g_object_notify_queue_from_object()</title>
<updated>2010-07-23T08:52:51+00:00</updated>
<author>
<name>Benjamin Otte</name>
<email>otte@redhat.com</email>
</author>
<published>2010-07-23T08:49:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=2819dd60b7b2feaa0609c1017e20105852ca92e4'/>
<id>2819dd60b7b2feaa0609c1017e20105852ca92e4</id>
<content type='text'>
gobjectnotifyqueue.c is a public header, so we cannot remove files from
it. (Yes you read that right, this .c file is a public header. See your
installation directory.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gobjectnotifyqueue.c is a public header, so we cannot remove files from
it. (Yes you read that right, this .c file is a public header. See your
installation directory.)
</pre>
</div>
</content>
</entry>
<entry>
<title>notify: Make dedup code clearer</title>
<updated>2010-07-22T19:56:21+00:00</updated>
<author>
<name>Benjamin Otte</name>
<email>otte@redhat.com</email>
</author>
<published>2010-07-22T19:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=0483ef000ae323415bb0c7b762dd587f1384b1f3'/>
<id>0483ef000ae323415bb0c7b762dd587f1384b1f3</id>
<content type='text'>
A for loops seems easier to understand to me than gotos.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A for loops seems easier to understand to me than gotos.
</pre>
</div>
</content>
</entry>
<entry>
<title>notify: Make GObject property change notifications thread safe</title>
<updated>2010-07-22T19:56:20+00:00</updated>
<author>
<name>Olivier Crête</name>
<email>olivier.crete@collabora.co.uk</email>
</author>
<published>2010-07-22T19:26:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=9026b11e380a9b6479c0fcb852a5aba297ed9dd4'/>
<id>9026b11e380a9b6479c0fcb852a5aba297ed9dd4</id>
<content type='text'>
Adds locking around object property change notification handling. The
notifications are only emitted after all threads have called
g_object_thaw_notify().

https://bugzilla.gnome.org/show_bug.cgi?id=166020
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds locking around object property change notification handling. The
notifications are only emitted after all threads have called
g_object_thaw_notify().

https://bugzilla.gnome.org/show_bug.cgi?id=166020
</pre>
</div>
</content>
</entry>
<entry>
<title>notify: Remove g_object_notify_queue_from_object()</title>
<updated>2010-07-22T19:56:20+00:00</updated>
<author>
<name>Olivier Crête</name>
<email>olivier.crete@collabora.co.uk</email>
</author>
<published>2010-07-22T19:20:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=65797f7e54061a21866261d00a1c5533cd6a4f81'/>
<id>65797f7e54061a21866261d00a1c5533cd6a4f81</id>
<content type='text'>
The function will not be safe with object locking in place, so we remove
it. The workaround is somewhat ugly, but it works.

https://bugzilla.gnome.org/show_bug.cgi?id=166020
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The function will not be safe with object locking in place, so we remove
it. The workaround is somewhat ugly, but it works.

https://bugzilla.gnome.org/show_bug.cgi?id=166020
</pre>
</div>
</content>
</entry>
<entry>
<title>notify: Refactor g_object_notify_queue_thaw()</title>
<updated>2010-07-22T19:56:20+00:00</updated>
<author>
<name>Olivier Crête</name>
<email>olivier.crete@collabora.co.uk</email>
</author>
<published>2010-07-22T18:25:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=83026092eba98c2e6e0a96112555f980382a99e7'/>
<id>83026092eba98c2e6e0a96112555f980382a99e7</id>
<content type='text'>
This adds better error reporting and simplifies the code for adding
thread safety.

https://bugzilla.gnome.org/show_bug.cgi?id=166020
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds better error reporting and simplifies the code for adding
thread safety.

https://bugzilla.gnome.org/show_bug.cgi?id=166020
</pre>
</div>
</content>
</entry>
</feed>
