Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | CPack: allow packaging of empty directories | Domen Vrankar | 2015-09-28 | 2 | -3/+11 | |
| * | | | SystemTools: time operations on directories | Domen Vrankar | 2015-09-28 | 1 | -4/+7 | |
| * | | | SystemTools: set time file permissions | Domen Vrankar | 2015-09-28 | 1 | -2/+2 | |
| * | | | CPackDeb: allow empty directories in component packages | Raffi Enficiaud | 2015-09-28 | 1 | -0/+2 | |
| | |/ | |/| | ||||||
* | | | Merge topic 'link-https-cmake.org' | Brad King | 2015-09-29 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Replace http://www.cmake.org URLs with https://cmake.org | Brad King | 2015-09-25 | 1 | -1/+1 | |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-09-29 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | Merge topic 'minor-cleanups' | Brad King | 2015-09-28 | 24 | -86/+5 | |
|\ \ \ | ||||||
| * | | | VS: Remove impossible condition. | Stephen Kelly | 2015-09-27 | 1 | -3/+2 | |
| * | | | cmMakefile: Remove Configured state. | Stephen Kelly | 2015-09-27 | 2 | -8/+0 | |
| * | | | cmCommand: Remove IsDiscouraged interface. | Stephen Kelly | 2015-09-27 | 18 | -71/+0 | |
| * | | | cmSetCommand: Re-use local named variable. | Stephen Kelly | 2015-09-27 | 1 | -1/+1 | |
| * | | | cmSetCommand: Fix typo in comment. | Stephen Kelly | 2015-09-27 | 1 | -1/+1 | |
| * | | | cmGlobalGenerator: Devirtualize method. | Stephen Kelly | 2015-09-27 | 1 | -1/+1 | |
| * | | | Ninja: Remove unused variable. | Stephen Kelly | 2015-09-27 | 1 | -1/+0 | |
* | | | | Merge topic 'update-kwsys' | Brad King | 2015-09-28 | 2 | -66/+72 | |
|\ \ \ \ | ||||||
| * | | | | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-09-26 | 2 | -66/+72 | |
* | | | | | Merge topic 'ninja-cleanup-path-conversion' | Brad King | 2015-09-28 | 7 | -48/+47 | |
|\ \ \ \ \ | ||||||
| * | | | | | Ninja: Centralize path conversion in global generator (#15757) | Brad King | 2015-09-25 | 6 | -47/+44 | |
| * | | | | | Ninja: Fix OBJECT_DIR placeholder substitution in link rules | Brad King | 2015-09-25 | 1 | -1/+3 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge topic 'genex-SHELL_PATH' | Brad King | 2015-09-28 | 3 | -15/+49 | |
|\ \ \ \ \ | ||||||
| * | | | | | Genex: Add a SHELL_PATH expression | Stefan Kislinskiy | 2015-09-28 | 3 | -15/+49 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-09-28 | 1 | -1/+1 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-09-27 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge topic 'revert-cpack-package-empty-dirs' | Brad King | 2015-09-26 | 3 | -27/+0 | |
|\ \ \ \ | ||||||
| * | | | | Revert topic 'cpack-package-empty-dirs' | Brad King | 2015-09-25 | 3 | -27/+0 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-09-26 | 1 | -1/+1 | |
| |_|_|/ |/| | | | ||||||
* | | | | Merge topic 'revert-cmake-W-options' | Brad King | 2015-09-25 | 3 | -236/+39 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Merge branch 'improve-variable-help-formatting' into revert-cmake-W-options | Brad King | 2015-09-22 | 100 | -3361/+4805 | |
| |\ \ \ | ||||||
| * | | | | Revert topic 'cmake-W-options' (#15747) | Brad King | 2015-09-22 | 3 | -236/+39 | |
* | | | | | Merge topic 'fix-try_compile-internal-argv' | Brad King | 2015-09-25 | 1 | -5/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmCoreTryCompile: Fix internal argument vector construction | Brad King | 2015-09-24 | 1 | -5/+1 | |
* | | | | | | Merge topic 'install-directory-dest-genex' | Brad King | 2015-09-25 | 2 | -1/+57 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | install: Allow generator expressions in DIRECTORY DESTINATION | Robert Goulet | 2015-09-24 | 2 | -1/+57 | |
* | | | | | | | Merge topic 'fix-max-path-initialization' | Brad King | 2015-09-25 | 6 | -32/+26 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmLocalGenerator: Compute object max path on construction. | Stephen Kelly | 2015-09-24 | 3 | -6/+4 | |
| * | | | | | | | cmGlobalGenerator: Create all local generators after Configure(). | Stephen Kelly | 2015-09-24 | 1 | -1/+1 | |
| * | | | | | | | cmGlobalGenerator: Remove unused method. | Stephen Kelly | 2015-09-24 | 2 | -7/+0 | |
| * | | | | | | | cmGlobalGenerator: Create local generators after all makefiles configured. | Stephen Kelly | 2015-09-24 | 3 | -7/+15 | |
| * | | | | | | | cmGlobalGenerator: Create local generator after configuring the makefile. | Stephen Kelly | 2015-09-24 | 1 | -2/+2 | |
| * | | | | | | | cmMakefile: Create the local generator after configuring the makefile. | Stephen Kelly | 2015-09-24 | 1 | -5/+5 | |
| * | | | | | | | Makefiles: Remove need to create local generator at configure time. | Stephen Kelly | 2015-09-24 | 1 | -11/+5 | |
| * | | | | | | | Makefiles: Port to cmOutputConverter. | Stephen Kelly | 2015-09-24 | 1 | -1/+2 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-09-25 | 1 | -1/+1 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge topic 'install-files-dest-genex' | Brad King | 2015-09-24 | 2 | -5/+26 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | install: Allow generator expressions in FILES DESTINATION | Robert Goulet | 2015-09-23 | 2 | -5/+26 | |
| |/ / / / / | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-09-24 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'vs-target-ordering' | Brad King | 2015-09-23 | 7 | -14/+26 | |
|\ \ \ \ \ | ||||||
| * | | | | | VS: Fix rebuild with regeneration after input CMake code change (#15754) | Brad King | 2015-09-22 | 1 | -1/+1 | |
| * | | | | | VS: Refactor target ordering logic | Brad King | 2015-09-22 | 7 | -14/+26 | |