Overview
Request 657624 accepted
- Update to version 2.10.1:
+ signal_impl::clear(): Don't clear the slot list during signal
emission, to prevent a segfault. And add a test for this.
+ slot_base::set_parent(): Create a dummy slot_rep if necessary.
+ Avoid compiler warnings from function pointer conversions.
+ Build:
- Make --disable-benchmark work.
- Replace the Visual Studio project files with MSVC NMake
project files.
- Add MSVC_NMake/README.txt for Visual Studio builds.
+ Documentation:
- signal_base: Warn against deletion during emission.
- Update links in README, configure.ac, libsigcplusplus.doap.
Request History
iznogood created request
- Update to version 2.10.1:
+ signal_impl::clear(): Don't clear the slot list during signal
emission, to prevent a segfault. And add a test for this.
+ slot_base::set_parent(): Create a dummy slot_rep if necessary.
+ Avoid compiler warnings from function pointer conversions.
+ Build:
- Make --disable-benchmark work.
- Replace the Visual Studio project files with MSVC NMake
project files.
- Add MSVC_NMake/README.txt for Visual Studio builds.
+ Documentation:
- signal_base: Warn against deletion during emission.
- Update links in README, configure.ac, libsigcplusplus.doap.
gnome-review-bot accepted review
Check script succeeded
dimstar accepted review
dimstar approved review
iznogood accepted request
xinfwd