summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix build with -Dbuild-deprecated-api=falselibsigc++-2-10Kjell Ahlstedt2022-08-151-0/+15
* meson.build: Specify 'check' option in run_command()Kjell Ahlstedt2022-02-111-2/+0
* Meson build: No implicit_include_directoriesKjell Ahlstedt2021-04-071-0/+2
* Meson build: Make it possible to use sigc++ as a subprojectKjell Ahlstedt2021-03-261-3/+3
* Add support for building libsigc++-2.0 with MesonKjell Ahlstedt2019-12-241-0/+92
* tests/test_track_obj: Fix for clang++Kjell Ahlstedt2019-07-031-4/+7
* tests: Catch exceptions by const refKjell Ahlstedt2018-10-301-2/+1
* test_signal: Test calls to signal_base::clear()Kjell Ahlstedt2017-07-171-0/+29
* Update tests/.gitignoreKjell Ahlstedt2016-06-211-1/+1
* Update tests/.gitignoreMurray Cumming2016-04-201-0/+2
* benchmark: Use boost::timer instead of Glib::Timer.Murray Cumming2016-04-202-31/+21
* benchmark: Use the newer syntax.Murray Cumming2016-04-201-13/+13
* benchmark: Increase count.Murray Cumming2016-04-201-1/+1
* benchmark: Make the 1000 a constant, so we can change it.Murray Cumming2016-04-201-16/+13
* benchmark: Rearrange.Murray Cumming2016-04-201-19/+45
* benchmark: Add copyright header.Murray Cumming2016-04-201-0/+4
* benchmark: Update for the newer libsigc++ API.Murray Cumming2016-04-201-0/+107
* test_mem_fun: Test auto-disconnection with trackable.Murray Cumming2016-04-011-0/+30
* test_mem_fun: Rearrange into individual test functions.Murray Cumming2016-04-011-91/+96
* test_retype: Add test of R(Args...) syntax.Murray Cumming2016-03-161-0/+10
* test_retype: Break into smaller tests.Murray Cumming2016-03-161-11/+49
* signal: Allow sigc::signal<R(Args...)> declaration, like std::function.Murray Cumming2016-03-121-0/+10
* slot: Allow sigc::slot<R(Args...)> declaration, like std::function.Murray Cumming2016-03-121-0/+13
* test_accumulated(): Restructure this.Murray Cumming2016-03-111-14/+34
* test_signal: Add test_simple().Murray Cumming2016-03-111-0/+10
* test_signal(): Restructure this.Murray Cumming2016-03-111-14/+40
* test_slot(): Restructure this.Murray Cumming2016-03-111-9/+34
* tests: Prefer the non-deprecated mem_fun(reference, func) form.Murray Cumming2016-03-108-20/+20
* tests: Use std::ref() instead of deprecated sigc::ref().Murray Cumming2016-03-108-32/+32
* Fix tiny typo in a comment.Murray Cumming2016-03-071-1/+1
* C++11: Make all operator bool() explicit.Murray Cumming2016-03-031-5/+1
* Add test_bind_as_slot.Murray Cumming2016-03-012-0/+73
* tests: Use = delete instead of private constructors.Murray Cumming2016-01-143-12/+28
* Don't use SIGC_USING_STD()Kjell Ahlstedt2015-12-173-4/+0
* slot and signal: Add missing move constructors and move assignmentsKjell Ahlstedt2015-11-082-4/+4
* slot: Handle auto-disconnection when a slot contains a slotKjell Ahlstedt2015-11-061-2/+37
* slot and signal: Fix move constructors and move assignmentsKjell Ahlstedt2015-10-212-4/+8
* slot_rep::disconnect(): Remove a comment, add a testKjell Ahlstedt2015-10-111-1/+4
* sigc::trackable: Don't move the callback list2.6.1Kjell Ahlstedt2015-09-261-1/+0
* Update tests/.gitignoreMurray Cumming2015-09-031-0/+3
* Added test_signal_move.Murray Cumming2015-09-012-0/+52
* Added test_slot_moveMurray Cumming2015-09-012-0/+68
* Add test_trackable_move.Murray Cumming2015-09-012-10/+27
* trackable: move assignment operator: null the src.Murray Cumming2015-09-011-0/+66
* tests: Use sigc::deduce_result_t<> instead of deduce_result_type<>::type.Murray Cumming2015-08-142-5/+5
* C++11: Use std::is_base_of<> instead of our sigc::is_base_and_derived<>.Murray Cumming2015-07-251-1/+1
* C++11: Use of range-based for loops.Murray Cumming2015-07-181-4/+4
* C++11: Use auto.Murray Cumming2015-07-1828-45/+45
* Use -Wshadow with --enable-warnings=fatal.Murray Cumming2015-07-181-20/+20
* C++11: Use of nullptr instead of 0.Murray Cumming2015-07-183-7/+7