<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>openSUSE Lizards &#187; Michael Andres</title>
	<atom:link href="http://lizards.opensuse.org/author/mlandres/feed/" rel="self" type="application/rss+xml" />
	<link>http://lizards.opensuse.org</link>
	<description></description>
	<pubDate>Wed, 27 Aug 2008 19:45:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Boost signals as hooks to extend libzypp?</title>
		<link>http://lizards.opensuse.org/2008/06/09/boost-signals-as-hooks-to-extend-libzypp/</link>
		<comments>http://lizards.opensuse.org/2008/06/09/boost-signals-as-hooks-to-extend-libzypp/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 12:56:48 +0000</pubDate>
		<dc:creator>Michael Andres</dc:creator>
		
		<category><![CDATA[Software Management]]></category>

		<category><![CDATA[libzypp]]></category>

		<guid isPermaLink="false">http://lizards.opensuse.org/?p=53</guid>
		<description><![CDATA[It would be nice if libzypp had some framework that allowed to implement extensions like e.g. a history of installed and  removed packages easily.
I&#8217;m currently looking into the  boost signals library to see if we could use it to provide hooks for such extensions.
A  future  ZYpp::commit would then emit signals e.g. before and after [...]]]></description>
			<content:encoded><![CDATA[<p>It would be nice if libzypp had some framework that allowed to implement extensions like e.g. a history of installed and  removed packages easily.</p>
<p>I&#8217;m currently looking into the  <a href="http://www.boost.org/doc/libs/1_35_0/doc/html/signals.html">boost signals library</a> to see if we could use it to provide hooks for such extensions.</p>
<p>A  future  ZYpp::commit would then emit signals e.g. before and after installation/deletion of packages. Some extension code could then connect to those signals to create e.g. such a history.</p>
<p>Another candidate would be the repository management emitting signals as repositories are added removed refreshed.</p>
]]></content:encoded>
			<wfw:commentRss>http://lizards.opensuse.org/2008/06/09/boost-signals-as-hooks-to-extend-libzypp/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
