Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Remove unused includes. | Stephen Kelly | 2015-04-06 | 2 | -2/+0 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-04-07 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge topic 'minor-cleanups' | Brad King | 2015-04-06 | 10 | -81/+7 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | cmCacheManager: Remove unused method | Stephen Kelly | 2015-04-05 | 4 | -27/+0 | |
| * | | | cmCacheManager: Remove unused overloads. | Stephen Kelly | 2015-04-05 | 2 | -24/+0 | |
| * | | | cmCacheManager: Remove use of intermediate overload. | Stephen Kelly | 2015-04-05 | 1 | -1/+2 | |
| * | | | cmGlobalGenerator: Don't fetch the cache manager in a loop. | Stephen Kelly | 2015-04-05 | 1 | -2/+1 | |
| * | | | cmake: Clear member rather than explicit erase. | Stephen Kelly | 2015-04-05 | 1 | -1/+1 | |
| * | | | cmake: Be clear that there is no chaining after global properties. | Stephen Kelly | 2015-04-05 | 1 | -3/+2 | |
| * | | | cmake: Remove unused method. | Stephen Kelly | 2015-04-05 | 1 | -3/+0 | |
| * | | | cmake: Remove unused member. | Stephen Kelly | 2015-04-05 | 2 | -2/+0 | |
| * | | | cmMakefile: Remove one wrong and one insufficiently helpful comment. | Stephen Kelly | 2015-04-04 | 1 | -3/+2 | |
| * | | | cmListFile: Remove unused member. | Stephen Kelly | 2015-04-04 | 2 | -11/+0 | |
| * | | | cmMakefile: Remove bogus comment. | Stephen Kelly | 2015-04-04 | 1 | -4/+0 | |
| * | | | Remove duplicate tag name. | Stephen Kelly | 2015-04-04 | 1 | -1/+0 | |
| |/ / | ||||||
* | | | Merge topic 'cpack-one-component-only' | Brad King | 2015-04-06 | 1 | -1/+4 | |
|\ \ \ | ||||||
| * | | | CPack single component packaging | Domen Vrankar | 2015-04-05 | 1 | -1/+4 | |
* | | | | Merge topic 'makefile-depscan-BOM' | Brad King | 2015-04-06 | 1 | -6/+15 | |
|\ \ \ \ | ||||||
| * | | | | Makefile: Tolerate a BOM while scanning source dependencies (#15493) | Brad King | 2015-04-03 | 1 | -6/+15 | |
* | | | | | Merge topic 'test_cpack_symlinks' | Brad King | 2015-04-06 | 1 | -0/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | cpack: Disable CMake Cygwin legacy warning while packaging | Brad King | 2015-04-01 | 1 | -0/+3 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-04-06 | 1 | -1/+1 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-04-05 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-04-04 | 1 | -1/+1 | |
* | | | | VS: Add support for XAML source files | Gilles Khouzam | 2015-04-03 | 4 | -3/+142 | |
| |/ / |/| | | ||||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2015-04-03 | 1 | -1/+1 | |
* | | | Merge topic 'remove-DEFINITIONS-directory-property' | Brad King | 2015-04-02 | 3 | -2/+20 | |
|\ \ \ | ||||||
| * | | | Do not treat DEFINITIONS as a built-in directory property | Stephen Kelly | 2015-04-02 | 3 | -2/+20 | |
* | | | | Merge topic 'clean-up-cmMakefile' | Brad King | 2015-04-02 | 5 | -50/+9 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | cmMakefile: Remove unused PreOrder member. | Stephen Kelly | 2015-04-01 | 4 | -21/+9 | |
| * | | | cmMakefile: Remove unused Prefix member. | Stephen Kelly | 2015-04-01 | 2 | -3/+0 | |
| * | | | cmMakefile: Remove unused SubDirectoryOrder member. | Stephen Kelly | 2015-04-01 | 2 | -3/+0 | |
| * | | | cmMakefile: Remove AddExtraDirectory method. | Stephen Kelly | 2015-04-01 | 3 | -13/+0 | |
| * | | | cmMakefile: Remove unused method. | Stephen Kelly | 2015-04-01 | 1 | -6/+0 | |
| * | | | cmMakefile: Remove bogus comment. | Stephen Kelly | 2015-04-01 | 1 | -4/+0 | |
* | | | | Merge topic 'xcode-source-type-metal' | Brad King | 2015-04-02 | 1 | -0/+4 | |
|\ \ \ \ | ||||||
| * | | | | Xcode: Add file type for Metal shader files | Sean James | 2015-04-01 | 1 | -0/+4 | |
| |/ / / | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-04-02 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge topic 'cpack-deb-format-cast' | Brad King | 2015-04-01 | 1 | -2/+4 | |
|\ \ \ | ||||||
| * | | | cmCPackDebGenerator: Cast file mode to proper type for %o formatter | Brad King | 2015-03-31 | 1 | -2/+4 | |
* | | | | Merge topic 'cpack-fix-preinstall-tool' | Brad King | 2015-04-01 | 1 | -15/+8 | |
|\ \ \ \ | ||||||
| * | | | | CPack: Fix make tool selection during preinstall (#15483) | Brad King | 2015-03-31 | 1 | -15/+8 | |
| |/ / / | ||||||
* | | | | Merge topic 'makefile-DELETE_ON_ERROR' | Brad King | 2015-04-01 | 4 | -0/+13 | |
|\ \ \ \ | ||||||
| * | | | | Makefile: Tell GNU make to delete rule outputs on error (#15474) | Brad King | 2015-03-30 | 4 | -0/+13 | |
| | |/ / | |/| | | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-04-01 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2015-03-31 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge topic 'cpack-archive-prefix' | Brad King | 2015-03-30 | 1 | -0/+8 | |
|\ \ | ||||||
| * | | cpack: Fix CPACK_PACKAGING_INSTALL_PREFIX handling for archives (#14677) | Clinton Stimpson | 2015-03-30 | 1 | -0/+8 | |
* | | | Merge topic 'add_dependencies-INTERFACE-libraries' | Brad King | 2015-03-30 | 2 | -11/+4 | |
|\ \ \ | ||||||
| * | | | Allow add_dependencies() on INTERFACE libraries (#15414) | Brad King | 2015-03-27 | 2 | -11/+4 | |