Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -3/+4 |
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+1 |
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 1 | -1/+1 |
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -3/+3 |
* | IWYU: Add missing cstddef includes for size_t and nullptr_t | Brad King | 2019-09-03 | 1 | -0/+1 |
* | IWYU: Update CMake code for IWYU built with Clang 6 | Brad King | 2019-01-15 | 1 | -0/+1 |
* | clang-tidy: Remove redundant member initializations | Regina Pfeifer | 2018-12-15 | 1 | -2/+1 |
* | String: Add str_if_stable() as a const alternative to str() | Brad King | 2018-12-12 | 1 | -0/+14 |
* | String: Add support for a ""_s string literal syntax | Brad King | 2018-12-12 | 1 | -1/+14 |
* | String: Add 'borrow' member to construct borrowing instances | Brad King | 2018-12-12 | 1 | -0/+4 |
* | String: Add support for concatenation by operator+ | Brad King | 2018-12-12 | 1 | -0/+101 |
* | String: Add a custom string type | Brad King | 2018-12-12 | 1 | -0/+683 |