summaryrefslogtreecommitdiff
path: root/sigc++/functors/slot_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Reformat code with make formatMurray Cumming2019-10-281-6/+2
* slot_base::set_parent(): Create a dummy slot_rep if necessaryKjell Ahlstedt2017-11-091-2/+15
* slot_base: Destructor: No need for null check before delete.Murray Cumming2017-07-211-2/+1
* slot_rep: Fix the notify_slot_rep_invalidated() name in commentsKjell Ahlstedt2017-02-131-1/+1
* slot_rep: Rename dup() to clone()Kjell Ahlstedt2017-02-131-7/+7
* slot_base: Use weak_raw_ptr instead of destroy_notify_struct.Murray Cumming2016-05-021-28/+6
* slot_rep: Rename notify() for clarity.Murray Cumming2016-04-211-1/+1
* Update copyright years.Murray Cumming2016-04-201-1/+1
* Replace some reinterpret_cast<>s with static_casts<>.Murray Cumming2016-04-161-2/+2
* slot_rep::notify(): Rearrange a comment.Murray Cumming2016-04-151-2/+3
* Reformat .cc files with clang-format.Murray Cumming2016-03-301-49/+57
* Add and use notifiable base class instead of void*.Murray Cumming2016-03-071-8/+6
* trackable, slot_base, signal_base, connection: Add some noexcept specsKjell Ahlstedt2015-11-101-8/+8
* trackable, slot, signal: Remove noexcept specificationsKjell Ahlstedt2015-11-081-2/+2
* slot and signal: Fix move constructors and move assignmentsKjell Ahlstedt2015-10-211-12/+60
* More use of nullptr instead of 0Kjell Ahlstedt2015-10-131-2/+2
* slot_rep::disconnect(): Remove a comment, add a testKjell Ahlstedt2015-10-111-10/+9
* C++11 slot_base: Add move operations.Murray Cumming2015-09-011-19/+50
* slot_base::operator=(const &): Copy blocked_ too.Murray Cumming2015-09-011-1/+7
* C++11: Use auto.Murray Cumming2015-07-181-4/+4
* C++11: Use of nullptr instead of 0.Murray Cumming2015-07-181-10/+10
* slot_base: Let the assignment operator destroy the slotKjell Ahlstedt2014-10-231-20/+45
* slot_rep: Avoid access to deleted object in notify().Kjell Ahlstedt2011-07-191-2/+25
* slot_base::disconnect(): Set call_ to 0, to invalidate the slot, even ifMurray Cumming2005-12-011-0/+2
* slot_base::slot_base(src): If the source slot_base has a null rep->call_,Murray Cumming2005-05-011-1/+13
* reverted stuff I did not mean to commitMurray Cumming2005-02-111-2/+0
* Fix typo in url for reference docs. Found by James Lin.Murray Cumming2005-02-111-0/+2
* Bug #159597 - patch from e97_far at e.kth.se to replace C-style casts withMurray Cumming2005-01-181-1/+1
* If SIGC_NEW_DELETE_IN_LIBRARY_ONLY is defined, implementMartin Schulze2004-10-121-8/+13
* Rename (typed_)slot_rep::detach to (typed_)slot_rep::destroy. Call theMartin Schulze2004-10-021-8/+4
* Define and use new macro SIGC_NEW_DELETE_IN_LIBRARY_ONLY to ABI-compatiblyMartin Schulze2004-10-021-0/+7
* Added test_disconnect_during_emit.cc, to prove that this works.Murray Cumming2004-07-091-1/+1
* Create and use a typedef for the destroy_notify callback functions, toMurray Cumming2004-02-131-0/+157