summaryrefslogtreecommitdiff
path: root/glib/glibmm/value.h
Commit message (Expand)AuthorAgeFilesLines
* glib/glibmm/*.h: Mark classes and methods with GLIBMM_APIChun-wei Fan2020-03-051-11/+11
* gmmproc: Add _IS_REFCOUNTED_BOXEDTYPEKjell Ahlstedt2019-01-301-0/+21
* Glib::Value: Add Value<std::vector<string>> specializationsKjell Ahlstedt2019-01-271-0/+31
* Glib::Value: Add ValueBase_VariantKjell Ahlstedt2019-01-201-1/+20
* Glib::Value: Remove obsolete create_param_spec() overloadKjell Ahlstedt2019-01-181-9/+0
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Glib::Value_Flags<>: static_cast to correct typeKjell Ahlstedt2017-06-151-1/+1
* Value: Only use RefPtr specialization for types that have get_base_type().Murray Cumming2017-04-151-3/+29
* Fix build when _WRAP_ENUM generates enum classKjell Ahlstedt2017-04-111-2/+2
* Value: Remove the CType alias.Murray Cumming2017-04-091-7/+1
* Use std::dynamic_pointer_cast<>().Murray Cumming2017-04-071-4/+4
* Glib::Property: allow to set property nick, blurb and flags.Marcin Kolny2016-04-011-0/+15
* C++11: .h/.cc files: Replace typedefs with using.Murray Cumming2016-03-311-13/+13
* Run clang-format on glib .h files.Murray Cumming2016-02-261-27/+17
* Glib: More nullptr instead of 0Kjell Ahlstedt2015-11-231-2/+1
* Make destructors explicitly noexcept.Murray Cumming2015-08-311-1/+1
* Value: Remove unneeded whitespace in source files.José Alburquerque2013-04-291-1/+0
* Strip trailing whitespace.Mark Vender2012-10-291-2/+2
* Get rid of all uses of GLIBMM_USING_STD()Daniel Elstner2009-08-161-3/+2
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* Restored the init(GValue*) method that was lost when merging changes fromMurray Cumming2006-05-141-0/+12
* Merged changes from glibmm-2-10 branch.Murray Cumming2006-05-121-12/+0
* Added init(const GValue*), so that we can copy GValue instances of anyMurray Cumming2006-05-091-0/+12
* Added new compiler tests. 1. To see whether it allows use of non extern CMurray Cumming2005-01-211-2/+6
* Temporarily reverted some stuff. I will recommit some of it.Murray Cumming2005-01-211-17/+1
* I mean Tru64, not MipsProMurray Cumming2005-01-201-1/+1
* Custom boxed types, more #ifdef ABI-changing to add intermediate extern-CMurray Cumming2005-01-201-2/+6
* Custom boxed types, more #ifdef ABI-changing to add intermediate extern-CMurray Cumming2005-01-201-0/+12
* Used ifdef GLIBMM_HAVE_DISAMBIGUOUS_CONST_TEMPLATE_SPECIALIZATIONS toMurray Cumming2004-03-141-1/+4
* tiny docs change.Murray Cumming2004-01-161-1/+1
* Initial revisionMurray Cumming2003-01-071-0/+312