Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some comments | Kjell Ahlstedt | 2022-04-27 | 1 | -2/+2 |
| | |||||
* | Reformat code with make format | Murray Cumming | 2019-10-28 | 1 | -22/+26 |
| | |||||
* | C++17: Update from murrayc-tuple-utils. | Murray Cumming | 2018-04-15 | 1 | -26/+17 |
| | | | | | | | | 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 | -17/+22 |
| | |||||
* | 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 | -2/+5 |
| | |||||
* | 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/+80 |