*** 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 is available on the libsigc++ project home page: http://libsigc.sourceforge.net/ *** Changes: 2.0.7: * Now builds with the following compilers, in addition to the existing GNU g++, SUN Forte CC 5.5, MSVC++ .Net 2003, and Intel compilers: - IBM AIX xlC v7 - Tru64 C++ V6.5-042 - IRIX MIPSpro 7.4.2m (Older versions of all these compilers might also work.) (Murray Cumming, www.thewrittenword.com) * MSVC++ .Net 2003 build improvements. (Cedric Gustin, Timothy M. Shead) * Replace C-style casts with reinterpret_cast<> and static_cast<>. (e97_far at e.kth.se). * Documentation: Added manual, based on the manual in libsigc++ 1.2, but updated for the new API. (Murray Cumming) *** Supported Platforms: - gcc >= 3.2 - cygwin (gcc >= 3.2) - mingw32 - Microsoft Visual Studio .Net 2003 - Sun Forte C++ compiler >= 5.5 - Compaq C++ compiler - Intel compiler - IBM AIX xlC v7 - Tru64 C++ V6.5-042 - IRIX MIPSpro 7.4.2m Please report any troubles you encounter with these compilers. You are also invited to try a compiler that is not listed above. *** Download: libsigc++ is available for download here: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.0/ Reference documentation for libsigc++ 2.0 can be found here: http://libsigc.sourceforge.net/libsigc2/docs/ -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gnome-announce-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-announce-list
