summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert back to the non-explicit template call, because we can not specifyMurray Cumming2005-04-274-6/+71
* Use the explicit template specialization, needed for Tru64 and AIXMurray Cumming2005-04-263-9/+25
* tiny comment changeMurray Cumming2005-04-251-2/+3
* Increased versionlibsigc++-2.0.11Murray Cumming2005-03-313-18/+6
* Updated the list of supported compilers.Murray Cumming2005-03-182-2/+7
* Remove links to the sourceforge download page, because we do not use it.Murray Cumming2005-03-185-196/+11
* Fixed typo in today's date.Cedric Gustin2005-03-091-1/+1
* Moved MSVC_Net2003 directory to SUBDIRS. Added blank.cpp to EXTRA_DIST.Cedric Gustin2005-03-095-30/+26
* Mention actual supported compilers. Removed broken examples links. ChangeMurray Cumming2005-03-043-50/+17
* Make slot_base::operator=() public, to fix the build with SUN Forte C++Murray Cumming2005-02-232-1/+8
* Increased versionlibsigc++-2.0.10Murray Cumming2005-02-223-1/+14
* #included <new> to avoid an unresolved symbol error with the Tru64Murray Cumming2005-02-203-1/+11
* #included <new> to avoid an unresolved symbol error with the Tru64Murray Cumming2005-02-201-0/+6
* Add some documentation.Martin Schulze2005-02-202-1/+16
* Reset deferred_ flag to false in signal_impl::sweep() (Neal E. Coombes).Martin Schulze2005-02-202-0/+6
* Set the correct group in post-html.Martin Schulze2005-02-112-2/+6
* Fix typo in url for reference docs. Found by James Lin.Murray Cumming2005-02-112-1/+6
* reverted stuff I did not mean to commitMurray Cumming2005-02-112-3/+1
* Fix typo in url for reference docs. Found by James Lin.Murray Cumming2005-02-113-2/+4
* temp_slot_list::begin(), end(): Actually return the iterators.Murray Cumming2005-02-062-4/+9
* Add temp_slot_list struct to facilitate allowing new connections to aNeal E. Coombes2005-02-043-9/+51
* Updated NEWSMurray Cumming2005-02-023-2/+23
* Increase versionlibsigc++-2.0.9Murray Cumming2005-02-022-1/+7
* Reenabled testsMurray Cumming2005-02-021-7/+4
* Add sigc::var<>() documentation, from Roger Ferrer Ibáñez in bugMurray Cumming2005-02-012-2/+27
* In the template specializations of visit_each(): As before, specify theMurray Cumming2005-02-012-11/+36