summaryrefslogtreecommitdiff
path: root/sigc++
Commit message (Expand)AuthorAgeFilesLines
* Meson build: Set default value of the 'warnings' option to 'min'Kjell Ahlstedt2020-04-021-1/+0
* sigc++/meson.build: Library name is sigc-2.0Kjell Ahlstedt2019-12-291-4/+4
* build: Support NMake builds from Meson tarballsChun-wei Fan2019-12-291-2/+0
* meson: Build Windows .rc files on WindowsChun-wei Fan2019-12-291-0/+10
* meson: Ensure symbols are exported on MSVC buildsChun-wei Fan2019-12-241-0/+9
* Add support for building libsigc++-2.0 with MesonKjell Ahlstedt2019-12-241-0/+232
* build: Consolidate source listing into sigc++/filelist.amChun-wei Fan2018-10-302-6/+8
* slot, signal: Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-08-292-25/+23
* 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
* signal_impl::clear(): Don't clear the slot list during signal emissionKjell Ahlstedt2017-07-171-3/+10
* signal: Deprecate slots().Murray Cumming2016-07-051-11/+8
* signal: Deprecate emit_reverse().Murray Cumming2016-07-051-2/+23
* Fix build of "Implement slot<R(Arg...)> with variadic template"Chun-wei Fan2016-06-171-1/+1
* 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
* docs: Slots: Add section titles to break it up.Murray Cumming2016-04-011-1/+7
* Reference docs: Main page: Mention CMake.Murray Cumming2016-03-161-4/+22
* Implement slot<R(Arg...)> with variadic templateKjell Ahlstedt2016-03-151-69/+171
* slot: Document older syntax as deprecatedMurray Cumming2016-03-121-1/+12
* signal: Document older syntax as deprecated.Murray Cumming2016-03-121-0/+10
* signal: Use the slot<R(Args..)> syntax.Murray Cumming2016-03-121-4/+4
* signal.h.m4: Slight reorganization of m4 code.Murray Cumming2016-03-121-3/+4
* slot.h.m4: Slight reorganisation of m4 code.Murray Cumming2016-03-121-3/+4
* signal: Allow sigc::signal<R(Args...)> declaration, like std::function.Murray Cumming2016-03-121-0/+93
* slot: Allow sigc::slot<R(Args...)> declaration, like std::function.Murray Cumming2016-03-121-0/+68
* signal: make_slot(): Use non-deprecated constructor.Murray Cumming2016-03-101-1/+1
* tests: Use std::ref() instead of deprecated sigc::ref().Murray Cumming2016-03-101-2/+2
* mem_fun(): Deprecate mem_fun(pointer, func).Murray Cumming2016-03-101-0/+17
* Also ifdef out bound_argument<sigc::reference_wrapper>.Murray Cumming2016-03-081-0/+40
* reference_wrapper: Include <functional>.Murray Cumming2016-03-081-0/+2
* Deprecate sigc::ref() in favor of std::ref().Murray Cumming2016-03-082-3/+35
* docs: Refer to it as libsigc++, not libsigc++2.Murray Cumming2016-03-061-1/+1
* C++11: Make all operator bool() explicit.Murray Cumming2016-03-032-3/+3
* Remove unused SIGC_CXX_SELF_REFERENCE_IN_MEMBER_INITIALIZATION() configure ch...Murray Cumming2016-03-031-1/+1
* Improve the documentation of mem_fun()Kjell Ahlstedt2016-03-022-9/+18
* m4: Remove unused UPPER and LOWER functions.Murray Cumming2016-01-141-2/+0
* functor_trait.m4: Correct the mem_functor<> declarations.Murray Cumming2016-01-071-4/+4
* Don't use SIGC_USING_STD()Kjell Ahlstedt2015-12-172-6/+0