summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Increased versionlibsigc++-2.2.2Murray Cumming2008-03-104-1/+17
* Increased versionlibsigc++-2.2.1Murray Cumming2008-02-283-3/+10
* Add ifdefs around uses of reverse_iterator to really fix the build withElaine Xiong2008-02-283-0/+23
* Increased versionlibsigc++-2.2.0Murray Cumming2008-02-223-2/+9
* Include the cstdlib and cstring headers to fix the build with the gcc 4.3Ryan Hill2008-01-012-0/+8
* Added some includes to fix the build in some environments, such as whenMurray Cumming2007-12-092-0/+9
* Mark version in ChangeLogMurray Cumming2007-09-101-0/+2
* Added MAINTAINERS fileMurray Cumming2007-09-101-0/+6
* Increase versionlibsigc++-2.1.1Murray Cumming2007-08-143-4/+34
* Removed this header.Murray Cumming2007-08-1417-619/+25
* slot_iterator_buf, slot_reverse_iterator_buf: Added typedefs forMichael Elkstrand2007-07-284-1/+69
* Wholly replace this script with a critter from one of my personalDaniel Elstner2006-11-142-23/+110
* 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
* Make remaining reverse_iterator_buf operator--() methods return byMurray Cumming2005-12-212-2/+9
* Make all operator--() methods return by reference, like the operator++()Murray Cumming2005-12-202-4/+10
* Fix compilation problem in the last patch.John Profic2005-12-142-1/+6
* Added emit_reverse().John Profic2005-12-142-0/+248
* 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