summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.56.12.56.1glibmm-2-56Kjell Ahlstedt2018-10-312-1/+21
* Add tools/gen_scripts/generate_all.shKjell Ahlstedt2018-10-311-0/+13
* Merge branch 'glibmm-2-56.nmake' into 'glibmm-2-56'Kjell Ahlstedt2018-10-3069-5558/+853
|\
| * Update .gitignoreChun-wei Fan2018-10-291-3/+3
| * Update build instructions in README.win32Chun-wei Fan2018-10-291-14/+25
| * build: Remove Visual Studio 2015 projectsChun-wei Fan2018-10-2941-5464/+0
| * build: Add NMake MakefilesChun-wei Fan2018-10-2911-48/+776
| * build: Split out automake-specific items from filelist.am'sChun-wei Fan2018-10-2910-20/+40
| * builds: Rename MSVC_Net2015 as MSVC_NMakeChun-wei Fan2018-10-2947-8/+8
|/
* tools/test_scripts/testheaders.sh: Fix a directory testKjell Ahlstedt2018-10-261-1/+1
* AsyncResult: Fix grammar error, <tt>ify enumeratorDaniel Boles2018-10-071-1/+1
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-08-315-31/+32
* MSVC builds: Ensure we build variantdbusstring.ccChun-wei Fan2018-08-293-0/+5
* MSVC builds: Require Visual Studio 2015Chun-wei Fan2018-08-2948-92/+92
* configure.ac: Require glib-2.0 >= 2.55.1Kjell Ahlstedt2018-07-181-2/+2
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-175-13/+29
* Revert "Avoid compiler warnings from function pointer conversions"Kjell Ahlstedt2018-07-173-52/+8
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-133-8/+52
* Glib::MainContext: g_main_context_wait() is deprecatedKjell Ahlstedt2018-07-052-12/+12
* SocketClient: Take copy in RefPtrs for signal argsDaniel Boles2018-07-021-2/+2
* AsyncResult: Bin obsolete docs re: initing GThreadDaniel Boles2018-05-201-3/+0
* ustring: Fix wchar conversion on macOS with libc++Clemens Lang2018-04-261-3/+3
* 2.56.02.56.0Kjell Ahlstedt2018-03-312-1/+45
* Gio::DesktopAppInfo: Add get_locale_string()Kjell Ahlstedt2018-03-291-1/+2
* Gio::Application: Add set_option_context_*()Kjell Ahlstedt2018-03-291-0/+4
* Gio::Application: Add property_resource_base_path_string()Kjell Ahlstedt2018-03-212-6/+35
* Glib::RefPtr: Add get()Kjell Ahlstedt2018-03-212-2/+19
* Glib::Module: Remove obsolete _IGNORE() directivesKjell Ahlstedt2018-03-201-2/+1
* Gio::AppInfo: Change some parameter namesKjell Ahlstedt2018-03-202-19/+19
* Gio::DataInputStream: Deprecate read_until() and friendsKjell Ahlstedt2018-03-202-13/+16
* Gio::TlsClientConnection: Deprecate set/get/property_use_ssl3()Kjell Ahlstedt2018-03-201-10/+5
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2018-03-2011-765/+4264
* member.m4: Add _MEMBER_SET_STR, setter for stringsPavlo Solntsev2018-03-021-0/+21
* Gio::DataInputStream: Disable deprecation warnings from glibKjell Ahlstedt2018-02-152-3/+6
* Glib::TimeoutSource: Use monotonic time consistentlyKjell Ahlstedt2018-01-252-20/+8
* Gio::TlsClientConnection: Disable deprecation warnings from glibKjell Ahlstedt2018-01-181-0/+7
* Variant: Slightly elaborate Variant<Variant> docsDaniel Boles2018-01-151-1/+8
* Glib::Threads::Private: Fix gobj()Kjell Ahlstedt2017-12-201-1/+1
* Glib::VariantBase::cast_dynamic(): Remove noexcept(false)Kjell Ahlstedt2017-11-202-11/+7
* Variant: Fix typo: unclosed monospace tagDaniel Boles2017-10-231-1/+1
* gmmproc, _WRAP_METHOD_DOCS_ONLY: Optionally suppress @return sectionKjell Ahlstedt2017-10-133-12/+18
* Gio::Action: Add exception specs to errthrowKjell Ahlstedt2017-09-291-1/+1
* Glib::KeyFile, OptionContext, Regex: Add exception specs to errthrowKjell Ahlstedt2017-09-293-22/+33
* gmmproc: _WRAP_METHOD: Accept optional list of exceptions in errthrowKjell Ahlstedt2017-09-293-9/+34
* Gio::DataInputStream: Fix the documentation of read_line_utf8()Kjell Ahlstedt2017-09-241-19/+42
* gmmproc: Suppress the @return section if return type is voidKjell Ahlstedt2017-09-241-6/+10
* tests: Avoid unused function warnings from G_DECLARE_INTERFACE()Murray Cumming2017-09-201-0/+7
* tests/glibmm_variant: Use C++14 features conditionallyKjell Ahlstedt2017-09-192-2/+12
* Glib::Variant: Avoid warnings from clang++Kjell Ahlstedt2017-09-192-3/+2
* 2.54.12.54.1Kjell Ahlstedt2017-09-182-1/+16