summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version number to 2.0.1. Add ChangeLog summary for version 2.0.1.libsigc++-2.0.1Martin Schulze2004-04-287-97/+28
* Modified test for SigC::Object inheritance so that it also works ifMartin Schulze2004-04-262-2/+8
* Updated the configure check. It would probably have succeeded on theMartin Schulze2004-04-262-2/+7
* Add work-arounds for bind<-1>::deduce_result_type compilation error onMartin Schulze2004-04-266-9/+147
* Fixed serious bug in signal_base::impl(): Only reference a newly createdMartin Schulze2004-04-192-2/+9
* Updated the operator() template check, because it failed with gcc 3.4Murray Cumming2004-04-192-4/+20
* Bump version number to 2.0.0. Add ChangeLog summary for version 2.0.0.libsigc++-2.0.0Martin Schulze2004-04-1225-77/+548
* Implement blocked() to avoid undefined symbol linker error.Murray Cumming2004-04-103-1/+11
* dist the scripts directory.Murray Cumming2004-04-074-1/+7
* Bump version number to 1.9.16. Add ChangeLog summary for version 1.9.16.Martin Schulze2004-04-063-1/+19
* Make block() and unblock() always return a value, to fix compilerMurray Cumming2004-04-024-7/+17
* Remove every undef apart from the one we need, to avoid clashes, becauseMurray Cumming2004-04-022-54/+5
* Rename the template_keyword check to template_specialization, because theMurray Cumming2004-03-2518-36/+203
* Fix the sigc++config.h.in disting, to fix make distcheck.Murray Cumming2004-03-213-2/+7
* Rename config.h.in to sigc++config.h.in so that gtkmm does not includeMurray Cumming2004-03-217-7/+15
* Install the config.h platform-specific header. Report the include path forMurray Cumming2004-03-203-1/+8
* Added config.h.in, using autoheader, from which config.h will beMurray Cumming2004-03-197-41/+125
* Don't test making functors from overloaded methods with partial templateMartin Schulze2004-03-174-40/+62
* slot_iterator_buf::operator*(): Use blocked() and empty() instead ofMurray Cumming2004-03-1316-79/+968
* Bump version number to 1.9.15. Add ChangeLog summary for version 1.9.15.Martin Schulze2004-02-273-5/+18
* Make the unnumbered slot templates' copy ctors use the copy ctors of theMartin Schulze2004-02-273-2/+13
* Bring it up-to-date (use sigc::ref). Make it work with the SUN Forte.Martin Schulze2004-02-272-14/+14
* Make is_base_and_derived<> work with the SUN Forte.Martin Schulze2004-02-242-1/+5
* Make is_base_and_derived<> platform independant. Make lambda_core<> ctorsMartin Schulze2004-02-193-8/+21
* Move some documentation to slot_base.h. Move some documentation toMartin Schulze2004-02-145-112/+117
* Create and use a typedef for the destroy_notify callback functions, toMurray Cumming2004-02-1317-638/+974
* Bump version number to 1.9.14. Add ChangeLog summary for version 1.9.14.Martin Schulze2004-02-133-4/+16
* slot_base: Added operator bool(), needed to check for a slot that isMurray Cumming2004-02-104-9/+24
* Build the docs directory, by adding it to SUBDIRS. Updated to be moreMurray Cumming2004-02-0612-24/+69
* Bump version number to 1.9.13. Add ChangeLog summary for version 1.9.13.Martin Schulze2003-11-309-42/+157
* Bump version number to 1.9.13. Add ChangeLog summary for version 1.9.13.Martin Schulze2003-11-301-0/+14
* Change to zero-based argument index in numbered bind() and hide() overloadMartin Schulze2003-11-117-208/+185
* Add unnumbered bind() and hide() overloads to make specifying the argumentMartin Schulze2003-11-107-7/+90
* Change functor type in typed_slot_rep toMartin Schulze2003-11-099-125/+349
* Bump version number to 1.9.12. Add ChangeLog summary for version 1.9.12.Martin Schulze2003-11-043-1/+22
* Document accumulators. Move slot_iterator_buf into namespace internal.Martin Schulze2003-11-035-85/+163
* Improve documentation of the core parts of the library. Test ptr_fun()Martin Schulze2003-11-0215-122/+211
* Move all .m4 files into new subdirectories sigc++/[...]/macros. InstallMartin Schulze2003-11-0228-6/+12
* Move all .m4 files into new subdirectories sigc++/[...]/macros. InstallMartin Schulze2003-11-021-14/+14
* Include sigc++/functors/mem_fun.h (Reported by Ron Steinke).Martin Schulze2003-11-024-0/+8
* Add negation operator I have completely overlooked until now. TestMartin Schulze2003-11-013-0/+9
* - Use a shorter notation for ..._mem_function variants. - Change order ofMartin Schulze2003-11-014-28/+66
* - Use a shorter notation for ..._mem_function variants. - Change order ofMartin Schulze2003-11-0112-677/+408
* New directory containing project files for Visual Studio .Net 2003.Martin Schulze2003-11-0121-0/+2858
* Use LIBSIGC_TEMPLATE_PREFIX in explicit function template instantiations.Martin Schulze2003-11-0112-156/+128
* Added test of win32 platform. Commented out AM_DISABLE_SHARED (DLLs areCedric Gustin2003-10-313-2/+30
* Add SigC::Signal#<>::slot(). Comment out make_slot() work-around. RemoveMartin Schulze2003-10-3020-54/+89
* Cleanup. Bring it up to date.Martin Schulze2003-10-273-48/+43
* Bump version number to 1.9.11. Add ChangeLog summary for version 1.9.11.Martin Schulze2003-10-263-1/+29
* Compatiblity module: Move definition of compatiblity classes SigC::SignalNMartin Schulze2003-10-2621-358/+1015