summaryrefslogtreecommitdiff
path: root/glib/src/variant.hg
Commit message (Expand)AuthorAgeFilesLines
* Variant: Slightly elaborate Variant<Variant> docsglibmm-2-52Daniel Boles2018-01-151-1/+8
* Variant: Fix typo: unclosed monospace tagDaniel Boles2017-10-231-1/+1
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Variant: Use own get_n_children() instead of C APIDaniel Boles2017-05-291-4/+2
* C++11: Variant: Replace more throw(std::bad_cast) with noexcept(false).Murray Cumming2017-04-041-4/+4
* C++11: Variant: Replace throw(std::bad_cast) with noexcept(false).Murray Cumming2017-04-041-1/+1
* 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
* 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
* Implement custom cast constructor for VariantBase.Krzesimir Nowak2012-07-281-0/+1
* VariantContainerBase: Add create_maybe().José Alburquerque2011-10-121-0/+4
* giomm: Add Action class wrapping GAction.José Alburquerque2011-09-201-0/+2
* Gio::DBus: Minor API changes.Murray Cumming2011-04-011-0/+6
* Variant: Rename get(index) to get_child(index).Murray Cumming2011-03-291-12/+12
* Variant: Move constructor definitions into the .cc file.Murray Cumming2011-03-291-49/+14
* Variant: Really declare the cast_dyamic() specialization for ustring.Murray Cumming2011-03-291-5/+12
* Variant: Add cast_dynamic<> specializations for strings.Murray Cumming2011-03-281-0/+6
* Avoid use of NULL in C++Murray Cumming2011-03-271-1/+1
* Variant: Improved the documentation, based on the C documentation.Murray Cumming2011-03-241-20/+61
* Correct some range checks to use >= instead of just >.Murray Cumming2011-03-211-1/+1
* Variant: Remove unncessary Glib:: namespace qualification.Murray Cumming2011-03-161-76/+76
* Gio::Variant: Add some get() method overloads.Murray Cumming2011-03-161-0/+5
* Gio::Variant: Use _WRAP_METHOD() instead of hand-coding.Murray Cumming2011-03-161-9/+15
* Variant: Added Variant<VariantBase>::get().Yannick Guesnet2011-03-161-1/+1
* Variant: Add a cast operator.Yannick Guesnet2011-03-161-1/+28