summaryrefslogtreecommitdiff
path: root/glib/glibmm/class.cc
Commit message (Expand)AuthorAgeFilesLines
* gmmproc: Improved handling of final typesKjell Ahlstedt2022-06-081-0/+9
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Revert "Class: A use of range-based for."Murray Cumming2017-02-231-3/+3
* Class: A use of range-based for.Murray Cumming2017-02-231-3/+3
* Object construction: Add custom class init and instance init functionsKjell Ahlstedt2017-02-151-10/+42
* Glib::ObjectBase: Use std::forward_list for interface class pointersKjell Ahlstedt2016-11-251-3/+2
* Glib::ObjectBase: Replace extra_object_base_data map by instance dataKjell Ahlstedt2016-11-241-6/+0
* Re-run clang-format on some files.Murray Cumming2016-02-261-4/+4
* Run clang-format on glib .cc files.Murray Cumming2016-02-261-50/+55
* C++11: Use emplace_back() instead of push_back().Murray Cumming2016-02-051-1/+1
* Glib: More nullptr instead of 0Kjell Ahlstedt2015-11-231-4/+1
* Glib: More nullptr instead of 0.Murray Cumming2015-11-201-10/+10
* More use of nullptr instead of 0.Murray Cumming2015-11-201-5/+5
* Make custom interface properties instance dataKjell Ahlstedt2014-07-211-0/+3
* Rename ambiguously named overridden property variable and typePovilas Kanapickas2014-07-071-8/+9
* Add interfaces to custom types before class_init.Kjell Ahlstedt2013-08-011-1/+62
* Custom Interface Properties: Use base finalize function to free data.José Alburquerque2013-05-141-3/+3
* Custom Interfaces: Implement derived interface properties in present.José Alburquerque2013-04-221-1/+22
* Add a commentMurray Cumming2013-04-031-1/+1
* Strip trailing whitespace.Mark Vender2012-10-291-2/+2
* Fix some warnings found by clang++.Murray Cumming2012-03-191-1/+1
* class.cc: Avoid compiler warnings when using -std=c++0x with g++.Murray Cumming2011-11-231-4/+20
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-2/+0
* Increased versionglibmm-2.21.1-realMurray Cumming2009-06-291-1/+11
* Type registration: Ignore NULL GTypes, preventing crashes.Murray Cumming2009-05-141-3/+14
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* Add a silly line to avoid unused parameters when GLIBMM_EXCEPTION_ENABLEDMurray Cumming2006-10-041-2/+1
* Merged changes from glibmm-2-10 branch.Murray Cumming2006-05-121-0/+2
* Temporarily reverted some stuff. I will recommit some of it.Murray Cumming2005-01-211-13/+0
* #include glibmmconfig.h so thatMurray Cumming2005-01-211-1/+1
* Fix the buildMurray Cumming2005-01-201-3/+0
* More use of exern C, with an intermediate callback, to satisfy the IRIXMurray Cumming2005-01-201-0/+16
* Initial revisionMurray Cumming2003-01-071-0/+116