summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Meson build: Always call subdir('tests')Kjell Ahlstedt2022-11-071-3/+6
* Fix build with -Dbuild-deprecated-api=falseKjell Ahlstedt2022-08-152-7/+34
* test_accumulated.cc: clang++ requires another 'template'Kjell Ahlstedt2022-05-311-1/+1
* Add trackable_signal_with_accumulator and trackable_signalKjell Ahlstedt2022-05-312-4/+20
* Revert "signal_with_accumulator derives from trackable"Kjell Ahlstedt2022-05-311-12/+0
* 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-301-0/+12
* Add track_object(), deprecate track_obj()Kjell Ahlstedt2022-04-201-32/+48
* meson.build: Specify 'check' option in run_command()Kjell Ahlstedt2022-02-111-2/+0
* Reformat to suit clang-format-12Kjell Ahlstedt2021-12-265-16/+18
* Format source code to suit clang-formatKjell Ahlstedt2021-12-231-3/+5
* Add missing perfect forwarding in mem_functor and pointer_functorSlava Andrejev2021-12-231-0/+26
* Add missing perfect forwarding in bound_mem_functor::operator()Slava Andrejev2021-12-231-0/+18
* test_rvalue_ref: Small fixesKjell Ahlstedt2021-06-024-7/+10
* Revert "test_rvalue_ref: Small fixes"Kjell Ahlstedt2021-06-029-28/+23
* test_rvalue_ref: Small fixesKjell Ahlstedt2021-06-029-23/+28
* Allow slots with rvalue reference parametersSlava Andrejev2021-06-023-2/+58
* Meson build: No implicit_include_directoriesKjell Ahlstedt2021-04-081-0/+2
* Meson build: Make it possible to use sigc++ as a subprojectKjell Ahlstedt2021-03-121-3/+3
* run make format (with clang-format-10), to format the codeMurray Cumming2021-01-244-5/+6
* tests: Replace C-style casts with static_cast<>Lennard Berger2020-01-062-8/+8
* Add support for building libsigc++-3.0 with MesonKjell Ahlstedt2019-12-201-0/+99
* tests: Remove unused SIGC_CXX_TYPEOF alternative codeMurray Cumming2019-11-031-20/+0
* test_mem_fun(): Re-enable tests of overloaded functionsMurray Cumming2019-11-022-24/+10
* test_ptr_fun: Re-enable tests of overloaded functionsMurray Cumming2019-11-021-17/+8
* test_limit_reference: Avoid virtual-move-assign warningMurray Cumming2019-10-291-0/+5
* tests: Remove unnecessary result_type aliasesMurray Cumming2019-10-298-38/+2
* Reformat code with make formatMurray Cumming2019-10-2819-163/+185
* sigc++/adaptors/bind.h: Make bind_functor::bound_ publicKjell Ahlstedt2019-10-271-0/+8
* MSVC build: Disable C4244 (conversion, possible loss of data) for relevant testsStuart Dootson2019-10-251-0/+4
* CMake Build: tests: Let MSVC find the libraryStuart Dootson2019-10-111-1/+3
* tests: Add test_connection, to check copyingMurray Cumming2019-09-265-1/+50
* tests: Don't call static method via instanceMurray Cumming2019-09-011-2/+2
* tests: Remove an unnecessary semicolonMurray Cumming2019-09-011-1/+1
* tests/test_track_obj.cc: Remove obsolete commentsKjell Ahlstedt2019-08-291-11/+4
* tests/test_track_obj: Fix for clang++Kjell Ahlstedt2019-07-031-4/+7
* tests: Fix a couple of imports in testsLennard Berger2019-01-023-0/+3
* tests: Include <string> as neededChun-wei Fan2018-09-102-0/+2
* Tests: Add comments by uses after move.Murray Cumming2017-07-213-6/+6
* trackable: Make move operations noexcept.Murray Cumming2017-07-211-1/+4
* tests: Initialize a member variable.Murray Cumming2017-07-211-1/+1
* tests: Some use of auto.Murray Cumming2017-07-211-2/+2
* tests: Make some casts explicit.Murray Cumming2017-07-213-3/+3
* tests: Include cstring instead of string.hMurray Cumming2017-07-211-1/+1
* test_signal: Test calls to signal_base::clear()Kjell Ahlstedt2017-07-171-0/+31
* tests: Implement a function.Murray Cumming2017-04-181-1/+1
* tests: Remove unnecessary includes.Murray Cumming2017-04-1831-93/+0
* Add tests/memleakcheck.shKjell Ahlstedt2016-12-111-0/+23
* tests: Catch exceptions by const ref.Murray Cumming2016-11-231-2/+2
* Remove trailing whitespace.Murray Cumming2016-05-161-1/+1