summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* resolver example: Use std:stoul instead of stdstrtoulMurray Cumming2015-09-011-1/+1
* resolver example: Use std::strtoul instead of strtoul.Murray Cumming2015-09-011-1/+1
* Deprecate Regex now that we have std::regex.Murray Cumming2015-09-012-46/+0
* C++11: Use of the override keyword.Murray Cumming2015-07-171-5/+5
* C++11: examples/tests: More use of auto.Murray Cumming2015-07-159-18/+18
* Examples: OptionGroup: Make the args public again to fix the build.Murray Cumming2015-07-151-0/+1
* examples: Avoid more shadowed variables.Murray Cumming2015-07-154-9/+9
* C++11: Use the override keyword.Murray Cumming2015-07-152-8/+9
* C++11: examples: more use of auto.Murray Cumming2015-07-0913-54/+43
* C++11: examples: Use nullptr.Murray Cumming2015-07-095-13/+13
* C++11: examples: No need for > > now.Murray Cumming2015-07-092-2/+2
* C++11: Use range-based for loops.Murray Cumming2015-07-095-19/+18
* Gio::Settings: Replace connect_changed() by signal_changed(key)Kjell Ahlstedt2015-05-231-0/+14
* Network example: Use Glib::OptionEntry and friendsKjell Ahlstedt2014-08-062-93/+142
* Network example: Add --use-ipv6 command line optionShashank2014-08-062-3/+30
* examples/network: Use SocketSource and SignalSocket.Kjell Ahlstedt2014-05-152-24/+8
* Options example: For the remaining arg(s), remove description.Murray Cumming2014-04-081-1/+0
* Revert "C++11: Use auto in examples."Murray Cumming2013-06-2717-73/+86
* C++11: Use auto in examples.Murray Cumming2013-06-2617-86/+73
* Threads::Thread::create(): Update the documentation.Kjell Ahlstedt2013-02-201-1/+1
* Use std::size_t and std::ptrdiff_t.Kjell Ahlstedt2012-09-121-3/+3
* Dispatcher examples: Use Glib::signal_idle().connect_once().Kjell Ahlstedt2012-03-222-20/+14
* Fix exceptions thrown by Thread::create() and Threads::Thread::create.Kjell Ahlstedt2012-02-286-8/+7
* Add Glib::Threads::* in threads.h, deprecating everything in thread.hMurray Cumming2011-11-237-22/+24
* Avoid use of deprecated API in tests and examples.Murray Cumming2011-10-266-9/+6
* threadpool example: Use Mutex instead of StaticMutex.Murray Cumming2011-10-261-3/+1
* thread.h: Allow use of this without causing deprecation compiler warnings.Murray Cumming2011-10-262-2/+2
* Fix the make check build by always linking to gthread-2.0.Murray Cumming2011-10-252-26/+7