index
:
delta/sigc++.git
actions-add-clang-10
actions-add-gcc-8-and-9
address-sanitizer
c++17v4
c++20
ci-clang-10
github-actions-check-format
kjellahl/test-ci
kjellahl/testci
libsigc++-2-10
libsigc++-2-12
libsigc++-2-8
libsigc++-3-0
libsigc++-3-2
libsigc-2-0
libsigc-2-2
libsigc-2-4
libsigc-2-6
master
origin/c++17
origin/c++17v2
origin/c++17v3
origin/c++17v4
origin/cmake-integration
origin/libsigc++-2-10
origin/libsigc++-2-8
origin/libsigc-2-0
origin/libsigc-2-2
origin/libsigc-2-4
origin/libsigc-2-6
origin/master
origin/variadic
reformat
test-overloaded-functions
tests-remove-sigc-cxx-typeof-ifdef
undefined-behavior-sanitizer
variadic
variadic_bind
variadic_bind2
variadic_bind3
variadic_bind4
variadic_mem_fun
variadic_mem_fun2
github.com: libsigcplusplus/libsigcplusplus.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sigc++
/
tuple-utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some comments
Kjell Ahlstedt
2022-04-27
2
-3
/
+3
*
Reformat code with make format
Murray Cumming
2019-10-28
5
-94
/
+121
*
MSVC build: Add code comments
Stuart Dootson
2019-10-25
3
-0
/
+4
*
MSVC build: Silence 'C4100: unreferenced formal parameter' warnings
Stuart Dootson
2019-10-25
3
-0
/
+4
*
MSVC build: Fix 'C4127: conditional expression is constant' warning
Stuart Dootson
2019-10-25
1
-5
/
+3
*
tuple_transform_each(): Fix for libc++
Kjell Ahlstedt
2019-09-02
1
-5
/
+8
*
sigc::tuple_transform_each: std::result_of -> std::invoke_result
Kjell Ahlstedt
2019-02-17
1
-2
/
+2
*
C++17: Update tuple_transform_each().
Murray Cumming
2018-04-15
1
-82
/
+49
*
C++17: Update from murrayc-tuple-utils.
Murray Cumming
2018-04-15
3
-78
/
+60
*
tuple_transform_each: Don't use typename for a template template parameter.
Murray Cumming
2016-04-19
1
-1
/
+1
*
Use typename instead of class for all template parameters.
Murray Cumming
2016-04-19
1
-1
/
+1
*
Revert "Always use typename rather than class for template types."
Murray Cumming
2016-04-19
2
-8
/
+8
*
Always use typename rather than class for template types.
Murray Cumming
2016-04-19
2
-8
/
+8
*
Reformat .h files with clang-format.
Murray Cumming
2016-03-30
5
-121
/
+123
*
tuple-utils: Change license from GPL to LGPL.
Murray Cumming
2016-03-18
5
-45
/
+50
*
tuple_transform_each(): Allow this to be a constexpr.
Murray Cumming
2016-03-08
1
-2
/
+8
*
tuple_for_each(): Use of constexpr.
Murray Cumming
2016-03-08
1
-3
/
+10
*
tuple_cdr(), tuple_start(), tuple_end(): Use of constexpr.
Murray Cumming
2016-03-08
3
-5
/
+17
*
Remove some now-unused tuple_type*<> type traits.
Murray Cumming
2016-03-07
3
-141
/
+0
*
Update tuple-utils from murrayc-tuple-utils.
Murray Cumming
2016-03-07
1
-11
/
+30
*
Put tuple-utils into sigc::internal namespace.
Murray Cumming
2016-03-07
6
-2
/
+26
*
Move all tuple_*.h files into sigc++/tuple-utils/
Murray Cumming
2016-03-07
6
-0
/
+555