summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added sigc::internal::weak_raw_ptr<>.Murray Cumming2016-05-024-2/+79
* test_disconnect: Add comment to explain potential leak.Murray Cumming2016-04-221-1/+1
* tests: Make single argument constructors explicit.Murray Cumming2016-04-226-7/+7
* test_size: Add comments with the results, so we can notice changes.Murray Cumming2016-04-211-0/+26
* test_accum_iter: Use of decltype(auto).Murray Cumming2016-04-211-1/+2
* signal::connect(): Return a sigc::connection.Murray Cumming2016-04-213-8/+6
* signal: Rename iterator to connection.Murray Cumming2016-04-213-7/+6
* signal: Remove slots().Murray Cumming2016-04-211-2/+2
* 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-14/+10
* Add original benchmark code.Murray Cumming2016-04-201-0/+111
* Remove another unecessary c++ marker comment.Murray Cumming2016-04-201-1/+0
* tests: Move copyright headers to top.Murray Cumming2016-04-201-17/+17
* Remove unnecessary -*- c++ - *-* comments.Murray Cumming2016-04-2015-15/+0