summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Fix the build with --disable-deprecated-apiKjell Ahlstedt2015-11-081-1/+1
* StreamIOChannel: Use the override keyword.Murray Cumming2015-11-061-7/+7
* ObjectBase, Object, Interface: Fix move constructors and move assignmentsKjell Ahlstedt2015-10-313-21/+33
* C++11: Gio::*Source: Use the override keyword.Murray Cumming2015-10-261-9/+9
* C++11: Glib::Error::what(): Use the override keyword.Murray Cumming2015-10-261-1/+1
* Revert "Add Glib::c_str_or_null()"Kjell Ahlstedt2015-10-191-8/+0
* Add Glib::c_str_or_null()Kjell Ahlstedt2015-10-191-0/+8
* Fix the build with --enable-warnings=fatalKjell Ahlstedt2015-09-231-1/+2
* Glib::RefPtr: Enable disallowance with certain classesKjell Ahlstedt2015-09-161-0/+35
* Glib::WeakRef: Add noexceptKjell Ahlstedt2015-09-152-42/+45
* Add Glib::WeakRef<>Kjell Ahlstedt2015-09-152-0/+448
* Fix the build after modification of timer.ccKjell Ahlstedt2015-09-091-5/+1
* glibmm: More Fixes on Building on Visual Studio 2013Chun-wei Fan2015-09-092-2/+2
* glib/glibmmconfig.h: Allow Build on Visual Studio 2013Chun-wei Fan2015-09-091-0/+5
* Revert "Deprecate Regex now that we have std::regex."Murray Cumming2015-09-013-8/+2
* ObjectBase: move operations: Call the sigc::trackable base.Murray Cumming2015-09-011-1/+4
* IOChannel: move operations: Call the base sigc::trackable.Murray Cumming2015-09-011-1/+4
* Markup: Add move operationsMurray Cumming2015-09-012-0/+37
* Deprecate Regex now that we have std::regex.Murray Cumming2015-09-013-2/+8
* RefPtr: Make everything else noexcept too.Murray Cumming2015-08-311-41/+42
* RefPtr: Make destructor, move operations and swap() noexcept.Murray Cumming2015-08-311-13/+13
* Interface: Make move operations noexcept.Murray Cumming2015-08-312-4/+4
* Make destructors explicitly noexcept.Murray Cumming2015-08-3139-64/+64
* gmmproc: Make destructors explicitly noexcept.Murray Cumming2015-08-311-2/+2
* docs: Include unused headers in reference documentationDaniel Elstner2015-08-261-1/+3
* C++11: _CLASS_GENERIC classes: Add move operations.Murray Cumming2015-08-2316-3/+199
* C++11: Use = delete instead of private copy operations.Murray Cumming2015-08-238-104/+94
* Interface: Move constructor: Add comment about not calling initialize_move().Murray Cumming2015-08-221-1/+7
* Object: Move constructor: Use initialize_move().Murray Cumming2015-08-221-2/+4
* ObjectBase: Add initialize_move().Murray Cumming2015-08-222-0/+50
* C++11: Mark all _CLASS_OPAQUE_REFCOUNTED classes as final.Murray Cumming2015-08-224-4/+4
* Glib::ObjectBase, Object, Interface: Add move operators.Murray Cumming2015-08-226-0/+47
* Regenerate _docs.xml files.Murray Cumming2015-08-201-3/+42
* Regenerate *_docs.xml files.Murray Cumming2015-08-151-35/+22
* Glib::RefPtr: minor release() improvements.Marcin Kolny2015-08-071-1/+6
* RefPtr: move assignment operator: Use swap().Murray Cumming2015-08-011-9/+3
* Regenerate gio_methods.defs, glib_functions.defs, gobject_functions.defsKjell Ahlstedt2015-07-302-129/+0
* Glib::RefPtr: add missing constructor and assignment operatorMarcin Kolny2015-07-271-0/+30
* Glib::RefPtr: add "release()" methodMarcin Kolny2015-07-271-0/+15
* Update glib_enums.defs.patch, add gio_enums.defs.patchKjell Ahlstedt2015-07-241-21/+6
* Revert "Glib::List_Iterator (and similar): Deprecate via ifdef."Murray Cumming2015-07-241-4/+0
* HelperList: Don't use ifndef GLIBMM_DISABLE_DEPRECATED around this.Murray Cumming2015-07-241-2/+6
* C++11: Replace throw() with noexcept.Murray Cumming2015-07-196-6/+6
* Glib::RefPtr: Move assignment operator: Unref the previous object.Murray Cumming2015-07-191-0/+9
* RefPtr: Add move constructor and move assignment operator.Murray Cumming2015-07-181-0/+23
* RefPtr<>: Don't mention RefPtr<T_CppObject> when just RefPtr is allowed.Murray Cumming2015-07-181-22/+22
* C++11: Use = delete instead of private to make classes noncopyable.Murray Cumming2015-07-1812-74/+80
* Glib::List_Iterator (and similar): Deprecate via ifdef.Murray Cumming2015-07-171-0/+4
* IOChannel: Documentation: Mark vfuncs as deprecated.Murray Cumming2015-07-171-9/+31
* C++11: Use of the override keyword.Murray Cumming2015-07-172-3/+3