Re: [sigc] ANNOUNCE: libsigc++ 2.0.4



Murray, could you please commit the new tarball to gnome.org?
I've messed around with my ssh-key and can't restore my access to master.gnome.org without sysadmin-help (already contacted) :-(
Embarrassing!

Thanks!

 Martin


Am 31.08.2004 22:11:00 schrieb(en) Martin Schulze:
*** libsigc++ 2.0

libsigc++ implements a typesafe callback system for standard C++. It
allows you to define signals and to connect those signals to any
callback function, either global or a member function, regardless of
whether it is static or virtual.

libsigc++ is used by gtkmm to wrap the GTK+ signal system. It does not
depend on GTK or gtkmm.

Further information about the major release 2.0 is available on the
libsigc++ project home page: http://libsigc.sourceforge.net/


*** Changes:

2.0.4:

* Fixed warnings and compiler errors in the test cases.
* Added a new test case (Murray Cumming).
* Fixed 'hello_world' example.
* Don't test optional features that fail with the Sun FORTE.
* Fixes for the Sun FORTE to compile out-of-the-box
 (Damien Carbery, Murray Cumming, Martin Schulze).
* Fixes for MSVC to build a DLL out-of-the-box (James Lin).
* Improved compiler specific configuration during 'configure'.
* Added rpm description file libsigc++-2.0.spec (Eric Bourque).
* Minor documentation improvements (Murray Cumming).
* Resolved bugs: #147311 #147313 #147391 #144846 #145541


*** Download:

libsigc++ is available for download here:
http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.0/
http://libsigc.sourceforge.net/

A reference documentation for libsigc++ 2.0 can be found here:
http://libsigc.sourceforge.net/libsigc2/docs/


*** Known issues:

* This release has only been tested with gcc-3.3. It should
at least also compile with:
- gcc >= 3.2
- cygwin (gcc >= 3.2)
- mingw32
- Microsoft Visual Studio .Net 2003
- Sun Forte C++ compiler >= 5.5
- Intel compiler
Please report any troubles you encounter with these compilers!
You are also invited to try a compiler that is not listed above.

* When the compatibility module is used with "using namespace SigC",
gcc-3.2 reports conflicts of SigC::slot() with struct sigc::slot.
A fishy work-around has been disabled to support the .Net compiler.

* Documentation of the lambda functionality is still incomplete.

* Examples for the "API improvements" section must be written and
uploaded to the web site.


Regards,

 Martin
_______________________________________________
libsigc-list mailing list
libsigc-list gnome org
http://mail.gnome.org/mailman/listinfo/libsigc-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]