Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | cmStringAlgorithms: Add cmStrLen() | Kyle Edwards | 2020-09-08 | 2 | -0/+17 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-09 | 1 | -1/+1 | |
* | | | | | | | | | Merge topic 'ExternalData-doc-typo' | Brad King | 2020-09-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | Help: correct typo in ExternalData (duplicate "of") | Joachim Wuttke (o) | 2020-09-07 | 1 | -1/+1 | |
* | | | | | | | | | Merge topic 'ispc_tests_run_on_older_hw' | Brad King | 2020-09-08 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | ISPC tests will now run on any hardware that only supports SSE2 | Robert Maynard | 2020-09-08 | 2 | -4/+4 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge topic 'generate-target-order' | Brad King | 2020-09-08 | 12 | -156/+90 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | cmLocalVisualStudio7Generator: Consolidate target iteration | Brad King | 2020-09-04 | 5 | -57/+14 | |
| * | | | | | | | cmLocalVisualStudio10Generator: Simplify target ordering by dependencies | Brad King | 2020-09-04 | 2 | -26/+12 | |
| * | | | | | | | cmLocalVisualStudio7Generator: Generate targets in dependency order | Brad King | 2020-09-04 | 1 | -2/+3 | |
| * | | | | | | | cmLocalUnixMakefileGenerator3: Generate targets in dependency order | Brad King | 2020-09-04 | 1 | -3/+4 | |
| * | | | | | | | cmLocalGhsMultiGenerator: Generate targets in dependency order | Brad King | 2020-09-04 | 2 | -33/+8 | |
| * | | | | | | | cmGlobalGenerator: Compute a global target ordering respecting dependencies | Brad King | 2020-09-04 | 4 | -42/+56 | |
* | | | | | | | | Merge topic 'ispc_improvements' | Brad King | 2020-09-08 | 62 | -13/+633 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ISPC: Support generation for multiple instruction sets | Robert Maynard | 2020-09-04 | 48 | -8/+595 | |
| * | | | | | | | | ISPC: Add compiler launcher support | Robert Maynard | 2020-09-03 | 18 | -5/+38 | |
* | | | | | | | | | Merge topic 'GetExecutionListFile-by-ref' | Brad King | 2020-09-08 | 4 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmStateSnapshot: Return const reference from GetExecutionListFile() | Oleksandr Koval | 2020-09-03 | 4 | -6/+6 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'optimize-cmJoin' | Brad King | 2020-09-08 | 3 | -4/+69 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmStringAlgorithms: Add faster cmJoin overloads for strings | Oleksandr Koval | 2020-09-03 | 3 | -4/+69 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'release-3.18' | Brad King | 2020-09-08 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge topic 'FindPython-set-CMP0012-NEW' into release-3.18 | Brad King | 2020-09-08 | 1 | -1/+11 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'FindPython-set-CMP0012-NEW' | Brad King | 2020-09-08 | 1 | -1/+11 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | FindPython: CMP0012 must be set to NEW | Marc Chevrier | 2020-09-07 | 1 | -1/+11 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'doc-cmake_path' | Brad King | 2020-09-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Help: Fix typo in cmake_path(CMAKE_PATH) command signature | Brad King | 2020-09-08 | 1 | -1/+1 | |
* | | | | | | | | | Merge topic 'cm-optional-comparison' | Kyle Edwards | 2020-09-08 | 2 | -118/+401 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cm::optional: Add comparison operators | Kyle Edwards | 2020-09-07 | 2 | -0/+362 | |
| * | | | | | | | | | Refactor: Add ASSERT_TRUE() macro to testOptional.cxx | Kyle Edwards | 2020-09-06 | 1 | -118/+39 | |
* | | | | | | | | | | Merge topic 'cmake_path' | Marc Chevrier | 2020-09-08 | 195 | -11/+4158 | |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | / / / | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | cmake_path command: path management | Marc Chevrier | 2020-09-06 | 191 | -8/+3435 | |
| * | | | | | | | | cmCMakePath: Class for path handling | Marc Chevrier | 2020-09-06 | 6 | -3/+723 | |
| |/ / / / / / / | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-08 | 1 | -1/+1 | |
* | | | | | | | | Merge topic 'fix-compare' | Kyle Edwards | 2020-09-07 | 1 | -3/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmConditionEvaluator: Avoid comparing pointers | vvs31415 | 2020-09-04 | 1 | -3/+4 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-07 | 1 | -1/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-06 | 1 | -1/+1 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-05 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge topic 'use-tocstr' | Kyle Edwards | 2020-09-04 | 11 | -35/+23 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Refactor: Use cmToCStr() | Vitaly Stakhovsky | 2020-09-03 | 11 | -35/+23 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'pragma-once' | Brad King | 2020-09-04 | 510 | -2014/+512 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Help: Add note about #pragma once | Kyle Edwards | 2020-09-03 | 1 | -0/+3 | |
| * | | | | | | Bootstrap: Use #pragma once in cmThirdParty.h | Kyle Edwards | 2020-09-03 | 1 | -3/+1 | |
| * | | | | | | Utilities/Scripts: Remove temporary #pragma once conversion script | Kyle Edwards | 2020-09-03 | 2 | -94/+0 | |
| * | | | | | | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 508 | -2011/+508 | |
| * | | | | | | Utilities/Scripts: Add temporary #pragma once conversion script | Kyle Edwards | 2020-09-03 | 2 | -0/+94 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'external_project_download_stability' | Brad King | 2020-09-04 | 1 | -1/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Improve the stability of the ExternalProject download tests | Thomas Bernard | 2020-09-02 | 1 | -1/+5 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-04 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge topic 'getdef' | Brad King | 2020-09-03 | 83 | -702/+745 | |
|\ \ \ \ \ \ |