summaryrefslogtreecommitdiff
path: root/Tests/CMakeLib/testOptional.cxx
Commit message (Expand)AuthorAgeFilesLines
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-1/+1
* Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-251-7/+7
* clang-analyzer: Suppress warnings in intentional use-after-move casesBrad King2021-06-031-0/+2
* cm::optional: Fix move assignmentKyle Edwards2020-10-211-0/+28
* cm::optional: Add comparison operatorsKyle Edwards2020-09-071-0/+158
* Refactor: Add ASSERT_TRUE() macro to testOptional.cxxKyle Edwards2020-09-061-118/+39
* Tests: Fix reliance on undefined behavior of cm::optionalKyle Edwards2019-11-131-36/+48
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-3/+2
* Source: Add cm::optionalKyle Edwards2019-08-231-0/+690