summaryrefslogtreecommitdiff
path: root/sigc++/trackable.h
Commit message (Expand)AuthorAgeFilesLines
* trackable: Make move operations noexcept.Murray Cumming2017-07-211-2/+2
* Update copyright years.Murray Cumming2016-04-201-1/+1
* Header guards: Remove leading underscores (and trailing underscores).Murray Cumming2016-04-191-3/+3
* Reformat .h files with clang-format.Murray Cumming2016-03-301-16/+15
* C++11: Change all typedefs to using.Murray Cumming2016-03-071-4/+4
* Add and use notifiable base class instead of void*.Murray Cumming2016-03-071-8/+17
* trackable, slot_base, signal_base, connection: Add some noexcept specsKjell Ahlstedt2015-11-101-3/+3
* trackable, slot, signal: Remove noexcept specificationsKjell Ahlstedt2015-11-081-2/+7
* sigc::trackable: Don't move the callback list2.6.1Kjell Ahlstedt2015-09-261-6/+2
* signal_base, trackable: Make move operations noexcept.Murray Cumming2015-09-011-2/+2
* trackable: Add move operations.Murray Cumming2015-09-011-0/+12
* Added SIGC_API qualifier to all externally-visible non-templateJames Lin2004-08-031-3/+4
* Added some comments. operator=(): Check for self-asignment, though I doMurray Cumming2004-07-111-0/+14
* Create and use a typedef for the destroy_notify callback functions, toMurray Cumming2004-02-131-17/+14
* Improve documentation of the core parts of the library. Test ptr_fun()Martin Schulze2003-11-021-4/+7
* Add announces of versions 1.9.6 and 1.9.7. New file. Defines namespaceMartin Schulze2003-10-191-76/+85
* Add function trackable::clear().Martin Schulze2003-08-061-2/+5
* Change "closure" to "slot" throughout sigc++2 (file names, class names,Martin Schulze2003-03-261-2/+2
* Added sigc++/sigc++.h, like in libsigc++ 1.2 Added member_method example,Murray Cumming2003-03-161-1/+1
* Make trackable allocate a trackable_dep_list object dynamically whenMartin Schulze2003-03-071-6/+41
* Added whitespace to make the code more readable.Murray Cumming2003-01-141-1/+1
* Changed copyrights.Murray Cumming2003-01-141-1/+1
* initial importMurray Cumming2003-01-131-0/+86