Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix most clang -Wextra-semi-stmt warnings in C++ files | Sean McBride | 2019-01-15 | 1 | -6/+6 |
* | String: Add str_if_stable() as a const alternative to str() | Brad King | 2018-12-12 | 1 | -0/+59 |
* | String: Add support for a ""_s string literal syntax | Brad King | 2018-12-12 | 1 | -2/+47 |
* | String: Add 'borrow' member to construct borrowing instances | Brad King | 2018-12-12 | 1 | -0/+32 |
* | 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/+1110 |