summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README.md, CI: meson -> meson setupHEADmasterKjell Ahlstedt2023-04-034-6/+6
* meson.build: Simplify if-file-exists testKjell Ahlstedt2023-04-031-11/+3
* introducing protection to prevent multiple target declaration for uninstall.Francesco Emanuele D'Agostino2023-01-211-1/+2
* meson.build: Fix the evaluation of is_git_build on WindowsKjell Ahlstedt2023-01-041-5/+10
* Meson build: Don't copy files with configure_file()Kjell Ahlstedt2023-01-042-6/+7
* 3.4.03.4.0Kjell Ahlstedt2022-12-234-3/+36
* meson.build: Don't distribute the .github directoryKjell Ahlstedt2022-12-231-0/+5
* CI: Add publish-docs.ymlKjell Ahlstedt2022-12-183-3/+92
* Meson build: Always call subdir('tests')Kjell Ahlstedt2022-11-072-6/+7
* add build_tests optionFabrice Fontaine2022-11-072-1/+7
* meson: simplify lookup of python commandwael2022-11-071-7/+1
* docs/devel.md: Change libsigc-list to DiscourseKjell Ahlstedt2022-10-251-7/+9
* meson.build: Detect if we build from a git subtreeKjell Ahlstedt2022-09-271-6/+8
* Fix build with -Dbuild-deprecated-api=falseKjell Ahlstedt2022-08-154-9/+36
* Update README.mdKjell Ahlstedt2022-07-201-11/+16
* test_accumulated.cc: clang++ requires another 'template'Kjell Ahlstedt2022-05-311-1/+1
* Add trackable_signal_with_accumulator and trackable_signalKjell Ahlstedt2022-05-314-12/+308
* Revert "signal_with_accumulator derives from trackable"Kjell Ahlstedt2022-05-313-38/+13
* test_limit_reference.cc: Don't use auto where a slot is requiredKjell Ahlstedt2022-05-301-2/+4
* signal_with_accumulator derives from trackableKjell Ahlstedt2022-05-303-13/+38
* Meson/MSVC: Re-organize warnings-related compiler flagsChun-wei Fan2022-05-241-6/+15
* Meson: Compensate for the lack of msvc_recommended_pragmas.hChun-wei Fan2022-05-231-1/+10
* 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
* CI: Remove some tests with autotoolsKjell Ahlstedt2022-05-176-109/+7
* meson.build: Avoid configuration warningsKjell Ahlstedt2022-05-171-20/+22
* examples/member_method: Make on_print() non-virtualKjell Ahlstedt2022-04-271-2/+2
* 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-202-40/+85
* 3.2.03.2.0Kjell Ahlstedt2022-02-114-4/+24
* meson.build: Specify 'check' option in run_command()Kjell Ahlstedt2022-02-118-19/+21
* docs/docs/reference/Doxyfile.in: Remove obsolete entryKjell Ahlstedt2022-02-111-1/+0
* tools/tutorial-custom-cmd.py: Add comment about used stylesheetKjell Ahlstedt2022-01-311-0/+3
* CI: Install docbook-xsl where documentation is builtKjell Ahlstedt2022-01-099-33/+8
* 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
* Reformat to suit clang-format-12Kjell Ahlstedt2021-12-265-16/+18
* CI: Use clang-format-12Kjell Ahlstedt2021-12-261-4/+2
* Second attempt to suit clang-format 10Kjell Ahlstedt2021-12-232-6/+3
* Format source code to suit clang-formatKjell Ahlstedt2021-12-233-9/+16
* Add missing perfect forwarding in mem_functor and pointer_functorSlava Andrejev2021-12-233-2/+30
* Add missing perfect forwarding in bound_mem_functor::operator()Slava Andrejev2021-12-232-1/+21
* CMakeLists.txt: Update sigc++ version to 3.0.7Kjell Ahlstedt2021-12-191-3/+3
* NMake Makefiles: Support building with VS2022Chun-wei Fan2021-11-091-1/+4
* docs/docs/manual, Meson config: Check if xmllint can be usedKjell Ahlstedt2021-09-275-2/+46
* CI, Meson build: Install packages for validating XML fileKjell Ahlstedt2021-09-242-2/+2
* docs/docs/manual: Upgrade from DocBook 4.1 to DocBook 5.0Kjell Ahlstedt2021-09-194-88/+106
* Require meson >= 0.54.0Kjell Ahlstedt2021-08-224-25/+15
* meson.build: Check if Perl is required for building documentationKjell Ahlstedt2021-08-172-3/+13