index
:
delta/glibmm.git
c++11
c++11v2
c++11v3
fix-if-git-build-msvc-2-66
fix.gcc.win32.warnings.266
gapplication
glibmm-2-10
glibmm-2-12
glibmm-2-14
glibmm-2-16
glibmm-2-18
glibmm-2-20
glibmm-2-20-mm-common
glibmm-2-22
glibmm-2-24
glibmm-2-26
glibmm-2-28
glibmm-2-30
glibmm-2-32
glibmm-2-34
glibmm-2-36
glibmm-2-38
glibmm-2-4
glibmm-2-40
glibmm-2-42
glibmm-2-44
glibmm-2-46
glibmm-2-48
glibmm-2-50
glibmm-2-52
glibmm-2-54
glibmm-2-56
glibmm-2-58
glibmm-2-6
glibmm-2-60
glibmm-2-62
glibmm-2-64
glibmm-2-66
glibmm-2-68
glibmm-2-70
glibmm-2-72
glibmm-2-74
glibmm-2-76
glibmm-2-8
glibmm-3maybe
glibmm-gir-gmmproc
gmmproc-refactor
kjellahl/testci
master
master.nmake
mkolny/meson-build
mkolny/use-mmgirgenerator
msvc.fix.symbol
refptr_as_sharedptr
refptr_as_sharedptr_v2
refptr_as_sharedptr_v3
refptr_as_sharedptr_v4
sigc3
sigc3v2
vector
wip/dboles/Binding-Issue#62
wip/dboles/ustring
gitlab.gnome.org: GNOME/glibmm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Examples: Make a single-parameter constructor explicit.
Murray Cumming
2016-12-12
1
-1
/
+1
*
Examples: Network: Small const improvement.
Murray Cumming
2016-12-12
2
-2
/
+2
*
examples/Makefile.am: Re-insert the dispatcher examples
Kjell Ahlstedt
2016-11-25
1
-8
/
+3
*
Remove deprecated Thread and Threads API.
Murray Cumming
2016-11-14
3
-199
/
+1
*
Examples: Avoid a warning about unused code.
Murray Cumming
2016-11-05
1
-4
/
+0
*
Examples: Use libsigc++ 2.9/10 and its slot/signal<R(Args...)> syntax.
Murray Cumming
2016-03-31
4
-9
/
+9
*
C++11: .h/.cc files: Replace typedefs with using.
Murray Cumming
2016-03-31
1
-1
/
+1
*
Correct bad uses of sigc::bind<1>.
Murray Cumming
2016-03-08
2
-2
/
+2
*
Rearrange some multiline comments.
Murray Cumming
2016-02-27
1
-1
/
+2
*
Re-run clang-format on some files.
Murray Cumming
2016-02-26
1
-1
/
+1
*
Run clang-format on the examples.
Murray Cumming
2016-02-26
21
-1305
/
+1276
*
C++11: Use emplace_back() instead of push_back().
Murray Cumming
2016-02-05
1
-4
/
+4
*
Threads example: Fix build on Visual Studio
Chun-wei Fan
2016-01-20
1
-0
/
+5
*
example: Remove unnecessary virtual keywords on destructors.
Murray Cumming
2015-12-24
2
-3
/
+3
*
examples/network: Improve the time-out functionality
Kjell Ahlstedt
2015-12-06
2
-25
/
+58
*
Fix the build with --disable-deprecated-api
Kjell Ahlstedt
2015-12-05
1
-3
/
+14
*
Deprecated Glib::ThreadPool.
Murray Cumming
2015-11-26
1
-0
/
+6
*
examples/tests: Use simpler std::thread constructor.
Murray Cumming
2015-11-26
4
-25
/
+7
*
thread example: Use std::unique_ptr<> with std::thread.
Murray Cumming
2015-11-26
1
-7
/
+5
*
resolver example: Use std::mutex instead of G_LOCK_DEFINE_STATIC.
Murray Cumming
2015-11-26
1
-7
/
+5
*
Network examples: Use std::thread instead of Glib::Threads::Thread.
Murray Cumming
2015-11-26
3
-7
/
+52
*
examples: dispatcher: Use std::thread and friends.
Murray Cumming
2015-11-26
2
-15
/
+37
*
thread example: Use std::thread, etc, instead of deprecated Glib::Threads::*.
Murray Cumming
2015-11-26
1
-16
/
+39
*
threadpool example: Use std::mutex instead of Glib::Threads::Mutex.
Murray Cumming
2015-11-26
1
-3
/
+4
*
Examples: Use nullptr instead of 0.
Murray Cumming
2015-11-20
1
-1
/
+1
*
Revert "Deprecate Regex now that we have std::regex."
Murray Cumming
2015-09-01
2
-0
/
+46
*
resolver example: Use std:stoul instead of stdstrtoul
Murray Cumming
2015-09-01
1
-1
/
+1
*
resolver example: Use std::strtoul instead of strtoul.
Murray Cumming
2015-09-01
1
-1
/
+1
*
Deprecate Regex now that we have std::regex.
Murray Cumming
2015-09-01
2
-46
/
+0
*
C++11: Use of the override keyword.
Murray Cumming
2015-07-17
1
-5
/
+5
*
C++11: examples/tests: More use of auto.
Murray Cumming
2015-07-15
9
-18
/
+18
*
Examples: OptionGroup: Make the args public again to fix the build.
Murray Cumming
2015-07-15
1
-0
/
+1
*
examples: Avoid more shadowed variables.
Murray Cumming
2015-07-15
4
-9
/
+9
*
C++11: Use the override keyword.
Murray Cumming
2015-07-15
2
-8
/
+9
*
C++11: examples: more use of auto.
Murray Cumming
2015-07-09
13
-54
/
+43
*
C++11: examples: Use nullptr.
Murray Cumming
2015-07-09
5
-13
/
+13
*
C++11: examples: No need for > > now.
Murray Cumming
2015-07-09
2
-2
/
+2
*
C++11: Use range-based for loops.
Murray Cumming
2015-07-09
5
-19
/
+18
*
Gio::Settings: Replace connect_changed() by signal_changed(key)
Kjell Ahlstedt
2015-05-23
1
-0
/
+14
*
Network example: Use Glib::OptionEntry and friends
Kjell Ahlstedt
2014-08-06
2
-93
/
+142
*
Network example: Add --use-ipv6 command line option
Shashank
2014-08-06
2
-3
/
+30
*
examples/network: Use SocketSource and SignalSocket.
Kjell Ahlstedt
2014-05-15
2
-24
/
+8
*
Options example: For the remaining arg(s), remove description.
Murray Cumming
2014-04-08
1
-1
/
+0
*
Revert "C++11: Use auto in examples."
Murray Cumming
2013-06-27
17
-73
/
+86
*
C++11: Use auto in examples.
Murray Cumming
2013-06-26
17
-86
/
+73
*
Threads::Thread::create(): Update the documentation.
Kjell Ahlstedt
2013-02-20
1
-1
/
+1
*
Use std::size_t and std::ptrdiff_t.
Kjell Ahlstedt
2012-09-12
1
-3
/
+3
*
Dispatcher examples: Use Glib::signal_idle().connect_once().
Kjell Ahlstedt
2012-03-22
2
-20
/
+14
*
Fix exceptions thrown by Thread::create() and Threads::Thread::create.
Kjell Ahlstedt
2012-02-28
6
-8
/
+7
*
Add Glib::Threads::* in threads.h, deprecating everything in thread.h
Murray Cumming
2011-11-23
7
-22
/
+24
[next]