summaryrefslogtreecommitdiff
path: root/glib/glibmm/object.cc
Commit message (Expand)AuthorAgeFilesLines
* Glib: NodeTree etc.: Use callback functions with C linkageKjell Ahlstedt2023-04-021-0/+16
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* ConstructParams: Do not increment allocation size twiceDaniel Elstner2017-05-091-2/+3
* Remove Glib::WeakRefMurray Cumming2017-04-071-22/+0
* ConstructParams: Remove copy constructor.Murray Cumming2017-04-061-27/+0
* Object: Use g_object_new_with_properties().Murray Cumming2017-04-041-24/+36
* Object construction: Add custom class init and instance init functionsKjell Ahlstedt2017-02-151-9/+9
* Glib::ObjectBase: Use std::forward_list for interface class pointersKjell Ahlstedt2016-11-251-4/+9
* Glib::ObjectBase: Replace extra_object_base_data map by instance dataKjell Ahlstedt2016-11-241-26/+4
* Run clang-format on glib .cc files.Murray Cumming2016-02-261-81/+85
* Remove now-unnecessary includes of glibmm/threads.h.Murray Cumming2015-11-271-1/+0
* ObjectBase: Change extra_object_base_data_mutex to a std::mutex.Murray Cumming2015-11-261-12/+14
* Glib: More nullptr instead of 0.Murray Cumming2015-11-201-3/+3
* ObjectBase, Object, Interface: Fix move constructors and move assignmentsKjell Ahlstedt2015-10-311-4/+6
* Make destructors explicitly noexcept.Murray Cumming2015-08-311-2/+2
* Object: Move constructor: Use initialize_move().Murray Cumming2015-08-221-2/+4
* Glib::ObjectBase, Object, Interface: Add move operators.Murray Cumming2015-08-221-0/+10
* C++11: Use nullptr.Murray Cumming2015-07-161-2/+2
* Add interfaces to custom types before class_init.Kjell Ahlstedt2013-08-011-3/+29
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* Clean up glib includes (Bug #563987)Jonathon Jongsma2008-12-101-1/+0
* Include string.h to fix the build with SUN CC. Bug #498438.Tim Mooney2008-03-101-0/+2
* fix build issue when using gcc4.3 (#498438)Sebastien Bacher2007-11-201-0/+1
* Clean up the code a bit. (get_application_name): Remove the code thatDaniel Elstner2007-01-201-10/+10
* Spring cleaning. ditto.Daniel Elstner2004-06-201-21/+16
* :ConstructParams): Implement the copy constructor in a way that actuallyDaniel Elstner2004-05-131-10/+18
* Remove the parent get_type() call from the Class::init() function, becauseMurray Cumming2004-03-131-0/+10
* Object::Object() default constructor. Remove the warning because we reallyMurray Cumming2004-01-121-3/+25
* Now uses ObjectBase instead of Object, because glib can now haveMurray Cumming2003-11-011-10/+0
* Initial revisionMurray Cumming2003-01-071-0/+287