summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.10.12.10.1Kjell Ahlstedt2018-10-302-1/+25
* tests: Catch exceptions by const refKjell Ahlstedt2018-10-301-2/+1
* Update README and .gitignoreKjell Ahlstedt2018-10-302-3/+3
* builds: Add README file for MSVC buildsChun-wei Fan2018-10-302-0/+48
* builds: Remove Visual Studio 2013 projectsChun-wei Fan2018-10-3065-6302/+0
* builds: Add NMake MakefilesChun-wei Fan2018-10-3011-69/+533
* build: Consolidate source listing into sigc++/filelist.amChun-wei Fan2018-10-302-6/+8
* builds: Rename MSVC_Net2013 as MSVC_NMakeChun-wei Fan2018-10-3069-6/+6
* slot, signal: Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-08-292-25/+23
* Update libsigcplusplus.doapKjell Ahlstedt2018-08-021-3/+3
* configure.ac: Update home page and bug report addressKjell Ahlstedt2018-08-021-2/+2
* README: Update contact informationKjell Ahlstedt2018-08-021-3/+4
* Qualify calls to bitwise_equivalent_cast() with namespace namesKjell Ahlstedt2018-07-172-12/+17
* slot, signal: Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-162-12/+31
* Revert "slot, signal: Avoid compiler warnings from function pointer conversions"Kjell Ahlstedt2018-07-162-98/+28
* slot, signal: Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-132-28/+98
* signal_base docs: Warn against deletion during emissionKjell Ahlstedt2017-11-091-0/+10
* slot_base::set_parent(): Create a dummy slot_rep if necessaryKjell Ahlstedt2017-11-091-2/+11
* test_signal: Test calls to signal_base::clear()Kjell Ahlstedt2017-07-171-0/+29
* signal_impl::clear(): Don't clear the slot list during signal emissionKjell Ahlstedt2017-07-171-3/+10
* Make --disable-benchmark workChristophe Lermytte2016-11-201-2/+1
* 2.10.02.10.0Murray Cumming2016-09-202-1/+6
* Build: Fix silent buildsKjell Ahlstedt2016-07-182-6/+13
* 2.9.3Murray Cumming2016-07-062-1/+19
* signal: Deprecate slots().Murray Cumming2016-07-051-11/+8
* signal: Deprecate emit_reverse().Murray Cumming2016-07-051-2/+23
* Update tests/.gitignoreKjell Ahlstedt2016-06-211-1/+1
* Fix build of "Implement slot<R(Arg...)> with variadic template"Chun-wei Fan2016-06-171-1/+1
* Visual Studio builds: Update projectChun-wei Fan2016-06-172-4/+0
* Update tests/.gitignoreMurray Cumming2016-04-201-0/+2
* benchmark: Use boost::timer instead of Glib::Timer.Murray Cumming2016-04-206-31/+562
* benchmark: Use the newer syntax.Murray Cumming2016-04-201-13/+13
* benchmark: Increase count.Murray Cumming2016-04-201-1/+1
* benchmark: Make the 1000 a constant, so we can change it.Murray Cumming2016-04-201-16/+13
* benchmark: Rearrange.Murray Cumming2016-04-201-19/+45
* benchmark: Add copyright header.Murray Cumming2016-04-201-0/+4
* benchmark: Update for the newer libsigc++ API.Murray Cumming2016-04-201-0/+107
* 2.9.2Murray Cumming2016-04-082-1/+9
* C++11: signal: Use a range-based for loop.Murray Cumming2016-04-021-3/+3
* C++11: signal: Use auto for iterators.Murray Cumming2016-04-021-5/+5
* Remove unnecessary signal.cc file.Murray Cumming2016-04-012-26/+0
* Remove unnecessary slot.cc file.Murray Cumming2016-04-012-26/+0
* docs: slots: Fix tiny typo.Murray Cumming2016-04-011-1/+1
* docs: mem_fun: Improve the simple description.Murray Cumming2016-04-011-1/+1
* docs: mem_fun: Improve the note about auto-disconnection.Murray Cumming2016-04-011-3/+5
* docs: slots: Mention automatic disconnection.Murray Cumming2016-04-011-0/+5
* docs: slots: auto: Mention why it is bad.Murray Cumming2016-04-011-0/+4
* test_mem_fun: Test auto-disconnection with trackable.Murray Cumming2016-04-011-0/+30
* test_mem_fun: Rearrange into individual test functions.Murray Cumming2016-04-011-91/+96
* docs: Slots: Add section titles to break it up.Murray Cumming2016-04-011-1/+7