Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some comments | Kjell Ahlstedt | 2022-04-27 | 1 | -1/+1 |
| | |||||
* | Reformat code with make format | Murray Cumming | 2019-10-28 | 1 | -21/+32 |
| | |||||
* | MSVC build: Add code comments | Stuart Dootson | 2019-10-25 | 1 | -0/+1 |
| | |||||
* | MSVC build: Silence 'C4100: unreferenced formal parameter' warnings | Stuart Dootson | 2019-10-25 | 1 | -0/+1 |
| | | | Added 'static_cast<void>(parameter-name)' in all paths where the parameter isn't used | ||||
* | C++17: Update from murrayc-tuple-utils. | Murray Cumming | 2018-04-15 | 1 | -36/+33 |
| | | | | | | | | From https://github.com/murraycu/murrayc-tuple-utils/commits/master This also uses the C++17 nested namespace syntax. Apart from tuple_transform_each, which seems to have a memory access problem, with both g++ and clang++, in its C++17 version. | ||||
* | Reformat .h files with clang-format. | Murray Cumming | 2016-03-30 | 1 | -29/+23 |
| | |||||
* | tuple-utils: Change license from GPL to LGPL. | Murray Cumming | 2016-03-18 | 1 | -9/+10 |
| | | | | | | | | Following the change in their source in murrayc-tuple-utils. I am the author, with some small improvements by Jonathan Wakely, who agreed to the license change via email. Bug #763616 (Dominique Leuenberger) | ||||
* | tuple_cdr(), tuple_start(), tuple_end(): Use of constexpr. | Murray Cumming | 2016-03-08 | 1 | -3/+10 |
| | |||||
* | Remove some now-unused tuple_type*<> type traits. | Murray Cumming | 2016-03-07 | 1 | -22/+0 |
| | | | | | | Because we now motly only need the tuple*() utilities to manipulate the actual instances. Some are still need for those tuple*() implementations. | ||||
* | Put tuple-utils into sigc::internal namespace. | Murray Cumming | 2016-03-07 | 1 | -1/+5 |
| | | | | To discourage people from using libsigc++ just for the tuple utils. | ||||
* | Move all tuple_*.h files into sigc++/tuple-utils/ | Murray Cumming | 2016-03-07 | 1 | -0/+93 |