summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/testString.cxx
Commit message (Expand)AuthorAgeFilesLines
* IWYU: Update for Debian 13 CI jobBrad King2025-11-121-0/+1
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-32/+32
* testCommon.h: Introduce `ASSERT_EQUAL(actual, expected)` macroAlex Turbov2024-08-201-1/+0
* CMakeLibTests: Use `runTests`Alex Turbov2024-08-131-184/+61
* CMakeLibTests: include `testCommon.h` for `ASSERT_TRUE`Alex Turbov2024-08-131-7/+1
* IWYU: Update for Debian 12 CI jobBrad King2023-07-281-2/+0
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-1/+1
* clang-analyzer: Suppress warnings in intentional use-after-move casesBrad King2021-06-031-0/+4
* Merge topic 'stl-support'Brad King2020-05-011-2/+1
|\
| * Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-301-2/+1
* | IWYU: mark <cstddef> as neededBen Boeckel2020-04-291-1/+1
|/
* cm::String: enhance compatibility with STLMarc Chevrier2020-01-251-5/+5
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-5/+6
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* IWYU: Add missing cstddef includes for size_t and nullptr_tBrad King2019-09-031-0/+1
* Fix most clang -Wextra-semi-stmt warnings in C++ filesSean McBride2019-01-151-6/+6
* String: Add str_if_stable() as a const alternative to str()Brad King2018-12-121-0/+59
* String: Add support for a ""_s string literal syntaxBrad King2018-12-121-2/+47
* String: Add 'borrow' member to construct borrowing instancesBrad King2018-12-121-0/+32
* String: Add support for concatenation by operator+Brad King2018-12-121-0/+101
* String: Add a custom string typeBrad King2018-12-121-0/+1110