summaryrefslogtreecommitdiff
path: root/glib/glibmm/exceptionhandler.h
Commit message (Collapse)AuthorAgeFilesLines
* glib/glibmm/*.h: Mark classes and methods with GLIBMM_APIChun-wei Fan2020-03-051-0/+2
| | | | | This prepares the code to use __declspec(dllexport) to export all symbols, so that we can eventually bid farewell to gendf.exe
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-3/+1
| | | | Bug 786824
* sigc3: .h/.cc files: Use slot/signal<R(Args...)> syntax.Murray Cumming2016-11-141-1/+1
|
* Run clang-format on glib .h files.Murray Cumming2016-02-261-3/+1
|
* C++11: Replace throw() with noexcept.Murray Cumming2015-07-191-1/+1
|
* Glib::add_exception_handler(): Fix misplaced endif.Kjell Ahlstedt2012-06-041-2/+1
| | | | | * glib/glibmm/exceptionhandler.h: Fix a misplaced endif, which has made Doxygen exclude add_exception_handler() from the documentation.
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-2/+0
| | | | | | | | | * configure.ac: Removed the --enable-api-exceptions, --enable-api-properties, --enable-api-vfuncs and --enable-api-default-signal-handlers options. * build/reduced.m4: Removed. * tools/m4/*.m4: * tools/pm/Output.pm: Remove any use of ifdefs and auto_ptr for reduced API. * *.[hg|ccg|h|cc]: Remove the idefed code.
* Get rid of all uses of GLIBMM_USING_STD()Daniel Elstner2009-08-161-3/+1
| | | | | | | | | | * glib/src/*.{ccg,hg}: Remove all uses of GLIBMM_USING_STD(). We definitely do not need this anymore, and probably never did. We never covered all symbols from namespace std anyway and never got any complaint about it. Also, be careful to always include the glibmmconfig.h header when it is needed. * glib/glibmm/*.{cc,h}: ditto. * glib/glibmmconfig.h.in: Clean up and re-indent.
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
| | | | | | | | | | 2009-01-20 Deng Xiyue <manphiz@gmail.com> * Change license header to mention Lesser General Public License version 2.1 instead of Library General Public License, to be consistent with COPYING. svn path=/trunk/; revision=779
* Merged changes from glibmm-2-10 branch.Murray Cumming2006-05-121-0/+3
|
* glibmm now uses libsigc++ 2 instead of libsigc++ 1.2. See bug #125061 forMurray Cumming2004-02-101-1/+1
| | | | | | | 2004-02-10 Murray Cumming <murrayc@usa.net> * glibmm now uses libsigc++ 2 instead of libsigc++ 1.2. See bug #125061 for more details. We must update CHANGES later.
* Initial revisionMurray Cumming2003-01-071-0/+45