summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Add Gio::Subprocess, SubprocessLauncher and examples/subprocessKjell Ahlstedt2023-04-173-0/+119
* Glib::Dispatcher: Add const versions of emit() and operator()()Kjell Ahlstedt2023-02-221-1/+1
* meson.build: Specify 'check' option in run_command()Kjell Ahlstedt2022-02-141-1/+0
* Meson build: No implicit_include_directoriesKjell Ahlstedt2021-04-081-0/+1
* Meson build: Make it possible to use glibmm as a subprojectKjell Ahlstedt2021-03-121-2/+2
* Meson build: examples and tests: Add dependency('threads')Kjell Ahlstedt2021-03-121-1/+5
* examples, tests: Disable deprecated API when building with MesonKjell Ahlstedt2020-03-091-0/+1
* examples/thread/dispatcher.cc: Make C++17 compliantChun-wei Fan2020-03-021-3/+5
* examples: Don't build child_watch and iochannel_stream on WindowsChun-wei Fan2020-03-021-2/+8
* Add support for building glibmm with MesonKjell Ahlstedt2020-03-011-0/+64
* Prepare existing files for building with MesonKjell Ahlstedt2020-03-011-3/+0
* Avoid unnecessary conversions between std::string and Glib::ustringKjell Ahlstedt2019-11-183-13/+11
* Remove Glib::TimeValKjell Ahlstedt2019-08-132-10/+10
* Glib::Property: Update for compatibility with Gtk::BuilderKjell Ahlstedt2019-06-271-0/+4
* Glib::KeyFile: Make it a _CLASS_OPAQUE_REFCOUNTEDKjell Ahlstedt2019-02-021-5/+5
* Glib::IOCondition: Add an IO_ prefix to the enumerator namesKjell Ahlstedt2017-09-054-8/+8
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-3014-30/+15
* Glib::OptionEntry: Use _WRAP_ENUM for Glib::OptionEntry::FlagsKjell Ahlstedt2017-06-121-2/+2
* Glib::SignalProxy: Make a specialization for void signal handlersKjell Ahlstedt2017-04-231-1/+1
* Gio::Socket: Move enums into class.Murray Cumming2017-04-182-5/+5
* Fix make check when _WRAP_ENUM generates enum classKjell Ahlstedt2017-04-117-17/+18
* Use std::dynamic_pointer_cast<>().Murray Cumming2017-04-073-3/+3
* Glib::OptionGroup: Modify on_[pre|post]_parse(), on_error()Kjell Ahlstedt2017-03-211-6/+6
* Gio::Resolver: Use std::vector instead of Glib::ListHandle<>.Murray Cumming2017-03-201-5/+3
* Examples: Make a single-parameter constructor explicit.Murray Cumming2016-12-121-1/+1
* Examples: Network: Small const improvement.Murray Cumming2016-12-122-2/+2
* examples/Makefile.am: Re-insert the dispatcher examplesKjell Ahlstedt2016-11-251-8/+3
* Remove deprecated Thread and Threads API.Murray Cumming2016-11-143-199/+1
* Examples: Avoid a warning about unused code.Murray Cumming2016-11-051-4/+0
* Examples: Use libsigc++ 2.9/10 and its slot/signal<R(Args...)> syntax.Murray Cumming2016-03-314-9/+9
* C++11: .h/.cc files: Replace typedefs with using.Murray Cumming2016-03-311-1/+1
* Correct bad uses of sigc::bind<1>.Murray Cumming2016-03-082-2/+2
* Rearrange some multiline comments.Murray Cumming2016-02-271-1/+2
* Re-run clang-format on some files.Murray Cumming2016-02-261-1/+1
* Run clang-format on the examples.Murray Cumming2016-02-2621-1305/+1276
* C++11: Use emplace_back() instead of push_back().Murray Cumming2016-02-051-4/+4
* Threads example: Fix build on Visual StudioChun-wei Fan2016-01-201-0/+5
* example: Remove unnecessary virtual keywords on destructors.Murray Cumming2015-12-242-3/+3
* examples/network: Improve the time-out functionalityKjell Ahlstedt2015-12-062-25/+58
* Fix the build with --disable-deprecated-apiKjell Ahlstedt2015-12-051-3/+14
* Deprecated Glib::ThreadPool.Murray Cumming2015-11-261-0/+6
* examples/tests: Use simpler std::thread constructor.Murray Cumming2015-11-264-25/+7
* thread example: Use std::unique_ptr<> with std::thread.Murray Cumming2015-11-261-7/+5
* resolver example: Use std::mutex instead of G_LOCK_DEFINE_STATIC.Murray Cumming2015-11-261-7/+5
* Network examples: Use std::thread instead of Glib::Threads::Thread.Murray Cumming2015-11-263-7/+52
* examples: dispatcher: Use std::thread and friends.Murray Cumming2015-11-262-15/+37
* thread example: Use std::thread, etc, instead of deprecated Glib::Threads::*.Murray Cumming2015-11-261-16/+39
* threadpool example: Use std::mutex instead of Glib::Threads::Mutex.Murray Cumming2015-11-261-3/+4
* Examples: Use nullptr instead of 0.Murray Cumming2015-11-201-1/+1
* Revert "Deprecate Regex now that we have std::regex."Murray Cumming2015-09-012-0/+46