Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'support_nvcc_native_flag' | Brad King | 2021-11-02 | 1 | -3/+16 |
|\ | |||||
| * | CUDA: Support nvcc 11.5 new -arch=all|all-major flags | Robert Maynard | 2021-11-01 | 1 | -3/+16 |
* | | Merge topic 'update-kwsys' | Brad King | 2021-11-02 | 2 | -10/+106 |
|\ \ | |||||
| * | | find_program: Explicitly skip WindowsApps/python*.exe app installer links | Brad King | 2021-11-01 | 1 | -0/+20 |
| * | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2021-11-01 | 1 | -10/+86 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2021-11-02 | 1 | -1/+1 |
* | | | Merge topic 'vs-instance' | Brad King | 2021-11-01 | 4 | -53/+245 |
|\ \ \ | |||||
| * | | | VS: Allow CMAKE_GENERATOR_INSTANCE to specify portable instance | Brad King | 2021-10-29 | 3 | -1/+40 |
| * | | | VS: Support version specification in CMAKE_GENERATOR_INSTANCE | Brad King | 2021-10-29 | 4 | -9/+79 |
| * | | | VS: Parse comma-separated fields from CMAKE_GENERATOR_INSTANCE | Brad King | 2021-10-29 | 2 | -2/+92 |
| * | | | cmVSSetupHelper: Factor out helper to load MSVC toolset version | Brad King | 2021-10-29 | 1 | -16/+26 |
| * | | | cmVSSetupHelper: Convert wide to narrow strings early | Brad King | 2021-10-29 | 2 | -14/+13 |
| * | | | cmVSSetupHelper: Drop unused InstanceId field | Brad King | 2021-10-29 | 2 | -8/+0 |
| * | | | cmVSSetupHelper: Drop unused ullVersion field | Brad King | 2021-10-29 | 2 | -8/+0 |
* | | | | Merge topic 'envmod-test-modifying-existing' | Brad King | 2021-11-01 | 1 | -1/+17 |
|\ \ \ \ | |||||
| * | | | | cmCTestRunTest: get the default value from the environment | Ben Boeckel | 2021-10-29 | 1 | -1/+17 |
| * | | | | CMake 3.22.0-rc2v3.22.0-rc2 | Brad King | 2021-10-28 | 1 | -1/+1 |
| * | | | | Merge topic 'builtin-help-versionadded' into release-3.22 | Brad King | 2021-10-28 | 2 | -0/+6 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge topic 'envmod-support-mod-to-new-variables' into release-3.22 | Brad King | 2021-10-27 | 1 | -6/+2 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'misc-messages' | Brad King | 2021-11-01 | 8 | -45/+41 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | install: Add context to {PUBLIC,PRIVATE}_HEADER/RESOURCE DESTINATION warnings | Brad King | 2021-10-27 | 1 | -8/+8 |
| * | | | | | | cmComputeLinkInformation: Add context to warning about linking a directory | Brad King | 2021-10-27 | 2 | -9/+10 |
| * | | | | | | cmcmd: Write progress and tar errors directly to stderr | Brad King | 2021-10-27 | 1 | -6/+4 |
| * | | | | | | bootstrap: Do not declare cmSystemTools functions that are not implemented | Brad King | 2021-10-27 | 5 | -22/+19 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-11-01 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-10-31 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-10-30 | 1 | -1/+1 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Merge topic 'ifw-archive-format' | Brad King | 2021-10-29 | 2 | -0/+32 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CPackIFW: add support for archive format and compression level options | Erlend E. Aasland | 2021-10-28 | 2 | -0/+32 |
* | | | | | | | Merge topic 'swift-win32-property' | Brad King | 2021-10-29 | 1 | -0/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Swift: Ignore WIN32_EXECUTABLE property outside of Windows | hotwatermorning | 2021-10-28 | 1 | -0/+6 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-10-29 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'target-sources-file-set' | Brad King | 2021-10-28 | 27 | -52/+1513 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | FileAPI: Add information on file set installers | Kyle Edwards | 2021-10-27 | 2 | -1/+51 |
| * | | | | | | | cmGeneratorTarget: Integrate file sets into calculated sources | Kyle Edwards | 2021-10-27 | 1 | -1/+144 |
| * | | | | | | | install(EXPORT): Install file sets | Kyle Edwards | 2021-10-27 | 10 | -5/+249 |
| * | | | | | | | install(TARGETS): Add FILE_SET mode | Kyle Edwards | 2021-10-27 | 6 | -7/+289 |
| * | | | | | | | target_sources(): Add FILE_SET mode | Kyle Edwards | 2021-10-27 | 3 | -5/+169 |
| * | | | | | | | cmTargetSources: Refactor to add enum class parameters | Kyle Edwards | 2021-10-27 | 1 | -28/+46 |
| * | | | | | | | cmTarget: Add cmFileSet and associated properties | Kyle Edwards | 2021-10-27 | 5 | -1/+552 |
| * | | | | | | | EscapeForCMake: Add wrapQuotes parameter | Kyle Edwards | 2021-10-27 | 2 | -4/+13 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'update-kwsys' | Brad King | 2021-10-28 | 15 | -87/+126 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2021-10-27 | 15 | -87/+126 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'builtin-help-versionadded' | Brad King | 2021-10-28 | 2 | -0/+6 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | cmRST: support `versionadded` and `versionchanged` directives | Ben Boeckel | 2021-10-27 | 2 | -0/+6 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-10-28 | 1 | -1/+1 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge topic 'warnings-cleanup' | Brad King | 2021-10-27 | 23 | -162/+172 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Source: fix clang-tidy modernize-redundant-void-arg warning | Sean McBride | 2021-10-25 | 1 | -1/+1 |
| * | | | | | | Source: fix more -Wmissing-prototypes warnings | Sean McBride | 2021-10-25 | 4 | -7/+6 |
| * | | | | | | Source: fix many -Wmissing-prototypes warnings by marking functions static | Sean McBride | 2021-10-25 | 18 | -151/+163 |