summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix build with -Dbuild-deprecated-api=falseKjell Ahlstedt2022-08-151-1/+1
* examples/member_method: Make on_print() non-virtualKjell Ahlstedt2022-04-271-2/+2
* meson.build: Specify 'check' option in run_command()Kjell Ahlstedt2022-02-111-1/+0
* Meson build: No implicit_include_directoriesKjell Ahlstedt2021-04-081-0/+1
* Meson build: Make it possible to use sigc++ as a subprojectKjell Ahlstedt2021-03-121-2/+2
* run make format, to clang-format the codeMurray Cumming2020-04-251-14/+14
* examples: Disable deprecated API when building with MesonKjell Ahlstedt2020-03-101-0/+1
* Added example of using libsigc++ with QtRobert Middleton2020-01-085-0/+189
* Add support for building libsigc++-3.0 with MesonKjell Ahlstedt2019-12-201-0/+27
* signal::connect(): Return a sigc::connection.Murray Cumming2016-04-211-2/+2
* Update copyright years.Murray Cumming2016-04-202-2/+2
* Add .clang-format file and reformat tests and examples.Murray Cumming2016-03-302-14/+16
* examples: Use sigc::signal<R(Args...)> syntax.Murray Cumming2016-03-162-2/+2
* 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/+24
* examples build: Disable deprecated API.Murray Cumming2016-03-101-1/+1
* mem_fun(): Remove the T_obj* overloads.Murray Cumming2016-03-101-1/+1
* C++11: Change all typedefs to using.Murray Cumming2016-03-071-1/+1
* Don't use SIGC_USING_STD()Kjell Ahlstedt2015-12-172-8/+0
* C++11: Use auto.Murray Cumming2015-07-181-1/+1
* Transition to new mm-common build infrastructureDaniel Elstner2009-08-063-7/+23
* slot and signal template specialization for various numbers of templateMurray Cumming2005-01-211-1/+2
* struct is_base_and_derived: Make the test inner struct a friend, so thatMurray Cumming2005-01-191-1/+3
* Added cxx_std.m4, with a test copied from glibmm/scripts/cxx_std.m4 toMurray Cumming2005-01-192-0/+8
* update .cvsignoreMartin Schulze2004-09-011-1/+2
* Use sigc::ptr_fun instead of std::ptr_fun. (fixes bug #144846)Martin Schulze2004-07-111-1/+1
* Make block() and unblock() always return a value, to fix compilerMurray Cumming2004-04-021-1/+1
* Added sigc++/sigc++.h, like in libsigc++ 1.2 Added member_method example,Murray Cumming2003-03-163-11/+53
* Added Andreas Rottman's example.Murray Cumming2003-01-222-0/+34
* Applied Andreas Rottman's make dist fixes.Murray Cumming2003-01-221-0/+3
* Added examples directoryMurray Cumming2003-01-221-0/+0