| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'automoc-using-depfiles' | Brad King | 2020-01-30 | 8 | -0/+198 |
|\ |
|
| * | Add a parser for GCC-style depfiles | Joerg Bornemann | 2020-01-28 | 8 | -0/+198 |
|
|
* | | Merge topic 'cmsting-stl-compatibility' | Brad King | 2020-01-28 | 1 | -5/+5 |
|\ \
| |/
|/| |
|
| * | cm::String: enhance compatibility with STL | Marc Chevrier | 2020-01-25 | 1 | -5/+5 |
|
|
* | | Stl support: cm::append now supports any sequential container | Marc Chevrier | 2020-01-24 | 1 | -0/+1 |
|/ |
|
* | Merge topic 'ctest-resource-allocation-spec-message' | Craig Scott | 2019-12-29 | 1 | -52/+70 |
|\ |
|
| * | CTest: Improve error handling when reading resource spec file | Kyle Edwards | 2019-12-27 | 1 | -52/+70 |
|
|
* | | Merge topic 'test-resource-spec-init-lists' | Brad King | 2019-12-19 | 1 | -37/+36 |
|\ \
| |/ |
|
| * | Tests: Fix testCTestResourceSpec struct initialization for some compilers | Michael Dickens | 2019-12-18 | 1 | -37/+36 |
|
|
* | | Refactoring: introduce header cmext/algorithm with append functions | Marc Chevrier | 2019-12-17 | 2 | -0/+118 |
|
|
* | | Merge topic 'cmext-memory' | Brad King | 2019-12-04 | 2 | -0/+66 |
|\ \ |
|
| * | | Memory management: cast functions for managed pointers | Marc Chevrier | 2019-11-27 | 2 | -0/+66 |
|
|
* | | | Merge topic 'ctest-spec-file-version-test' | Kyle Edwards | 2019-11-28 | 2 | -0/+5 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | CTest Resource Allocation: Add test for spec file with no version | Kyle Edwards | 2019-11-26 | 2 | -0/+5 |
|
|
* | | Merge topic 'ctest-resource-fixes' | Brad King | 2019-11-26 | 35 | -0/+188 |
|\ \
| |/ |
|
| * | CTest: Clarify that resource requirements can be split | Kyle Edwards | 2019-11-25 | 1 | -0/+3 |
|
|
| * | CTest: Add version field to resource spec file | Kyle Edwards | 2019-11-25 | 34 | -0/+185 |
|
|
* | | Merge topic 'fix-optional-test' | Brad King | 2019-11-15 | 1 | -36/+48 |
|\ \
| |/ |
|
| * | Tests: Fix reliance on undefined behavior of cm::optional | Kyle Edwards | 2019-11-13 | 1 | -36/+48 |
|
|
* | | Merge branch 'backport-ctest-resource-groups' | Brad King | 2019-11-05 | 23 | -59/+60 |
|\ \
| |/ |
|
| * | CTest: Rename hardware -> resources for source code | Craig Scott | 2019-11-05 | 22 | -53/+53 |
|
|
| * | CTest: Rename PROCESSES test property to RESOURCE_GROUPS | Brad King | 2019-11-05 | 2 | -6/+7 |
|
|
* | | Tests: Suppress clang scan-build warning in UTF8 test | Brad King | 2019-10-29 | 1 | -0/+2 |
|/ |
|
* | CTest: Add bin-packing algorithm | Kyle Edwards | 2019-10-02 | 2 | -0/+301 |
|
|
* | CTest: Add cmCTestHardwareAllocator class | Kyle Edwards | 2019-10-02 | 2 | -0/+427 |
|
|
* | CTest: Add parser for hardware spec file | Kyle Edwards | 2019-10-02 | 20 | -0/+230 |
|
|
* | CTest: Add lexer for PROCESSES property | Kyle Edwards | 2019-10-02 | 2 | -1/+140 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 19 | -59/+62 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 5 | -7/+7 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -1/+1 |
|
|
* | clang-tidy: Fix bugprone-exception-escape diagnostic in test code | Brad King | 2019-09-09 | 1 | -1/+2 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -1/+1 |
|
|
* | IWYU: Add missing cstddef includes for size_t and nullptr_t | Brad King | 2019-09-03 | 1 | -0/+1 |
|
|
* | Source: Add cm::optional | Kyle Edwards | 2019-08-23 | 2 | -0/+691 |
|
|
* | Merge topic 'cmStringAlgorithms_ulong' | Kyle Edwards | 2019-08-16 | 2 | -16/+35 |
|\ |
|
| * | cmStringAlgorithms: Add cmStrToLong and cmStrToULong | Sebastian Holtermann | 2019-08-10 | 2 | -16/+35 |
|
|
* | | cmStringAlgorithms: Add cmRemoveQuotes | Sebastian Holtermann | 2019-08-09 | 1 | -0/+23 |
|/ |
|
* | Tests: testStringAlgorithms: Add cmTrimWhitespace, cmEscapeQuotes, cmTokenize | Sebastian Holtermann | 2019-08-05 | 1 | -0/+37 |
|
|
* | Tests: Add CMakeLib.testStringAlgorithms test | Sebastian Holtermann | 2019-08-01 | 2 | -0/+135 |
|
|
* | modernize: manage cmCommand instances using unique_ptr. | Marc Chevrier | 2019-07-14 | 1 | -1/+0 |
|
|
* | Introduce memory management helper: cm_memory.hxx | Marc Chevrier | 2019-07-14 | 1 | -1/+2 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -0/+1 |
|
|
* | cmUVProcessChain: Add cmUVProcessChain | Kyle Edwards | 2019-05-07 | 3 | -0/+411 |
|
|
* | cmUVStreambuf: Add std::streambuf implementation for uv_stream_t | Kyle Edwards | 2019-04-25 | 2 | -1/+460 |
|
|
* | cmUVHandlePtr: Add cm::uv_loop_ptr | Kyle Edwards | 2019-04-25 | 1 | -1/+49 |
|
|
* | cmSystemTools: Fix StringToULong to reject negative numbers | Brad King | 2019-04-11 | 1 | -0/+17 |
|
|
* | Merge topic 'argument-parser' | Brad King | 2019-04-09 | 2 | -0/+149 |
|\ |
|
| * | Introduce cmArgumentParser | Regina Pfeifer | 2019-04-04 | 2 | -0/+149 |
|
|
* | | cmRST: Fix crash on empty markup block | Brad King | 2019-04-05 | 2 | -0/+8 |
|/ |
|