summaryrefslogtreecommitdiff
path: root/sigc++
Commit message (Expand)AuthorAgeFilesLines
* meson.build: Specify 'check' option in run_command()Kjell Ahlstedt2022-02-111-2/+3
* Revert "sigc++.h: Don't mention CMake"Kjell Ahlstedt2021-12-121-0/+14
* sigc++.h: Don't mention CMakeKjell Ahlstedt2021-12-111-14/+0
* Documentation: Let links point to sigc++2 and gtkmm3 versionsKjell Ahlstedt2021-05-191-2/+2
* Subprojects can use meson.add_dist_script() if meson.version() >= 0.58.0Kjell Ahlstedt2021-05-051-3/+2
* Meson build: No implicit_include_directoriesKjell Ahlstedt2021-04-074-7/+4
* Meson build: Fix dependency on generated filesKjell Ahlstedt2021-03-314-81/+144
* Meson build: Make it possible to use sigc++ as a subprojectKjell Ahlstedt2021-03-261-6/+8
* sigc++/sigc++.h: Fix a typoKjell Ahlstedt2020-10-121-1/+1
* sigc++/sigc++.h: Describe how to use libsigc++ with mesonKjell Ahlstedt2020-10-121-0/+19
* Docs: Change libsigc++ webpage mentions to GitHubKjell Ahlstedt2020-10-041-3/+3
* Meson build: fix versioning on macOSTom Schoonjans2020-09-281-0/+2
* 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