summaryrefslogtreecommitdiff
path: root/sigc++/connection.cc
Commit message (Expand)AuthorAgeFilesLines
* Reformat code with make formatMurray Cumming2019-10-281-15/+4
* connection: Use weak_raw_ptr for slot_base.Murray Cumming2016-05-021-20/+1
* copy operations: Name all parameters src.Murray Cumming2016-04-271-2/+2
* Connection: Constructor: Take slot_base as reference.Murray Cumming2016-04-221-2/+2
* connection: Rename notify() for clarity.Murray Cumming2016-04-211-4/+4
* connection: Take the slot_base directly, without the intermediate slot_iterator.Murray Cumming2016-04-211-4/+6
* Update copyright years.Murray Cumming2016-04-201-1/+1
* Replace some reinterpret_cast<>s with static_casts<>.Murray Cumming2016-04-161-1/+1
* Reformat .cc files with clang-format.Murray Cumming2016-03-301-21/+29
* Connection::operator bool(): Make this const.Murray Cumming2016-03-071-1/+1
* Add and use notifiable base class instead of void*.Murray Cumming2016-03-071-2/+1
* Don't use SIGC_USING_STD()Kjell Ahlstedt2015-12-171-1/+0
* trackable, slot_base, signal_base, connection: Add some noexcept specsKjell Ahlstedt2015-11-101-7/+7
* More use of nullptr instead of 0Kjell Ahlstedt2015-10-131-2/+1
* C++11: Use auto.Murray Cumming2015-07-181-1/+1
* C++11: Use of nullptr instead of 0.Murray Cumming2015-07-181-2/+2
* Bug #159597 - patch from e97_far at e.kth.se to replace C-style casts withMurray Cumming2005-01-181-1/+1
* Added some comments. operator=(): Check for self-asignment, though I doMurray Cumming2004-07-111-0/+2
* Implement blocked() to avoid undefined symbol linker error.Murray Cumming2004-04-101-0/+5
* Make block() and unblock() always return a value, to fix compilerMurray Cumming2004-04-021-4/+2
* Create and use a typedef for the destroy_notify callback functions, toMurray Cumming2004-02-131-0/+62
* Add announces of versions 1.9.6 and 1.9.7. New file. Defines namespaceMartin Schulze2003-10-191-6/+6
* Change "closure" to "slot" throughout sigc++2 (file names, class names,Martin Schulze2003-03-261-7/+7
* - New files that add a connection class. Objects of this class areMartin Schulze2003-03-091-0/+44