summaryrefslogtreecommitdiff
path: root/sigc++
Commit message (Expand)AuthorAgeFilesLines
* Add trackable_signal_with_accumulator and trackable_signalKjell Ahlstedt2022-05-312-8/+288
* Revert "signal_with_accumulator derives from trackable"Kjell Ahlstedt2022-05-312-26/+13
* signal_with_accumulator derives from trackableKjell Ahlstedt2022-05-302-13/+26
* Format source code to suit clang-format-12Kjell Ahlstedt2022-05-191-1/+1
* signal::make_slot() docs: Note that signal does not derive from trackableKjell Ahlstedt2022-05-192-0/+11
* Fix some commentsKjell Ahlstedt2022-04-275-8/+12
* Format source code to suit clang-format-12Kjell Ahlstedt2022-04-201-2/+2
* Add track_object(), deprecate track_obj()Kjell Ahlstedt2022-04-201-8/+37
* docs: Fix links to sigc::slot and sigc::signalKjell Ahlstedt2021-12-299-31/+40
* ptr_fun(), mem_fun() docs: Remove left-overs from sigc++-2.0Kjell Ahlstedt2021-12-262-16/+13
* Second attempt to suit clang-format 10Kjell Ahlstedt2021-12-232-6/+3
* Format source code to suit clang-formatKjell Ahlstedt2021-12-232-6/+11
* Add missing perfect forwarding in mem_functor and pointer_functorSlava Andrejev2021-12-232-2/+4
* Add missing perfect forwarding in bound_mem_functor::operator()Slava Andrejev2021-12-231-1/+3
* test_rvalue_ref: Small fixesKjell Ahlstedt2021-06-022-5/+6
* Revert "test_rvalue_ref: Small fixes"Kjell Ahlstedt2021-06-022-6/+5
* test_rvalue_ref: Small fixesKjell Ahlstedt2021-06-022-5/+6
* Allow slots with rvalue reference parametersSlava Andrejev2021-06-023-5/+17
* Meson build: No implicit_include_directoriesKjell Ahlstedt2021-03-261-0/+1
* Meson build: Make it possible to use sigc++ as a subprojectKjell Ahlstedt2021-03-121-4/+4
* run make format (with clang-format-10), to format the codeMurray Cumming2021-01-241-1/+2
* 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-5/+3
* Meson build: fix versioning on macOSTom Schoonjans2020-09-281-1/+2
* sigc++/meson.build: Library name is sigc-3.0Kjell Ahlstedt2019-12-291-2/+3
* meson: Build Windows .rc files on WindowsChun-wei Fan2019-12-291-0/+9
* Meson: Fix Visual Studio buildsChun-wei Fan2019-12-201-0/+8
* Add support for building libsigc++-3.0 with MesonKjell Ahlstedt2019-12-201-0/+86
* signal: slot_iterator_buf: Remove T_result default typeMurray Cumming2019-10-291-1/+1
* Reformat code with make formatMurray Cumming2019-10-2834-410/+381
* sigc++/adaptors/bind.h: Make bind_functor::bound_ publicKjell Ahlstedt2019-10-271-1/+2
* MSVC build: Add code commentsStuart Dootson2019-10-254-0/+5
* MSVC build: Silence 'C4100: unreferenced formal parameter' warningsStuart Dootson2019-10-254-0/+6
* MSVC build: Fix 'C4127: conditional expression is constant' warningStuart Dootson2019-10-251-5/+3
* Empty connections can be safely copied nowAIGRIND2019-09-261-2/+5
* tuple_transform_each(): Fix for libc++Kjell Ahlstedt2019-09-021-5/+8
* bind(), track_obj() documentation: Remove obsolete restrictionsKjell Ahlstedt2019-08-292-3/+0
* CMake: supply SIGC_BUILD and use CMAKE_CXX_STANDARD, for MSVCJeff Trull2019-06-031-0/+1
* sigc::tuple_transform_each: std::result_of -> std::invoke_resultKjell Ahlstedt2019-02-171-2/+2
* Add necessary #include<>sKjell Ahlstedt2018-10-262-0/+3
* slot, signal: Fix the Doxygen documentationKjell Ahlstedt2018-09-102-0/+4
* build: Split out source listingChun-wei Fan2018-09-102-5/+7
* slot, signal: Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-08-292-18/+16
* Qualify calls to bitwise_equivalent_cast() with namespace namesKjell Ahlstedt2018-07-172-5/+10
* slot, signal: Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-162-5/+24
* Revert "slot, signal: Avoid compiler warnings from function pointer conversions"Kjell Ahlstedt2018-07-162-43/+6
* slot, signal: Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-132-6/+43
* C++17: Update tuple_transform_each().Murray Cumming2018-04-151-82/+49
* C++17: Update from murrayc-tuple-utils.Murray Cumming2018-04-153-78/+60