summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix project files to compile out-of-the-box and add dummy file so that .cclibsigc++-2.0.6Martin Schulze2004-10-1222-46/+242
* If SIGC_NEW_DELETE_IN_LIBRARY_ONLY is defined, implementMartin Schulze2004-10-126-30/+40
* Update for libtool 1.5a (with support for Intel C++). Remove bogusMartin Schulze2004-10-073-2/+9
* Bump version number to 2.0.6. Add ChangeLog summary for version 2.0.6.Martin Schulze2004-10-024-1/+18
* Update tests/.cvsignore (Martin)Martin Schulze2004-10-021-0/+1
* Rename (typed_)slot_rep::detach to (typed_)slot_rep::destroy. Call theMartin Schulze2004-10-024-23/+46
* Define and use new macro SIGC_NEW_DELETE_IN_LIBRARY_ONLY to ABI-compatiblyMartin Schulze2004-10-028-6/+56
* Add a missing template keyword in the definition ofMartin Schulze2004-09-262-1/+7
* Use correct bound_mem_functor variants for const (volatile) methods (fixesMartin Schulze2004-09-262-1/+6
* Correct link to lambda module.Martin Schulze2004-09-012-1/+5
* update .cvsignoreMartin Schulze2004-09-014-2/+5
* Update compatibility section.Martin Schulze2004-09-012-0/+5
* 2.0.5:libsigc++-2.0.5Martin Schulze2004-09-015-2/+16
* Use sigc::var("\n") instead of sigc::ref("\n"). Comment out the affectedMartin Schulze2004-08-216-14/+71
* tiny ChangeLog fixMurray Cumming2004-08-091-1/+1
* Added SIGC_API qualifier to all externally-visible non-templateJames Lin2004-08-047-56/+47
* Added SIGC_API qualifier to all externally-visible non-templateJames Lin2004-08-038-21/+109
* Remove type_trait<>::instance() (was unimplemented and unused; causedMartin Schulze2004-08-012-7/+5
* Fix typo concerning distribution of libsigc++-2.0.spec. Mention ourMartin Schulze2004-07-233-2/+9
* Don't call operator()() in sun_forte_workaround(); rather copyMartin Schulze2004-07-1510-16/+57
* Break "std::cout << [expr] << a << std::endl;" into "std::cout << [expr];Martin Schulze2004-07-152-4/+16
* Correct return type deduction of lambda expressions inMartin Schulze2004-07-153-6/+13
* Add configure check SIGC_OPERATOR_OVERLOAD_AMBUGUITY for a SUN FORTEMartin Schulze2004-07-158-131/+158
* Split SIGC_CXX_TEMPLATE_SPECIALIZATION_OPERATOR_OVERLOAD intoMartin Schulze2004-07-1116-41/+95
* Use sigc::ptr_fun instead of std::ptr_fun. (fixes bug #144846)Martin Schulze2004-07-112-1/+6
* new file patched generate spec file ignore generated file (Martin Schulze)Eric Bourque2004-07-115-2/+103
* Added some comments. operator=(): Check for self-asignment, though I doMurray Cumming2004-07-114-4/+29
* Added test_disconnect_during_emit.cc, to prove that this works.Murray Cumming2004-07-095-4/+44
* foo::operator(int): return a value. The SUN Forte 5.5 compiler complainsMurray Cumming2004-07-083-8/+31
* class signal*: Rename the slot_list typedef to slot_list_type, becauseMurray Cumming2004-07-082-9/+33
* SIGC_CXX_TEMPLATE_SPECIALIZATION_OPERATOR_OVERLOAD(): Don't define theMurray Cumming2004-07-075-6/+16
* Add '--force'-flag to the 'libtoolize'-command (bug #143425).Martin Schulze2004-05-312-1/+5
* Bump version number to 2.0.3. Add ChangeLog summary for version 2.0.3. Fixlibsigc++-2.0.3Martin Schulze2004-05-307-16/+53
* Bump version number to 2.0.2. Add ChangeLog summary for version 2.0.2.Martin Schulze2004-05-233-1/+14
* If a custom accumulator is specified invoke it on signal emission even ifMartin Schulze2004-05-202-22/+33
* Suppress compiler warning at dynamic_cast<>-test (suggested by Timothy M.Martin Schulze2004-05-202-1/+6
* Updated for libsigc++-2.0.Martin Schulze2004-05-012-2/+73
* 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