Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Tests: Factor out RunCMake.WriteBasicConfigVersionFile test | Brad King | 2018-11-14 | 6 | -906/+912 | |
* | | | | | | | Merge topic 'configure_file-canonical-deps' | Brad King | 2018-11-15 | 5 | -11/+18 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | configure_file: canonicalize input and output path in dependencies | Frank Benkstein | 2018-11-13 | 5 | -11/+18 | |
* | | | | | | | | Merge topic 'deprecate-findqt' | Brad King | 2018-11-15 | 16 | -5/+141 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | find_package(): Add policy to remove the FindQt module | Kyle Edwards | 2018-11-14 | 16 | -5/+141 | |
* | | | | | | | | Merge topic 'autogen_info_write' | Brad King | 2018-11-15 | 7 | -184/+271 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Autogen: Sort tests | Sebastian Holtermann | 2018-11-14 | 3 | -38/+32 | |
| * | | | | | | | | Autogen: Add a definitions test to the MocOnly test | Sebastian Holtermann | 2018-11-14 | 2 | -1/+7 | |
| * | | | | | | | | Autogen: Add and use cmQtAutoGenInitializer::InfoWriter class | Sebastian Holtermann | 2018-11-14 | 2 | -145/+232 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'test-XcodeProject-timeout' | Brad King | 2018-11-15 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Tests: Add option for custom RunCMake.XcodeProject timeout | Brad King | 2018-11-14 | 1 | -0/+7 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'doc-developer-to-source-guide' | Brad King | 2018-11-15 | 4 | -584/+552 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Help/dev: Factor out a CMake Documentation Guide for developing the docs | Brad King | 2018-11-14 | 4 | -530/+552 | |
| * | | | | | | | | Help: Fix policy markup example in cmake-developer(7) | Brad King | 2018-11-14 | 1 | -1/+1 | |
| * | | | | | | | | Help: Drop compile features section from cmake-developer(7) manual | Brad King | 2018-11-14 | 1 | -47/+0 | |
| * | | | | | | | | Help/dev: Drop 'size_t' preference from source code guide | Brad King | 2018-11-14 | 1 | -7/+0 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'macro3' | Brad King | 2018-11-15 | 2 | -15/+43 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Help: describe differences between macro and function. | Joachim Wuttke (l) | 2018-11-14 | 2 | -10/+38 | |
| * | | | | | | | | Help: in macro vs function example, use lowercase names. | Joachim Wuttke (l) | 2018-11-14 | 1 | -5/+5 | |
| |/ / / / / / / | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-11-15 | 1 | -1/+1 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Merge topic 'WIN32' | Brad King | 2018-11-14 | 2 | -12/+14 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Help: Spell out MFC | Joachim Wuttke (o) | 2018-11-14 | 2 | -10/+12 | |
| * | | | | | | Help: Add links to variables | Joachim Wuttke (o) | 2018-11-14 | 1 | -4/+4 | |
|/ / / / / / | ||||||
* | | | | | | Merge topic 'GNUInstallDirs-FreeBSD-info' | Brad King | 2018-11-14 | 6 | -8/+134 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | GNUInstallDirs: Update FreeBSD "info" destination to share/info | Tobias C. Berner | 2018-11-13 | 5 | -9/+9 | |
| * | | | | | | GNUInstallDirs: Split "info" and "man" default logic | Brad King | 2018-11-13 | 1 | -2/+6 | |
| * | | | | | | Tests: Split GNUInstallDirs expectations for FreeBSD | Brad King | 2018-11-13 | 5 | -5/+127 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-11-14 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'deprecate-modules2' | Brad King | 2018-11-13 | 1 | -3/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Help: Move deprecated modules to appropriate section. | Joachim Wuttke (l) | 2018-11-13 | 1 | -3/+2 | |
* | | | | | | | | Merge topic 'macro+function-invocation' | Brad King | 2018-11-13 | 2 | -37/+88 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Help: Document that function invocation is case-insensitive | Joachim Wuttke (l) | 2018-11-13 | 1 | -21/+46 | |
| * | | | | | | | | Help: Document that macro invocation is case-insensitive | Joachim Wuttke (l) | 2018-11-13 | 1 | -16/+42 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge topic 'macro' | Brad King | 2018-11-13 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Help: Mention endmacro argument as legacy only. | Joachim Wuttke (l) | 2018-11-13 | 1 | -1/+6 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'SelectLibraryConfigurations' | Brad King | 2018-11-13 | 1 | -16/+24 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Help: Revise documentation of SelectLibraryConfigurations | Joachim Wuttke (l) | 2018-11-13 | 1 | -16/+24 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'env2' | Brad King | 2018-11-13 | 29 | -0/+59 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Help: Describe environment variables as such. | Joachim Wuttke (l) | 2018-11-13 | 29 | -0/+59 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'DeployQt4' | Brad King | 2018-11-13 | 1 | -6/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Help: Downcase function names in DeployQt4 doc. | Joachim Wuttke (o) | 2018-11-12 | 1 | -6/+6 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'WriteCompilerDetectionHeader' | Brad King | 2018-11-13 | 1 | -5/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Help: Remove duplication of function name. | Joachim Wuttke (l) | 2018-11-12 | 1 | -5/+4 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'release-3.13' | Brad King | 2018-11-13 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'FindBoost-1.69' into release-3.13 | Brad King | 2018-11-13 | 2 | -5/+5 | |
| |\ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ | Merge topic 'FindBoost-1.69' | Brad King | 2018-11-13 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | FindBoost: Additional fixes for 1.69 | Roger Leigh | 2018-11-13 | 2 | -5/+5 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'vs-just-my-code-flag-map' | Brad King | 2018-11-13 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | VS: Add flag table entry for -JMC | Tengiz Sharafiev | 2018-11-10 | 1 | -0/+2 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'colored-ctest-summary' | Brad King | 2018-11-13 | 4 | -16/+92 | |
|\ \ \ \ \ \ \ \ |