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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid compiler warnings from function pointer conversions
Kjell Ahlstedt
2018-08-31
1
-2
/
+2
*
Avoid compiler warnings from function pointer conversions
Kjell Ahlstedt
2018-07-17
1
-2
/
+2
*
Revert "Avoid compiler warnings from function pointer conversions"
Kjell Ahlstedt
2018-07-17
1
-11
/
+2
*
Avoid compiler warnings from function pointer conversions
Kjell Ahlstedt
2018-07-13
1
-2
/
+11
*
Glib::RefPtr: Add get()
Kjell Ahlstedt
2018-03-21
1
-0
/
+5
*
tests: Avoid unused function warnings from G_DECLARE_INTERFACE()
Murray Cumming
2017-09-20
1
-0
/
+7
*
tests/glibmm_variant: Use C++14 features conditionally
Kjell Ahlstedt
2017-09-19
1
-0
/
+10
*
Glib::Variant: Improved support for D-Bus object paths and signatures
Kjell Ahlstedt
2017-09-08
1
-3
/
+52
*
tests/glibmm_variant: Add test of Variant<std::tuple>
Kjell Ahlstedt
2017-09-08
1
-1
/
+65
*
Update the Free Software Foundation address in copyright notices
Kjell Ahlstedt
2017-08-30
5
-10
/
+5
*
Add tests/giomm_listmodel
Kjell Ahlstedt
2016-04-27
2
-0
/
+353
*
Examples: Use libsigc++ 2.9/10 and its slot/signal<R(Args...)> syntax.
Murray Cumming
2016-03-31
1
-2
/
+2
*
C++11: .h/.cc files: Replace typedefs with using.
Murray Cumming
2016-03-31
6
-17
/
+17
*
Fix "make check" after sigc::mem_fun(pointer,func) was deprecated
Kjell Ahlstedt
2016-03-10
1
-2
/
+2
*
Use std::ref instead of sigc::ref.
Murray Cumming
2016-03-08
1
-9
/
+9
*
Re-run clang-format on some files.
Murray Cumming
2016-02-26
1
-9
/
+9
*
Run clang-format on tests.
Murray Cumming
2016-02-26
31
-833
/
+810
*
C++11: Use emplace_back() instead of push_back().
Murray Cumming
2016-02-05
1
-2
/
+2
*
C++11: Use initializer list instead of push_back() for initial single item.
Murray Cumming
2016-02-05
1
-5
/
+2
*
glibmm_mainloop test: Allocate a thread on the stack.
Murray Cumming
2015-11-26
1
-5
/
+2
*
examples/tests: Use simpler std::thread constructor.
Murray Cumming
2015-11-26
1
-5
/
+2
*
tests/glibmm_mainloop: Use the std::thread API instead of Glib::Threads.
Murray Cumming
2015-11-26
1
-8
/
+14
*
Tests: More nullptr instead of 0
Kjell Ahlstedt
2015-11-23
7
-22
/
+29
*
ObjectBase, Object, Interface: Fix move constructors and move assignments
Kjell Ahlstedt
2015-10-31
3
-23
/
+37
*
Glib::WeakRef: Add noexcept
Kjell Ahlstedt
2015-09-15
1
-1
/
+0
*
Add Glib::WeakRef<>
Kjell Ahlstedt
2015-09-15
2
-0
/
+177
*
tests: Add glibmm_interface_move.
Murray Cumming
2015-08-22
2
-0
/
+294
*
tests: Split glibmm_object_move into 2 files.
Murray Cumming
2015-08-22
3
-9
/
+155
*
Add simple test for Object move.
Murray Cumming
2015-08-22
2
-0
/
+50
*
tests/glibmm_refptr: Add simpler tests for move constructor/operator=.
Murray Cumming
2015-07-28
1
-1
/
+28
*
tests/glibmm_refptr: Slight improvement.
Murray Cumming
2015-07-28
1
-1
/
+1
*
Glib::RefPtr: add missing constructor and assignment operator
Marcin Kolny
2015-07-27
1
-0
/
+33
*
tests/glibmm_refptr: Correct the move constructor test.
Murray Cumming
2015-07-27
1
-2
/
+2
*
Add tests/glibmm_refptr.
Murray Cumming
2015-07-27
2
-0
/
+217
*
tls_client test: Use gnome.org instead of google.org
Murray Cumming
2015-07-27
1
-1
/
+1
*
Correct a comment.
Murray Cumming
2015-07-27
1
-1
/
+0
*
C++11: Use nullptr.
Murray Cumming
2015-07-16
2
-4
/
+4
*
C++11: examples/tests: More use of auto.
Murray Cumming
2015-07-15
9
-45
/
+45
*
C++11: More uses of range-based for.
Murray Cumming
2015-07-15
1
-8
/
+6
*
Avoid shadowed variables.
Murray Cumming
2015-07-15
3
-12
/
+9
*
C++11: Use the override keyword.
Murray Cumming
2015-07-15
1
-3
/
+3
*
Glib::Variant: Improve handling of object paths and signatures
Kjell Ahlstedt
2015-04-13
1
-0
/
+59
*
Improve tests/glibmm_interface_implementation
Kjell Ahlstedt
2015-03-17
1
-4
/
+44
*
tests/giomm_tls_client: Put try/catch around Socket::connect().
Murray Cumming
2014-12-03
1
-1
/
+11
*
Make giomm tests Run Under Windows
Chun-wei Fan
2014-09-17
2
-2
/
+14
*
Deprecate API which is deprecated in glib
Kjell Ahlstedt
2014-06-13
1
-0
/
+16
*
tests/glibmm_interface_implementation: Use the new base class order
José Alburquerque
2014-06-10
1
-15
/
+38
*
MemoryInputStream test: Small improvements
Kjell Ahlstedt
2014-02-13
1
-22
/
+31
*
Add Gio::MemoryInputStream test
Kjell Ahlstedt
2014-02-12
2
-0
/
+90
*
This test assumes that the first DNS result it gets for www.google.com is an
Adam Sampson
2013-12-08
1
-2
/
+2
[next]