pkgsrc/devel/libsigc++/PLIST

673 lines
51 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.20 2016/11/25 15:39:51 prlw1 Exp $
include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h
include/sigc++-2.0/sigc++/adaptors/adaptors.h
include/sigc++-2.0/sigc++/adaptors/bind.h
include/sigc++-2.0/sigc++/adaptors/bind_return.h
include/sigc++-2.0/sigc++/adaptors/bound_argument.h
include/sigc++-2.0/sigc++/adaptors/compose.h
include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h
include/sigc++-2.0/sigc++/adaptors/exception_catch.h
include/sigc++-2.0/sigc++/adaptors/hide.h
include/sigc++-2.0/sigc++/adaptors/lambda/base.h
include/sigc++-2.0/sigc++/adaptors/lambda/select.h
include/sigc++-2.0/sigc++/adaptors/retype.h
include/sigc++-2.0/sigc++/adaptors/retype_return.h
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
include/sigc++-2.0/sigc++/adaptors/track_obj.h
include/sigc++-2.0/sigc++/bind.h
include/sigc++-2.0/sigc++/bind_return.h
include/sigc++-2.0/sigc++/connection.h
include/sigc++-2.0/sigc++/functors/functor_trait.h
include/sigc++-2.0/sigc++/functors/functors.h
include/sigc++-2.0/sigc++/functors/mem_fun.h
include/sigc++-2.0/sigc++/functors/ptr_fun.h
include/sigc++-2.0/sigc++/functors/slot.h
include/sigc++-2.0/sigc++/functors/slot_base.h
include/sigc++-2.0/sigc++/limit_reference.h
include/sigc++-2.0/sigc++/reference_wrapper.h
include/sigc++-2.0/sigc++/retype_return.h
include/sigc++-2.0/sigc++/sigc++.h
include/sigc++-2.0/sigc++/signal.h
include/sigc++-2.0/sigc++/signal_base.h
include/sigc++-2.0/sigc++/slot.h
include/sigc++-2.0/sigc++/trackable.h
include/sigc++-2.0/sigc++/type_traits.h
include/sigc++-2.0/sigc++/visit_each.h
lib/libsigc-2.0.la
lib/pkgconfig/sigc++-2.0.pc
lib/sigc++-2.0/include/sigc++config.h
share/devhelp/books/libsigc++-2.0/libsigc++-2.0.devhelp2
share/doc/libsigc++-2.0/images/libsigc_logo.gif
share/doc/libsigc++-2.0/images/top.gif
share/doc/libsigc++-2.0/index.html
share/doc/libsigc++-2.0/reference/html/annotated.html
share/doc/libsigc++-2.0/reference/html/arrowdown.png
share/doc/libsigc++-2.0/reference/html/arrowright.png
share/doc/libsigc++-2.0/reference/html/bc_s.png
share/doc/libsigc++-2.0/reference/html/bdwn.png
share/doc/libsigc++-2.0/reference/html/classes.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__argument-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__argument.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__argument_3_01const__reference__wrapper_3_01T__wrapped_01_4_01_4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__argument_3_01const__reference__wrapper_3_01T__wrapped_01_4_01_4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__argument_3_01reference__wrapper_3_01T__wrapped_01_4_01_4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__argument_3_01reference__wrapper_3_01T__wrapped_01_4_01_4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__argument_3_01std_1_1reference__wrapper_3_01T__wrapped_01_4_01_4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__argument_3_01std_1_1reference__wrapper_3_01T__wrapped_01_4_01_4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor0-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor0.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor0__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor1-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor1.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor1__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor2-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor2.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor2__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor3-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor3.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor3__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor4__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor5-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor5.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor5__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor6-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor6.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor6__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor7-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor7.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__mem__functor7__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor0-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor0.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor0__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor1-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor1.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor1__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor2-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor2.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor2__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor3-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor3.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor3__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor4__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor5-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor5.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor5__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor6-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor6.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor6__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor7-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor7.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__const__volatile__mem__functor7__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor0-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor0.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor0__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor1-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor1.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor1__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor2-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor2.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor2__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor3-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor3.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor3__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor4__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor5-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor5.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor5__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor6-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor6.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor6__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor7-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor7.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__mem__functor7__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor0-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor0.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor0__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor1-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor1.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor1__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor2-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor2.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor2__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor3-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor3.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor3__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor4__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor5-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor5.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor5__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor6-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor6.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor6__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor7-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor7.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1bound__volatile__mem__functor7__inherit__graph.png
Update libsigc++ to 2.6.1: 2.6.1 (stable): * Add back deprecated adaptors/lambda API to avoid an unintented ABI break. (Kjell Ahlstedt) Bug #755550 (Michael Biebl) * sigc::trackable: Move operations: Don't move the callback list (Kjell Ahlstedt) Bug #755393 (Tom Schoonjans) 2.6.0 (stable): * C++11: deduce_result_type: Simplify with C++11 variadic template. (Murray Cumming, Marcin Kolny) Bug #753612 * Fix the build with MSVC. (Chun-wei Fan) Bug #754082 * Update the website. (Kjell Ahlstedt) 2.5.4 (unstable): * slot_base::operator=(const &): Copy the blocked too, so the destionation is blocked if the source is blocked, regardless of whether the destionation was previously blocked, because this seems to be what we should expect. (Murray Cumming) * C++11: slot_base, slot*, signal_base, signal*, trackable: Add move operations. (Murray Cumming) * Update MSVC Projects, requiring at least MSVC++ .Net 2013 for C++11 support. (Chun-wei Fan) 2.5.3 (unstable): * Use C++11 "using" aliases to simplify code that uses type traits. (Murray Cumming) Bug #753580 2.5.2 (unstable): * Remove useless headers: sigc++/class_slot.h sigc++/hide.h sigc++/method_slot.h sigc++/object.h sigc++/object_slot.h sigc++/retype.h Some of these still have equivalents in sigc++/adaptors/ (Kjell Ahlstedt, Murray Cumming) Bug #752560 * C++11: Replace deprecated std::auto_ptr by std::unique_ptr. (Kjell Ahlstedt) * C++11: Use std::is_base_of<> instead of our sigc::is_base_and_derived<>, removing sigc::is_base_and_derived<>. (Kjell Ahlstedt, Murray Cumming) Bug #752560 * C++11: Use of range-based for loops. (Murray Cumming) * C++11: Use of the auto keyword. (Murray Cumming) * C++11: Use of nullptr instead of 0. (Murray Cumming) * sigc++/slot.h: Use a regular .h file instead of generating it from an .m4 file. Bug #752560 (Kjell Ahlstedt) * Visual Studio Builds: Move 2010 Projects to 2012 to support C++11. (Chun-wei Fan) * Use -Wformat-security and -Wshadow with --enable-warnings=fatal. (Murray Cumming) 2.5.1 (unstable): * Use (and require) C++11 (Kjell Ahlstedt) * Using C++11 lambda functions to create sigc::slots: Avoid the need for SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE. (Kjell Ahlstedt) * Remove the already-deprecated sigc::lambda (and sigc::group) API. This is an API change but should not be an ABI change, so it should only affect you when rebuilding applications, if you use this API. (Murray Cumming, Kjell Ahlstedt)
2015-10-15 13:04:37 +02:00
share/doc/libsigc++-2.0/reference/html/classsigc_1_1can__deduce__result__type__with__decltype-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1can__deduce__result__type__with__decltype.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__limit__reference-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__limit__reference.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__limit__reference_3_01T__type_00_01true_01_4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__limit__reference_3_01T__type_00_01true_01_4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor0-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor0.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor0__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor1-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor1.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor1__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor2-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor2.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor2__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor3-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor3.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor3__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor4__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor5-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor5.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor5__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor6-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor6.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor6__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor7-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor7.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__mem__functor7__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__limit__reference-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__limit__reference.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__limit__reference_3_01T__type_00_01true_01_4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__limit__reference_3_01T__type_00_01true_01_4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor0-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor0.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor0__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor1-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor1.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor1__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor2-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor2.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor2__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor3-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor3.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor3__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor4__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor5-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor5.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor5__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor6-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor6.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor6__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor7-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor7.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1const__volatile__mem__functor7__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1limit__reference-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1limit__reference.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1limit__reference_3_01T__type_00_01true_01_4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1limit__reference_3_01T__type_00_01true_01_4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor0-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor0.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor0__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor1-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor1.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor1__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor2-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor2.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor2__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor3-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor3.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor3__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor4__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor5-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor5.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor5__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor6-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor6.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor6__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor7-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor7.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1mem__functor7__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor0-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor0.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor0__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor1-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor1.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor1__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor2-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor2.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor2__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor3-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor3.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor3__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor4__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor5-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor5.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor5__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor6-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor6.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor6__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor7-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor7.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1pointer__functor7__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal0-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal0.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal0__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal1-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal1.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal1__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal2-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal2.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal2__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal3-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal3.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal3__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal4__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal5-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal5.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal5__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal6-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal6.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal6__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal7-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal7.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal7__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_1_1accumulated-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_1_1accumulated.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_1_1accumulated__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_08_4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_08_4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_00_01T__arg3_08_4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_00_01T__arg3_08_4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_00_01T__arg3_08_4_1_1accumulated.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_00_01T__arg3_08_4__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_08_4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_08_4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_08_4_1_1accumulated-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_08_4_1_1accumulated.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_08_4_1_1accumulated__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_00_01T__arg2_08_4__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_08_4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_08_4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_08_4_1_1accumulated-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_08_4_1_1accumulated.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_08_4_1_1accumulated__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07T__arg1_08_4__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07_08_4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07_08_4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07_08_4_1_1accumulated-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07_08_4_1_1accumulated.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07_08_4_1_1accumulated__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal_3_01T__return_07_08_4__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1signal__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot0-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot0.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot0__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot1-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot1.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot1__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot2-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot2.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot2__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot3-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot3.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot3__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot4__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot5-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot5.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot5__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot6-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot6.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot6__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot7-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot7.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot7__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot_3_01T__return_07T__arg_8_8_8_08_4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot_3_01T__return_07T__arg_8_8_8_08_4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot_3_01T__return_07T__arg_8_8_8_08_4__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot__base-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot__base.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot__base__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1slot__inherit__graph.png
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor1-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor1.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor1__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor2-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor2.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor2__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor3-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor3.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor3__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor4__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor5-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor5.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor5__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor6-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor6.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor6__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor7-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor7.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1track__obj__functor7__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__limit__reference-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__limit__reference.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__limit__reference_3_01T__type_00_01true_01_4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__limit__reference_3_01T__type_00_01true_01_4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor0-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor0.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor0__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor1-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor1.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor1__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor2-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor2.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor2__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor3-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor3.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor3__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor4-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor4.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor4__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor5-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor5.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor5__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor6-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor6.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor6__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor7-members.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor7.html
share/doc/libsigc++-2.0/reference/html/classsigc_1_1volatile__mem__functor7__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/closed.png
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/deprecated.html
share/doc/libsigc++-2.0/reference/html/dir_0bd3c8d814eb03171de012519d7a2ccd.html
share/doc/libsigc++-2.0/reference/html/dir_5c02128c554eaa40138b2e605fc08970.html
share/doc/libsigc++-2.0/reference/html/dir_5fbc72877197f8c6013d0f619df5433c.html
share/doc/libsigc++-2.0/reference/html/dir_ea4abdd77c05d5873cecf571a6d96de7.html
share/doc/libsigc++-2.0/reference/html/doc.png
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/doxygen-extra.css
share/doc/libsigc++-2.0/reference/html/doxygen.css
share/doc/libsigc++-2.0/reference/html/doxygen.png
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/dynsections.js
share/doc/libsigc++-2.0/reference/html/folderclosed.png
share/doc/libsigc++-2.0/reference/html/folderopen.png
share/doc/libsigc++-2.0/reference/html/functions.html
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/functions_b.html
share/doc/libsigc++-2.0/reference/html/functions_c.html
share/doc/libsigc++-2.0/reference/html/functions_d.html
share/doc/libsigc++-2.0/reference/html/functions_e.html
share/doc/libsigc++-2.0/reference/html/functions_f.html
share/doc/libsigc++-2.0/reference/html/functions_func.html
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/functions_func_b.html
share/doc/libsigc++-2.0/reference/html/functions_func_c.html
share/doc/libsigc++-2.0/reference/html/functions_func_d.html
share/doc/libsigc++-2.0/reference/html/functions_func_e.html
share/doc/libsigc++-2.0/reference/html/functions_func_f.html
share/doc/libsigc++-2.0/reference/html/functions_func_h.html
share/doc/libsigc++-2.0/reference/html/functions_func_i.html
share/doc/libsigc++-2.0/reference/html/functions_func_l.html
share/doc/libsigc++-2.0/reference/html/functions_func_m.html
share/doc/libsigc++-2.0/reference/html/functions_func_n.html
share/doc/libsigc++-2.0/reference/html/functions_func_o.html
share/doc/libsigc++-2.0/reference/html/functions_func_p.html
share/doc/libsigc++-2.0/reference/html/functions_func_r.html
share/doc/libsigc++-2.0/reference/html/functions_func_s.html
share/doc/libsigc++-2.0/reference/html/functions_func_t.html
share/doc/libsigc++-2.0/reference/html/functions_func_u.html
share/doc/libsigc++-2.0/reference/html/functions_func_v.html
share/doc/libsigc++-2.0/reference/html/functions_func_~.html
share/doc/libsigc++-2.0/reference/html/functions_g.html
share/doc/libsigc++-2.0/reference/html/functions_h.html
share/doc/libsigc++-2.0/reference/html/functions_i.html
share/doc/libsigc++-2.0/reference/html/functions_l.html
share/doc/libsigc++-2.0/reference/html/functions_m.html
share/doc/libsigc++-2.0/reference/html/functions_n.html
share/doc/libsigc++-2.0/reference/html/functions_o.html
share/doc/libsigc++-2.0/reference/html/functions_p.html
share/doc/libsigc++-2.0/reference/html/functions_r.html
share/doc/libsigc++-2.0/reference/html/functions_s.html
share/doc/libsigc++-2.0/reference/html/functions_t.html
share/doc/libsigc++-2.0/reference/html/functions_type.html
share/doc/libsigc++-2.0/reference/html/functions_type_c.html
share/doc/libsigc++-2.0/reference/html/functions_type_d.html
share/doc/libsigc++-2.0/reference/html/functions_type_e.html
share/doc/libsigc++-2.0/reference/html/functions_type_f.html
share/doc/libsigc++-2.0/reference/html/functions_type_g.html
share/doc/libsigc++-2.0/reference/html/functions_type_i.html
share/doc/libsigc++-2.0/reference/html/functions_type_p.html
share/doc/libsigc++-2.0/reference/html/functions_type_r.html
share/doc/libsigc++-2.0/reference/html/functions_type_s.html
share/doc/libsigc++-2.0/reference/html/functions_type_t.html
share/doc/libsigc++-2.0/reference/html/functions_type_v.html
share/doc/libsigc++-2.0/reference/html/functions_u.html
share/doc/libsigc++-2.0/reference/html/functions_v.html
share/doc/libsigc++-2.0/reference/html/functions_vars.html
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/functions_~.html
share/doc/libsigc++-2.0/reference/html/graph_legend.html
share/doc/libsigc++-2.0/reference/html/graph_legend.png
share/doc/libsigc++-2.0/reference/html/group__adaptors.html
share/doc/libsigc++-2.0/reference/html/group__bind.html
share/doc/libsigc++-2.0/reference/html/group__compose.html
share/doc/libsigc++-2.0/reference/html/group__exception__catch.html
share/doc/libsigc++-2.0/reference/html/group__hide.html
share/doc/libsigc++-2.0/reference/html/group__mem__fun.html
share/doc/libsigc++-2.0/reference/html/group__ptr__fun.html
share/doc/libsigc++-2.0/reference/html/group__retype.html
share/doc/libsigc++-2.0/reference/html/group__sigcfunctors.html
share/doc/libsigc++-2.0/reference/html/group__signal.html
share/doc/libsigc++-2.0/reference/html/group__slot.html
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/group__track__obj.html
share/doc/libsigc++-2.0/reference/html/hierarchy.html
share/doc/libsigc++-2.0/reference/html/index.html
share/doc/libsigc++-2.0/reference/html/inherit_graph_0.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_1.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_10.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_11.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_12.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_13.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_14.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_15.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_16.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_17.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_18.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_19.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_2.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_20.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_21.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_22.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_23.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_24.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_25.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_26.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_27.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_28.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_29.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_3.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_30.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_31.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_32.png
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/inherit_graph_33.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_34.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_35.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_36.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_37.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_38.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_39.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_4.png
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/inherit_graph_40.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_41.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_42.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_43.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_44.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_45.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_46.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_47.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_48.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_49.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_5.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_6.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_7.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_8.png
share/doc/libsigc++-2.0/reference/html/inherit_graph_9.png
share/doc/libsigc++-2.0/reference/html/inherits.html
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/jquery.js
share/doc/libsigc++-2.0/reference/html/modules.html
share/doc/libsigc++-2.0/reference/html/namespacemembers.html
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/namespacemembers_c.html
Update libsigc++ to 2.6.1: 2.6.1 (stable): * Add back deprecated adaptors/lambda API to avoid an unintented ABI break. (Kjell Ahlstedt) Bug #755550 (Michael Biebl) * sigc::trackable: Move operations: Don't move the callback list (Kjell Ahlstedt) Bug #755393 (Tom Schoonjans) 2.6.0 (stable): * C++11: deduce_result_type: Simplify with C++11 variadic template. (Murray Cumming, Marcin Kolny) Bug #753612 * Fix the build with MSVC. (Chun-wei Fan) Bug #754082 * Update the website. (Kjell Ahlstedt) 2.5.4 (unstable): * slot_base::operator=(const &): Copy the blocked too, so the destionation is blocked if the source is blocked, regardless of whether the destionation was previously blocked, because this seems to be what we should expect. (Murray Cumming) * C++11: slot_base, slot*, signal_base, signal*, trackable: Add move operations. (Murray Cumming) * Update MSVC Projects, requiring at least MSVC++ .Net 2013 for C++11 support. (Chun-wei Fan) 2.5.3 (unstable): * Use C++11 "using" aliases to simplify code that uses type traits. (Murray Cumming) Bug #753580 2.5.2 (unstable): * Remove useless headers: sigc++/class_slot.h sigc++/hide.h sigc++/method_slot.h sigc++/object.h sigc++/object_slot.h sigc++/retype.h Some of these still have equivalents in sigc++/adaptors/ (Kjell Ahlstedt, Murray Cumming) Bug #752560 * C++11: Replace deprecated std::auto_ptr by std::unique_ptr. (Kjell Ahlstedt) * C++11: Use std::is_base_of<> instead of our sigc::is_base_and_derived<>, removing sigc::is_base_and_derived<>. (Kjell Ahlstedt, Murray Cumming) Bug #752560 * C++11: Use of range-based for loops. (Murray Cumming) * C++11: Use of the auto keyword. (Murray Cumming) * C++11: Use of nullptr instead of 0. (Murray Cumming) * sigc++/slot.h: Use a regular .h file instead of generating it from an .m4 file. Bug #752560 (Kjell Ahlstedt) * Visual Studio Builds: Move 2010 Projects to 2012 to support C++11. (Chun-wei Fan) * Use -Wformat-security and -Wshadow with --enable-warnings=fatal. (Murray Cumming) 2.5.1 (unstable): * Use (and require) C++11 (Kjell Ahlstedt) * Using C++11 lambda functions to create sigc::slots: Avoid the need for SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE. (Kjell Ahlstedt) * Remove the already-deprecated sigc::lambda (and sigc::group) API. This is an API change but should not be an ABI change, so it should only affect you when rebuilding applications, if you use this API. (Murray Cumming, Kjell Ahlstedt)
2015-10-15 13:04:37 +02:00
share/doc/libsigc++-2.0/reference/html/namespacemembers_d.html
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/namespacemembers_e.html
share/doc/libsigc++-2.0/reference/html/namespacemembers_func.html
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/namespacemembers_func_c.html
share/doc/libsigc++-2.0/reference/html/namespacemembers_func_e.html
share/doc/libsigc++-2.0/reference/html/namespacemembers_func_h.html
share/doc/libsigc++-2.0/reference/html/namespacemembers_func_m.html
share/doc/libsigc++-2.0/reference/html/namespacemembers_func_p.html
share/doc/libsigc++-2.0/reference/html/namespacemembers_func_r.html
share/doc/libsigc++-2.0/reference/html/namespacemembers_func_t.html
share/doc/libsigc++-2.0/reference/html/namespacemembers_func_u.html
share/doc/libsigc++-2.0/reference/html/namespacemembers_func_v.html
share/doc/libsigc++-2.0/reference/html/namespacemembers_h.html
share/doc/libsigc++-2.0/reference/html/namespacemembers_m.html
share/doc/libsigc++-2.0/reference/html/namespacemembers_p.html
share/doc/libsigc++-2.0/reference/html/namespacemembers_r.html
share/doc/libsigc++-2.0/reference/html/namespacemembers_t.html
Update libsigc++ to 2.6.1: 2.6.1 (stable): * Add back deprecated adaptors/lambda API to avoid an unintented ABI break. (Kjell Ahlstedt) Bug #755550 (Michael Biebl) * sigc::trackable: Move operations: Don't move the callback list (Kjell Ahlstedt) Bug #755393 (Tom Schoonjans) 2.6.0 (stable): * C++11: deduce_result_type: Simplify with C++11 variadic template. (Murray Cumming, Marcin Kolny) Bug #753612 * Fix the build with MSVC. (Chun-wei Fan) Bug #754082 * Update the website. (Kjell Ahlstedt) 2.5.4 (unstable): * slot_base::operator=(const &): Copy the blocked too, so the destionation is blocked if the source is blocked, regardless of whether the destionation was previously blocked, because this seems to be what we should expect. (Murray Cumming) * C++11: slot_base, slot*, signal_base, signal*, trackable: Add move operations. (Murray Cumming) * Update MSVC Projects, requiring at least MSVC++ .Net 2013 for C++11 support. (Chun-wei Fan) 2.5.3 (unstable): * Use C++11 "using" aliases to simplify code that uses type traits. (Murray Cumming) Bug #753580 2.5.2 (unstable): * Remove useless headers: sigc++/class_slot.h sigc++/hide.h sigc++/method_slot.h sigc++/object.h sigc++/object_slot.h sigc++/retype.h Some of these still have equivalents in sigc++/adaptors/ (Kjell Ahlstedt, Murray Cumming) Bug #752560 * C++11: Replace deprecated std::auto_ptr by std::unique_ptr. (Kjell Ahlstedt) * C++11: Use std::is_base_of<> instead of our sigc::is_base_and_derived<>, removing sigc::is_base_and_derived<>. (Kjell Ahlstedt, Murray Cumming) Bug #752560 * C++11: Use of range-based for loops. (Murray Cumming) * C++11: Use of the auto keyword. (Murray Cumming) * C++11: Use of nullptr instead of 0. (Murray Cumming) * sigc++/slot.h: Use a regular .h file instead of generating it from an .m4 file. Bug #752560 (Kjell Ahlstedt) * Visual Studio Builds: Move 2010 Projects to 2012 to support C++11. (Chun-wei Fan) * Use -Wformat-security and -Wshadow with --enable-warnings=fatal. (Murray Cumming) 2.5.1 (unstable): * Use (and require) C++11 (Kjell Ahlstedt) * Using C++11 lambda functions to create sigc::slots: Avoid the need for SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE. (Kjell Ahlstedt) * Remove the already-deprecated sigc::lambda (and sigc::group) API. This is an API change but should not be an ABI change, so it should only affect you when rebuilding applications, if you use this API. (Murray Cumming, Kjell Ahlstedt)
2015-10-15 13:04:37 +02:00
share/doc/libsigc++-2.0/reference/html/namespacemembers_type.html
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/namespacemembers_u.html
share/doc/libsigc++-2.0/reference/html/namespacemembers_v.html
share/doc/libsigc++-2.0/reference/html/namespaces.html
share/doc/libsigc++-2.0/reference/html/namespacesigc.html
share/doc/libsigc++-2.0/reference/html/nav_f.png
share/doc/libsigc++-2.0/reference/html/nav_g.png
share/doc/libsigc++-2.0/reference/html/nav_h.png
share/doc/libsigc++-2.0/reference/html/open.png
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/pages.html
share/doc/libsigc++-2.0/reference/html/since_2_2_11.html
share/doc/libsigc++-2.0/reference/html/since_2_4.html
share/doc/libsigc++-2.0/reference/html/since_2_8.html
share/doc/libsigc++-2.0/reference/html/splitbar.png
share/doc/libsigc++-2.0/reference/html/structsigc_1_1adaptor__base.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1adaptor__base__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/structsigc_1_1adaptor__functor-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1adaptor__functor.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1adaptor__functor__inherit__graph.png
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/structsigc_1_1adaptor__trait.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1adaptor__trait_3_01T__functor_00_01false_01_4-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1adaptor__trait_3_01T__functor_00_01false_01_4.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1adaptor__trait_3_01T__functor_00_01true_01_4-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1adaptor__trait_3_01T__functor_00_01true_01_4.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1adapts-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1adapts.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1adapts__inherit__graph.png
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/structsigc_1_1bind__functor.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1bind__return__functor-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1bind__return__functor.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1bind__return__functor__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/structsigc_1_1compose1__functor-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1compose1__functor.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1compose1__functor__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/structsigc_1_1compose2__functor-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1compose2__functor.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1compose2__functor__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/structsigc_1_1connection-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1connection.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1const__reference__wrapper-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1const__reference__wrapper.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1deduce__result__type-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1deduce__result__type.html
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/structsigc_1_1exception__catch__functor-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1exception__catch__functor.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1exception__catch__functor_3_01T__functor_00_01T__catcher_00_01void_01_4-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1exception__catch__functor_3_01T__functor_00_01T__catcher_00_01void_01_4.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1exception__catch__functor__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/structsigc_1_1functor__base.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1functor__base__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/structsigc_1_1functor__trait-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1functor__trait.html
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/structsigc_1_1hide__functor.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1hide__functor_3-1_00_01T__functor_01_4-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1hide__functor_3-1_00_01T__functor_01_4.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1hide__functor_3-1_00_01T__functor_01_4__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/structsigc_1_1hide__functor_3_010_00_01T__functor_01_4-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1hide__functor_3_010_00_01T__functor_01_4.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1hide__functor_3_010_00_01T__functor_01_4__inherit__graph.png
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/structsigc_1_1nil.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1reference__wrapper-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1reference__wrapper.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1retype__functor-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1retype__functor.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1retype__functor__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/structsigc_1_1retype__return__functor-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1retype__return__functor.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1retype__return__functor_3_01void_00_01T__functor_01_4-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1retype__return__functor_3_01void_00_01T__functor_01_4.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1retype__return__functor_3_01void_00_01T__functor_01_4__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/structsigc_1_1retype__return__functor__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/structsigc_1_1signal__base-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1signal__base.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1signal__base__inherit__graph.png
share/doc/libsigc++-2.0/reference/html/structsigc_1_1slot__const__iterator-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1slot__const__iterator.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1slot__iterator-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1slot__iterator.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1slot__list-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1slot__list.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1trackable-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1trackable.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1trackable__inherit__graph.png
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/structsigc_1_1type__trait-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1type__trait.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1type__trait_3_01T__type[N]_4-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1type__trait_3_01T__type[N]_4.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1type__trait_3_01T__type_01_6_01_4-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1type__trait_3_01T__type_01_6_01_4.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1type__trait_3_01const_01T__type_01_6_01_4-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1type__trait_3_01const_01T__type_01_6_01_4.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1type__trait_3_01void_01_4-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1type__trait_3_01void_01_4.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1unwrap__reference-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1unwrap__reference.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1unwrap__reference_3_01const__reference__wrapper_3_01T__type_01_4_01_4-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1unwrap__reference_3_01const__reference__wrapper_3_01T__type_01_4_01_4.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1unwrap__reference_3_01reference__wrapper_3_01T__type_01_4_01_4-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1unwrap__reference_3_01reference__wrapper_3_01T__type_01_4_01_4.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1unwrap__reference_3_01std_1_1reference__wrapper_3_01T__type_01_4_01_4-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1unwrap__reference_3_01std_1_1reference__wrapper_3_01T__type_01_4_01_4.html
Update to 2.4.0: 2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05 17:02:06 +02:00
share/doc/libsigc++-2.0/reference/html/structsigc_1_1visitor-members.html
share/doc/libsigc++-2.0/reference/html/structsigc_1_1visitor.html
share/doc/libsigc++-2.0/reference/html/sync_off.png
share/doc/libsigc++-2.0/reference/html/sync_on.png
share/doc/libsigc++-2.0/reference/html/tab_a.png
share/doc/libsigc++-2.0/reference/html/tab_b.png
share/doc/libsigc++-2.0/reference/html/tab_h.png
share/doc/libsigc++-2.0/reference/html/tab_s.png
share/doc/libsigc++-2.0/reference/html/tabs.css
share/doc/libsigc++-2.0/reference/libsigc++-2.0.tag
share/doc/libsigc++-2.0/tutorial/html/ch01.html
share/doc/libsigc++-2.0/tutorial/html/ch02.html
share/doc/libsigc++-2.0/tutorial/html/ch02s02.html
share/doc/libsigc++-2.0/tutorial/html/ch02s03.html
share/doc/libsigc++-2.0/tutorial/html/ch02s04.html
share/doc/libsigc++-2.0/tutorial/html/ch03.html
share/doc/libsigc++-2.0/tutorial/html/ch03s02.html
share/doc/libsigc++-2.0/tutorial/html/ch04.html
share/doc/libsigc++-2.0/tutorial/html/ch04s02.html
share/doc/libsigc++-2.0/tutorial/html/ch05.html
share/doc/libsigc++-2.0/tutorial/html/index.html