<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/libsigc++/Makefile, branch pkgsrc_2012Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2012-02-05T08:40:46Z</updated>
<entry>
<title>Update libsigc++ to 2.2.10.</title>
<updated>2012-02-05T08:40:46Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2012-02-05T08:40:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4311b9c76ec26ae05771dcbc162ad1f2eeef235a'/>
<id>urn:sha1:4311b9c76ec26ae05771dcbc162ad1f2eeef235a</id>
<content type='text'>
(while here, set test target.)

2.2.10:

* slot_rep: Avoid access to deleted object in notify(),
	and test case.
	(Kjell Ahlstedt ) Bug #564005 (Alexander Shaduri)
* Mention visit_each() in the documentation of sigc::adapts.
  (Thomas Rydzynski)
</content>
</entry>
<entry>
<title>Changes 2.2.9:</title>
<updated>2011-03-10T11:03:11Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2011-03-10T11:03:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f4b9f34c73b39cc43efe99258dec9ec66b2290d9'/>
<id>urn:sha1:f4b9f34c73b39cc43efe99258dec9ec66b2290d9</id>
<content type='text'>
* trackable: Avoid calling the same callback function twice, fixing some
  memory corruption.
* Minor documentation corrections.
* Fix the build with GCC 4.6
* Windows build fixes for MSVC++ .Net 2005 and 2010
</content>
</entry>
<entry>
<title>Update to 2.2.8:</title>
<updated>2010-06-15T11:27:51Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2010-06-15T11:27:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=47334c565f7bab572f8b13957fd21a55e81cf1e3'/>
<id>urn:sha1:47334c565f7bab572f8b13957fd21a55e81cf1e3</id>
<content type='text'>
Nothing interesting. Just a small change for library.gnome.org.
</content>
</entry>
<entry>
<title>Changes 2.2.7:</title>
<updated>2010-05-21T09:52:59Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2010-05-21T09:52:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=327536af93269fedf266b3e0a27a65d6a38418c8'/>
<id>urn:sha1:327536af93269fedf266b3e0a27a65d6a38418c8</id>
<content type='text'>
* Documentation:
  - Added main page text with doxygen.
  - Fix the functors Doxygen group.
  - Tutorial: Removed outdated marshallers section that had no working example.
</content>
</entry>
<entry>
<title>Update to 2.2.6:</title>
<updated>2010-05-02T11:52:13Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2010-05-02T11:52:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1b5f8ad46b1aee667801b97afdaef6bbc7263b1f'/>
<id>urn:sha1:1b5f8ad46b1aee667801b97afdaef6bbc7263b1f</id>
<content type='text'>
2.2.6:

* Slight documentation changes.
  (Murray Cumming) Bug #614741 (Armin Burgmeier)

2.2.5:

* Accumulators: Allow return types that are different to the signal's.
  (Krzysztof Kosiński)
* Documentation:
  - Disable collaboration graphs in documentation
  - Use non-blurry font for graph labels.
  (Daniel Elstner)
  - sigc::hide() correction: It always only hides one signal argument.
  (Michael Hasselmann)
* Fix the MSVC++ build.
  (Armin Burgmeier)
</content>
</entry>
<entry>
<title>Update to 2.2.4.2:</title>
<updated>2009-10-31T01:49:08Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2009-10-31T01:49:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1ef22f5940787c9a1bb057e2cb602d5697f09f1a'/>
<id>urn:sha1:1ef22f5940787c9a1bb057e2cb602d5697f09f1a</id>
<content type='text'>
2.2.4.2 (stable):

* Namespace sigc is now documented, in order to make large chunks of the
  reference reappear.  (Daniel Elstner)
* The shipped reference documentation has been regenerated using Doxygen
  1.6.1, so that the document type is now XHTML 1.0.  (Daniel Elstner)
* The shipped Devhelp file has been generated with a newer version of the
  XSLT script in mm-common, so that documentation groups no longer appear
  as namespace prefixes in the keyword list.  (Daniel Elstner)

2.2.4.1 (stable):

* Reenable the per-class hierarchy graphs in the reference documentation.
  (Daniel Elstner)
* Drop the custom HTML header and footer, and use the shared doxygen.css
  file from mm-common. (Daniel Elstner)

2.2.4 (stable):

* New build system based on mm-common. The mm-common module is now
  required for building from the git repository, but not for builds
  of release archives. (Daniel Elstner)
* The public reference documentation is now hosted on library.gnome.org.
  (Frédéric Péters, Daniel Elstner)
</content>
</entry>
<entry>
<title>Update to 2.2.3:</title>
<updated>2008-10-16T21:49:12Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2008-10-16T21:49:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8769a97a741f2204333362f5ce7fa651b5adf8dd'/>
<id>urn:sha1:8769a97a741f2204333362f5ce7fa651b5adf8dd</id>
<content type='text'>
2.2.3 (stable):

* Windows:
  - Added project files (and property sheets) for
  MSVC++ 2005 and 2008.
  (Armin Burgmeier)
  - Removed unnecessary dependency on afxrefs.h, so it builds
  with MSVC++ Express editions.
  (Cedric Gustin)
</content>
</entry>
<entry>
<title>Explicitly add pax dependency in those Makefiles that use it (or have</title>
<updated>2008-05-25T21:42:20Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-05-25T21:42:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7622068693aac7291caeacb4e6c439b5b70d4984'/>
<id>urn:sha1:7622068693aac7291caeacb4e6c439b5b70d4984</id>
<content type='text'>
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
</content>
</entry>
<entry>
<title>Update to 2.2.2:</title>
<updated>2008-04-24T20:47:05Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2008-04-24T20:47:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4e9b83a156a3d986a19eadd1d7524e500b6b0162'/>
<id>urn:sha1:4e9b83a156a3d986a19eadd1d7524e500b6b0162</id>
<content type='text'>
2.2.2 (stable)

* Added an include of functors/slot.h that was mistakenly removed
  during the 2.1 series.
  (Deng Xiyue) Bug #521418.

2.2.1 (stable):

* Really fix the build with Sun CC.
  (Elaine Xiong. Bug #302098)

2.2.0 (stable):

* Build fixes when using gcc 4.3 pre-releases.
  (Ryan Hill, Vladimir Marek)
</content>
</entry>
<entry>
<title>update to 2.1.1</title>
<updated>2007-11-22T20:41:56Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2007-11-22T20:41:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=80ca3f6f49aac2a502f1df3d9eccd822a71e1304'/>
<id>urn:sha1:80ca3f6f49aac2a502f1df3d9eccd822a71e1304</id>
<content type='text'>
This switches to the gnome-2.20 tree.
</content>
</entry>
</feed>
