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
...
*
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
*
Avoid use of deprecated API in tests and examples.
Murray Cumming
2011-10-26
6
-9
/
+6
*
threadpool example: Use Mutex instead of StaticMutex.
Murray Cumming
2011-10-26
1
-3
/
+1
*
thread.h: Allow use of this without causing deprecation compiler warnings.
Murray Cumming
2011-10-26
2
-2
/
+2
*
Fix the make check build by always linking to gthread-2.0.
Murray Cumming
2011-10-25
2
-26
/
+7
*
Examples build: Use the GLIB_COMPILE_SCHEMAS variable.
Volker Grabsch
2011-05-03
1
-1
/
+1
*
Gio::DBus examples: Renamed one and removed one.
Murray Cumming
2011-04-02
3
-343
/
+3
*
Fix compiler warnings.
Murray Cumming
2011-04-02
2
-2
/
+2
*
Slight cleanup to D-Bus example code.
Murray Cumming
2011-04-02
2
-72
/
+0
*
Gio::DBus::NodeInfo::lookup_interface(): Add a method overload with no name.
Murray Cumming
2011-04-02
3
-3
/
+3
*
Added a simple example of a D-Bus session bus service.
Murray Cumming
2011-04-01
3
-9
/
+226
*
Gio::DBus: Minor API changes.
Murray Cumming
2011-04-01
3
-83
/
+107
*
Code style change.
Murray Cumming
2011-04-01
1
-2
/
+2
*
Rename a D-Bus client example.
Murray Cumming
2011-04-01
2
-3
/
+3
*
Code style improvement
Murray Cumming
2011-04-01
1
-5
/
+5
*
Variant: Rename get(index) to get_child(index).
Murray Cumming
2011-03-29
2
-3
/
+3
*
Gio::DBus: Use VariantContainerBase for tuple Variants.
Murray Cumming
2011-03-25
2
-4
/
+3
*
Rename Gio::DBus::DBusError to Gio::DBus::Error.
Murray Cumming
2011-02-24
1
-3
/
+3
*
Move Gio::DBusError to Gio::Dbus::DBusError.
Murray Cumming
2011-02-24
1
-3
/
+3
*
Bring back Gio::Error registration.
Murray Cumming
2011-02-23
1
-3
/
+3
*
Move the DBus classes into a Gio::DBus namespace.
Murray Cumming
2011-02-16
3
-31
/
+31
*
OptionGroup: Add add_entry() that takes a slot with callback function.
Kjell Ahlstedt
2011-02-15
1
-3
/
+91
*
Fix the make check build with --enable-warnings=fatal.
Murray Cumming
2011-02-08
1
-3
/
+3
*
OptionGroup: An on_post_parse() override need not call the base class.
Kjell Ahlstedt
2011-02-08
1
-6
/
+7
*
Fix the make check build.
Murray Cumming
2011-01-17
1
-3
/
+7
*
DBus: Add initial implementation of a bus server/client example.
José Alburquerque
2011-01-17
3
-5
/
+206
*
DBus: Avoid errors/exceptions in callbacks due to NULL C strings.
José Alburquerque
2011-01-13
1
-3
/
+69
*
DBusServer: Add docs to the signal_new_connection() signal.
José Alburquerque
2011-01-13
1
-2
/
+2
*
DBus Peer Example: Correct some code to complete the example.
José Alburquerque
2011-01-12
1
-4
/
+28
[prev]
[next]