summaryrefslogtreecommitdiff
path: root/glib/src/variant.hg
Commit message (Expand)AuthorAgeFilesLines
* Variant: Fix so it works with C++20Magne Oestlyngen2021-04-061-20/+20
* glib/src: Decorate classes and methods with GLIBMM_APIChun-wei Fan2020-03-071-15/+15
* Variant: Avoid . to not split an intro doc commentDaniel Boles2020-01-051-1/+1
* Glib::Variant<std::tuple<>>::create(): Fix memory leakKjell Ahlstedt2019-07-081-2/+3
* Glib::Value: Add ValueBase_VariantKjell Ahlstedt2019-01-201-11/+3
* Glib: Add some Glib::Value<> specializationsKjell Ahlstedt2019-01-181-0/+22
* Use {} for function arguments initialisationTapasweni Pathak2019-01-131-1/+1
* Update some @newin commandsKjell Ahlstedt2018-04-261-8/+8
* Variant: Slightly elaborate Variant<Variant> docsDaniel Boles2018-01-151-1/+8
* Glib::VariantBase::cast_dynamic(): Remove noexcept(false)Kjell Ahlstedt2017-11-201-4/+2
* Glib::VariantBase: Add operator==() and operator!=()Kjell Ahlstedt2017-11-141-21/+33
* Variant: Fix typo: unclosed monospace tagDaniel Boles2017-10-231-1/+1
* Glib::Variant: Hide namespace Glib::detail from DoxygenKjell Ahlstedt2017-09-181-0/+4
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Glib::Variant: Improved support for D-Bus object paths and signaturesKjell Ahlstedt2017-08-161-8/+163
* Variant: Use own get_n_children() instead of C APIDaniel Boles2017-05-291-4/+2
* Variant: Avoid unused declaration warnings.Murray Cumming2017-05-261-2/+2
* C++11: Variant: Replace more throw(std::bad_cast) with noexcept(false).Murray Cumming2017-04-041-2/+2
* C++11: Variant: Replace throw(std::bad_cast) with noexcept(false).Murray Cumming2017-04-041-1/+1
* Glib::Variant: Add template specialization for std::tupleAlexander Rössler2017-03-061-0/+186
* Glib::Variant—Improve documentation of get_maybe()Daniel Boles2017-02-131-4/+5
* Glib::Variant—Explain how to create “maybe” typesDaniel Boles2017-02-131-2/+5
* Glib::Variant: Fix a copy-pasted typo in func docsDaniel Boles2017-02-051-4/+4
* Glib::Variant: Remove the string specializations of cast_dynamicKjell Ahlstedt2016-12-271-10/+0
* Remove deprecated API.Murray Cumming2016-11-141-24/+0
* Remove trailing whitespace.Murray Cumming2016-05-161-1/+1
* Use _DEPRECATE_IFDEF_START/END in .hg/ccg files.Murray Cumming2016-04-101-2/+2
* VariantBase: Add explicit operator bool().Murray Cumming2016-04-101-0/+12
* C++11: .hg/.ccg files: Replace typedefs with using.Murray Cumming2016-03-311-26/+26
* C++11: Use emplace_back() instead of push_back().Murray Cumming2016-02-051-1/+1
* C++11: More uses of range-based for.Murray Cumming2015-07-151-7/+5
* Fix the version numbers in some @newin Doxygen commandsKjell Ahlstedt2015-05-081-2/+2
* Glib::Variant: Wrap handles, add get_data_as_bytes()Kjell Ahlstedt2015-04-271-6/+12
* Glib::Variant: Improve handling of object paths and signaturesKjell Ahlstedt2015-04-131-51/+43
* Add an empty line after @newin where it's missingKjell Ahlstedt2014-12-111-0/+1
* Add a TODO commentMurray Cumming2014-04-031-0/+1
* Add Glib::VariantDict, needed for GApplication.Murray Cumming2014-04-031-0/+2
* Fix some doxygen warningsKjell Ahlstedt2014-01-311-2/+3
* Add _IGNORE()s, remove obsolete commentsKjell Ahlstedt2014-01-211-1/+1
* Remove obsolete comment.Murray Cumming2013-09-171-3/+0
* giomm: Add VariantParseError.Murray Cumming2013-09-171-0/+8
* Glib::Variant: Fix memory leaks.Kjell Ahlstedt2013-07-271-2/+6
* Glib::VariantBase: Added check_format_string().Murray Cumming2013-03-211-0/+5
* Documentation: Fix many warnings from Doxygen.Kjell Ahlstedt2013-01-271-6/+13
* Variant: Allow containing complex types in arrays and in variants.José Alburquerque2012-12-281-15/+103
* VariantBase: Add operator for BoolExpr (const void*).Andrew Potter2012-12-181-0/+37
* VariantType: Correct the referencing in the create*() methods.José Alburquerque2012-11-201-0/+4
* Variant: Don't refsink variants created using the custom cast ctor.José Alburquerque2012-11-061-9/+0
* Variant< std::vector<std::string> >: Add create_from_object_paths().José Alburquerque2012-11-061-0/+12
* Resolver: Add the lookup_records_async() methods.José Alburquerque2012-10-291-1/+1