Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'file-STRINGS-isprint' | Brad King | 2018-07-11 | 1 | -2/+3 |
|\ | |||||
| * | file(STRINGS): Use isprint() to test character type | Devin Nakamura | 2018-07-10 | 1 | -2/+3 |
* | | Merge topic 'update-kwsys' | Brad King | 2018-07-11 | 1 | -6/+10 |
|\ \ | |||||
| * | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2018-07-10 | 1 | -6/+10 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-11 | 1 | -1/+1 |
* | | | Merge topic 'vs-deployment-files' | Brad King | 2018-07-10 | 1 | -29/+44 |
|\ \ \ | |/ / |/| | | |||||
| * | | VS: extended OutputDeploymentDebuggerTool for AdditionalFiles | Frank Goyens | 2018-07-09 | 1 | -18/+32 |
| * | | VS: moved EscapeForXML function higher up and made static | Frank Goyens | 2018-07-06 | 1 | -11/+12 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-10 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge topic 'option-normal-variable' | Brad King | 2018-07-09 | 2 | -23/+47 |
|\ \ | |||||
| * | | option: respect existing normal variable | Robert Maynard | 2018-07-09 | 2 | -10/+46 |
| * | | cmOption: Remove VTK 4.0 workarounds | Robert Maynard | 2018-06-21 | 1 | -13/+1 |
* | | | Merge topic 'csharp-link-file' | Brad King | 2018-07-09 | 1 | -4/+7 |
|\ \ \ | |||||
| * | | | VS: Only link cs files when they're not in binary dir | Robert Dailey | 2018-07-06 | 1 | -4/+7 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-09 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-08 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-07 | 1 | -1/+1 |
* | | | | Merge topic 'list-command-insert' | Brad King | 2018-07-06 | 1 | -4/+2 |
|\ \ \ \ | |||||
| * | | | | list: Allow inserting at the end of a list | Daniel Chabrowski | 2018-07-05 | 1 | -4/+2 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-06 | 1 | -1/+1 |
* | | | | | Merge topic 'revert-subdirectory-linking' | Brad King | 2018-07-05 | 1 | -9/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Revert "target_link_libraries: Allow use with targets in other directories" | Brad King | 2018-07-03 | 1 | -9/+2 |
* | | | | | | Merge topic 'math-hex' | Brad King | 2018-07-05 | 8 | -133/+264 |
|\ \ \ \ \ \ | |||||
| * | | | | | | math: Add options to calculate and format output as hexadecimal | Daniel Franke | 2018-07-03 | 3 | -53/+118 |
| * | | | | | | math: Diagnose divide-by-zero | Daniel Franke | 2018-06-26 | 2 | -51/+59 |
| * | | | | | | math: Reject unexpected expression input explicitly | Daniel Franke | 2018-06-26 | 8 | -120/+174 |
| * | | | | | | math: Use 64-bit integer type for computation | Daniel Franke | 2018-06-22 | 3 | -8/+12 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-05 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-04 | 1 | -1/+1 |
* | | | | | | | Merge topic 'safe_property' | Brad King | 2018-07-03 | 7 | -23/+47 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Autogen: Use default and remove custom GetSafeProperty functions | Sebastian Holtermann | 2018-07-02 | 1 | -23/+11 |
| * | | | | | | | Add GetSafeProperty method to cmTarget, cmGeneratorTarget and cmSourceFile | Sebastian Holtermann | 2018-07-02 | 6 | -0/+36 |
* | | | | | | | | Merge topic 'cpack-external' | Brad King | 2018-07-03 | 7 | -277/+722 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | CPack: Add "CPack External" generator | Kyle Edwards | 2018-07-02 | 4 | -1/+384 |
| * | | | | | | | | cmCPackGenerator: Store CPACK_INSTALL_CMAKE_PROJECTS in an internal field | Kyle Edwards | 2018-07-02 | 3 | -11/+45 |
| * | | | | | | | | cmCPackGenerator: Refactor InstallProjectViaInstallCMakeProjects() | Kyle Edwards | 2018-07-02 | 2 | -268/+296 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'LINK_DEPENDS' | Brad King | 2018-07-03 | 14 | -40/+125 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | LINK_DEPENDS: add support of 'generator expressions' | Marc Chevrier | 2018-06-27 | 1 | -5/+11 |
| * | | | | | | | | LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDS | Marc Chevrier | 2018-06-27 | 14 | -40/+119 |
* | | | | | | | | | Merge topic 'cpack-fix-deb-packaging' | Brad King | 2018-07-03 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| * | | | | | | | | CPack/Deb: Restore setting of root as the owner of files | Andrew Fuller | 2018-07-02 | 1 | -0/+6 |
| | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | CMake 3.12.0-rc2v3.12.0-rc2 | Brad King | 2018-06-29 | 1 | -1/+1 |
| * | | | | | | | Merge branch 'ctest_submit-https' into release-3.12 | Brad King | 2018-06-27 | 2 | -3/+5 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'lexer-null' into release-3.12 | Brad King | 2018-06-26 | 2 | -103/+99 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'libuv-new-version-file-location' into release-3.12 | Brad King | 2018-06-25 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'vs-filter-default-toolset' into release-3.12 | Brad King | 2018-06-25 | 6 | -27/+73 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'file-GLOB-remove-new-errors' into release-3.12 | Brad King | 2018-06-22 | 1 | -17/+11 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'vs-cuda-no-host-includes' into release-3.12 | Brad King | 2018-06-20 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'vs-cuda-maxrregcount' into release-3.12 | Brad King | 2018-06-20 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-03 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | |