summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tests: Add missing copyright headers.Murray Cumming2016-04-205-0/+20
* Update copyright years.Murray Cumming2016-04-2028-28/+28
* Remove _A_ prefixes from method arguments.Murray Cumming2016-04-191-14/+14
* Use typename instead of class for all template parameters.Murray Cumming2016-04-197-58/+58
* Revert "Always use typename rather than class for template types."Murray Cumming2016-04-197-58/+58
* Always use typename rather than class for template types.Murray Cumming2016-04-197-58/+58
* test_visit_each_type: Rename to test_visit_each_trackable.Murray Cumming2016-04-153-3/+3
* Rename visit_each_type<T_Type>() to visit_each_trackable().Murray Cumming2016-04-151-18/+3
* test_functor_trait: Rename to test_visit_each_type.Murray Cumming2016-04-153-5/+5
* Remove now-irrelevant comments.Murray Cumming2016-04-152-8/+0
* test_functor_trait: Rearange to make tests self-contained.Murray Cumming2016-04-151-11/+28
* Remove unnecessary functor_base.Murray Cumming2016-04-135-11/+11
* Remove all remaining result_type aliases.Murray Cumming2016-04-133-14/+1
* adaptor_trait.h: Move adapts<> into its own file.Murray Cumming2016-04-131-0/+1
* Revert "tuple tests: Use static_assert() in constexpr tests."Murray Cumming2016-04-012-8/+4
* tuple tests: Use static_assert() in constexpr tests.Murray Cumming2016-04-012-4/+8
* 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-65/+95
* Reformat .h files with clang-format.Murray Cumming2016-03-301-3/+0
* Add .clang-format file and reformat tests and examples.Murray Cumming2016-03-3038-840/+855
* .gitignore: update test ignored files listMarcin Kolny2016-03-181-0/+4
* test_member_method_trait: Implement the methods.Murray Cumming2016-03-181-8/+16
* CMake: tests: explicitly list the tests.Murray Cumming2016-03-181-2/+40
* tests: Use the sigc::slot<R(Args...)> syntax only.Murray Cumming2016-03-1618-63/+40
* tests: Use sigc::signal<R(Args...)> syntax only.Murray Cumming2016-03-1610-64/+30
* 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
* test_tuple_transform_each: Comment out constexpr test that fails with g++.Murray Cumming2016-03-131-1/+7
* cmake: add cmake files to dist packageMarcin Kolny2016-03-131-0/+2
* cmake: fix library nameMarcin Kolny2016-03-121-1/+1
* cmake: add pkg-config supportMarcin Kolny2016-03-121-1/+1
* cmake: init - add cmake filesMarcin Kolny2016-03-121-0/+29
* signal: Allow sigc::signal<R(Args...)> declaration, like std::function.Murray Cumming2016-03-112-0/+34
* slot: Allow sigc::slot<R(Args...)> declaration, like std::function.Murray Cumming2016-03-111-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/+39