summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'doc-Nsight-Tegra-toolchain'Brad King2014-12-032-0/+21
|\
| * Help: Document Nsight Tegra toolchain configuration (#15276)Brad King2014-12-022-0/+21
* | Merge topic 'add-continue-command'Brad King2014-12-0331-2/+241
|\ \
| * | continue: Add a new CMake language command for loop continuation (#14013)Gregor Jasny2014-12-0131-2/+241
* | | Merge topic 'FindOpenGL-revert-imported-targets'Brad King2014-12-032-43/+0
|\ \ \
| * | | FindOpenGL: Revert support for imported targets (#15267)Brad King2014-12-012-43/+0
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2014-12-031-1/+1
* | | Merge branch 'release'Brad King2014-12-020-0/+0
|\ \ \
| * \ \ Merge branch 'doc-compile-features-typo' into releaseBrad King2014-12-021-1/+1
| |\ \ \
| * \ \ \ Merge branch 'link-no-empty-response-files' into releaseBrad King2014-12-011-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'fix-implicit-lib-logging' into releaseBrad King2014-12-011-1/+2
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'FindOpenGL-no-X11'Brad King2014-12-022-13/+8
|\ \ \ \ \ \ \
| * | | | | | | FindOpenGL: Drop explicit dependency on X11 (#15268)Brad King2014-12-012-13/+8
* | | | | | | | Merge topic 'doc-compile-features-typo'Brad King2014-12-021-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Help: Fix typo in cmake-compile-features(7) manualDavid Demelier2014-12-021-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge topic 'fix-implicit-lib-logging'Brad King2014-12-021-1/+2
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | CMakeParseImplicitLinkInfo: Fix implicit library loggingBrad King2014-12-011-1/+2
| |/ / / / /
* | | | | | Merge topic 'link-no-empty-response-files'Brad King2014-12-021-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Makefile: Do not create an empty linker response fileBrad King2014-12-011-1/+1
| |/ / / /
* | | | | Merge topic 'FindOpenSSL-separate-libs'Brad King2014-12-022-4/+19
|\ \ \ \ \
| * | | | | FindOpenSSL: Report crypto and ssl libraries separatelyHannes Mezger2014-12-012-4/+19
| | |_|_|/ | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2014-12-021-1/+1
| |_|/ / |/| | |
* | | | Merge branch 'release'Brad King2014-12-010-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'doc-ctest-j-typo' into releaseBrad King2014-12-011-1/+1
| |\ \ \
| * \ \ \ Merge branch 'target-sources-error-conditions' into releaseBrad King2014-12-0119-8/+93
| |\ \ \ \
| * \ \ \ \ Merge branch 'fix-transitive-OBJECT_SOURCES-context' into releaseBrad King2014-12-012-35/+44
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'doc-installed-file-property' into releaseBrad King2014-12-013-28/+69
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'doc-CMP0053-dedup-char' into releaseBrad King2014-12-011-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'fix-source-case-matching' into releaseBrad King2014-11-261-1/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'revert-cached-regex-clear' into releaseBrad King2014-11-265-60/+43
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'FindwxWidgets-new-versions' into releaseBrad King2014-11-261-0/+2
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge topic 'doc-ctest-j-typo'Brad King2014-12-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | / / | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | Help: Add missing space to ctest -j option descriptionChristopher Dembia2014-12-011-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'target-sources-error-conditions'Brad King2014-12-0119-8/+93
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Help: Document the export limitation of INTERFACE_SOURCES.Stephen Kelly2014-11-292-0/+8
| * | | | | | | | | Export: Disallow export of targets with INTERFACE_SOURCESStephen Kelly2014-11-299-0/+38
| * | | | | | | | | cmTarget: Don't allow relative paths in INTERFACE_SOURCESStephen Kelly2014-11-299-8/+47
| |/ / / / / / / /
* | | | | | | | | Merge topic 'doc-installed-file-property'Brad King2014-12-013-28/+69
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Help: Add 3.1 release notes for INSTALL property scopeBrad King2014-12-011-0/+6
| * | | | | | | | Help: Document installed file property APINils Gladitz2014-12-012-0/+21
| * | | | | | | | Help: Format set_property and get_property command docsBrad King2014-12-012-28/+42
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge topic 'doc-CMP0053-dedup-char'Brad King2014-12-011-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Help: Remove duplicate '#' in CMP0053 valid character listChristoph GrĂ¼ninger2014-12-011-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'fix-transitive-OBJECT_SOURCES-context'Brad King2014-12-012-35/+44
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Genex: Fix evaluation context propagation for TARGET_OBJECTS.Stephen Kelly2014-11-262-35/+44
| |/ / / / /
* | | | | | Merge topic 'fix-source-case-matching'Brad King2014-12-011-1/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Fix lookup of source names after conversion to their actual case (#15259)Brad King2014-11-261-1/+2
| |/ / / /
* | | | | Merge topic 'revert-cached-regex-clear-for-master'Brad King2014-12-015-60/+43
|\ \ \ \ \
| * \ \ \ \ Merge branch 'revert-cached-regex-clear' into revert-cached-regex-clear-for-m...Brad King2014-11-265-60/+43
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Revert "ClearMatches: Only clear matches which were actually set" (#15261)Ben Boeckel2014-11-265-60/+43
| | |/ / /