summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added MAINTAINERS filelibsigc-2-0Murray Cumming2007-09-101-0/+6
* Added some includes to fix the build in some environments, such as whenMurray Cumming2007-08-312-0/+9
* Revert the previous changes, because none is used in the exported symbolMurray Cumming2006-06-207-39/+39
* Renamed 'nil' to 'none' to allow an Objective-C++ compiler to compile theRégis Duchesne2006-06-067-28/+50
* Increase version.Murray Cumming2005-12-203-1/+5
* Make all operator--() methods return by reference, like the operator++()Murray Cumming2005-12-202-4/+10
* Update NEWSMurray Cumming2005-12-141-0/+6
* mark branch in ChangeLogMurray Cumming2005-12-141-0/+3
* slot_base::disconnect(): Set call_ to 0, to invalidate the slot, even ifMurray Cumming2005-12-012-0/+13
* Added test case from bug #311057.Murray Cumming2005-12-013-0/+45
* Make member exception_catch_functor<T_functor, T_catcher, void>::catcher_Philipp Berndt2005-11-162-1/+7
* Increased version. Forgot to commit this a few days ago.libsigc++-2.0.16Murray Cumming2005-08-173-1/+9
* Updated the documentation for temp_slot_list as requested in bug #303896.Neal E. Coombes2005-08-012-6/+12
* Added missing ) in call to sun_forte_workaround(), fixing build on SUNMurray Cumming2005-08-012-1/+7
* Renamed ::sigc::is_base_and_derived::internal toBruno Martinez2005-08-012-3/+11
* fix typo.Murray Cumming2005-07-131-1/+1
* Correct mentions of 1.2 stuff instead of 2.0. Patch in bug #310213 fromMurray Cumming2005-07-132-3/+9
* Fixed typo found by Antonio Coralles.Murray Cumming2005-07-132-1/+6
* Did the same (see last commit) for slot_const_iterator andMurray Cumming2005-07-092-6/+12
* slot_iterator: operator--() now returns value, not reference, likeMurray Cumming2005-07-092-2/+10
* Increased versionlibsigc++-2.0.15Murray Cumming2005-07-043-1/+13
* Add a setter typedef to compose*_functor and use it instead of thePhilip Langdale2005-07-042-2/+12
* Specify int return type for main(), to be more ISO C++ compliant. BugMarek Rouchal2005-06-132-1/+8
* sigc++/adaptors/lambda/macros/select.h.m4 Specify only a type (not aAndris Pavenis2005-06-134-9/+17
* Add test for whether the compiler allows referencing to member functionsPaul Pogonyshev2005-06-125-12/+70
* Use CALL_SIZE instead of hard-coded 7s and 6s.Murray Cumming2005-06-104-8/+11
* Increased versionlibsigc++-2.0.14Murray Cumming2005-06-103-1/+9
* Make the limit_derived_target::with_type inner class an outer class, toMurray Cumming2005-06-102-20/+29
* Make the limit_derived_target::with_type inner class an outer class, toMurray Cumming2005-06-101-19/+24
* Increased versionlibsigc++-2.0.13Murray Cumming2005-06-093-1/+19
* Removed missing call to missing macro from configure.inMurray Cumming2005-06-071-1/+0
* Specify the actual class when using test_int(), instead of the derivedMurray Cumming2005-06-072-1/+8
* signal_emit::emit(): Use scope to ensure a certain order of destruction ofMurray Cumming2005-06-073-15/+32
* Added comments about commenting-out SIGC_TYPEDEF_REDEFINE_ALLOWED whenMurray Cumming2005-06-072-2/+10
* Added check for the non-standard SUN Forte reverse_iterator<>, and usedMurray Cumming2005-06-076-1/+61
* limit_derived_target(): Just some whitespace changes.Murray Cumming2005-06-072-4/+9
* limit_derived_target(): Just some whitespace changes.Murray Cumming2005-06-071-18/+42
* Modified temp_slot_list to be a temporary view into a slot list. InsteadNeal E. Coombes2005-06-042-7/+16
* visit_each() template specializations: Mention the boolFriedemann Kleint2005-06-042-2/+10
* Increased versionlibsigc++-2.0.12Murray Cumming2005-05-103-1/+12
* Added missing includeMurray Cumming2005-05-101-0/+1
* New class that just stores a reference, and makes sure that if theRégis Duchesne2005-05-1016-232/+472
* Added missing fileMurray Cumming2005-05-041-0/+41
* Added test caseMurray Cumming2005-05-012-9/+14
* slot_base::slot_base(src): If the source slot_base has a null rep->call_,Murray Cumming2005-05-013-1/+28
* Added testMurray Cumming2005-05-012-0/+30
* bound_*<>: Add a new is_base_and_derived<sigc::trackable> parameter to theMurray Cumming2005-05-013-5/+88
* Added comments for users of g++ 3.2.Murray Cumming2005-04-282-1/+9
* Added simplified test case from bug #169225. We have a patch to make thisMurray Cumming2005-04-284-73/+66
* Added a place to put extra test code, so I don't have to keep installingMurray Cumming2005-04-273-2/+103