libsigc__3/libsigc++3.changes

75 lines
3.0 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu May 5 11:23:45 UTC 2016 - jengelh@inai.de
- Remove pointless --with-pic because shared libs are always
built with it anyway
-------------------------------------------------------------------
Sat Apr 30 18:47:06 UTC 2016 - zaitor@opensuse.org
- Update to version 2.99.6:
+ signal:
- Remove slots() and the container that it returns, and the
iterator for that container.
- connect(): Return a connection, instead of an iterator that
can be implicitly converted to a connection.
+ Use std::shared_ptr<> for signal_impl reference-counting.
Instead of manual reference-counting (bgo#764935).
+ slot: Use unique_ptr<> to avoid direct call of destructor
(bgo#764935).
+ Add optional benchmark code, using boost::timer.
+ Make some single-item constructors explicit.
+ Make some member variables and methods private.
+ Remove _ and __ prefixes on variables and parameters.
+ Header guards: Remove leading underscores (and trailing
underscores).
+ limit_derived_target<T_Target>: Rename to
limit_trackable_target<> and visit_each_type<T_Type>() to
visit_each_trackable() to make their purpose more obvious.
-------------------------------------------------------------------
Thu Apr 14 15:24:48 UTC 2016 - zaitor@opensuse.org
- Update to version 2.99.5:
+ Functors (mem_functor, ptr_functor) no longer need to derive
from a common functor_base base class, and functors no longer
need to have a result_type typedef or alias.
+ Emitters and accumulators no longer need to have a result_type
typedef or alias.
+ Remove now-unnecessary adaptor_type type aliases.
+ Remove some more unused and unnecessary public type aliases.
-------------------------------------------------------------------
Fri Apr 8 14:18:58 UTC 2016 - dimstar@opensuse.org
- Update to version 2.99.4:
+ Minor documentation improvements.
+ Make some constructors explicit.
+ Some more minor uses of C++11 syntax.
+ Remove unused SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE.
+ Reformat code with clang-format.
-------------------------------------------------------------------
Fri Mar 18 11:06:07 UTC 2016 - dimstar@opensuse.org
- Update to version 2.99.3:
+ bgo#763616: Correct the license of some header files from GPL
to LGPL.
- Change License to LGPL-3.0+ following upstreams changes.
-------------------------------------------------------------------
Thu Mar 17 08:58:23 UTC 2016 - dimstar@opensuse.org
- Update to version 2.99.2:
+ slots and signal: These should now be declared with the
sigc::slot<R(Args...)> and sigc::signal<R(Args...)>
syntax, like std::function<>. Version 2.9/2.10 of libsigc++-2.0
supports both the old and new syntax.
+ sigc::men_fun(): Take the instance by reference only.
-------------------------------------------------------------------
Wed Mar 9 11:18:46 UTC 2016 - zaitor@opensuse.org
- Initial packaging of libsigc++3 based on libsigc++2.