summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CMake 3.1.0-rc3v3.1.0-rc3Brad King2014-12-081-1/+1
* Merge branch 'xerces-rename' into releaseBrad King2014-12-055-35/+37
|\
| * Modules: Rename FindXerces to FindXercesCBrad King2014-12-045-35/+37
* | Merge branch 'doc-file-GENERATE-order' into releaseBrad King2014-12-051-1/+3
|\ \
| * | Help: Document file(GENERATE) signature option orderBrad King2014-12-051-1/+3
| |/
* | Merge branch 'doc-mixed-case-commands' into releaseBrad King2014-12-041-2/+10
|\ \
| * | Utilities/Sphinx: Fix link targets for mixed-case command namesBrad King2014-12-041-2/+10
* | | Merge branch 'vs-phone-store-deployment-location' into releaseBrad King2014-12-038-12/+45
|\ \ \
| * | | VS: Add source file property to specify Windows App deployment locationGilles Khouzam2014-12-038-12/+45
* | | | Merge branch 'vs-hlsl-settings' into releaseBrad King2014-12-038-5/+50
|\ \ \ \ | |/ / /
| * | | VS: Add source file properties to set the hlsl shader entry point and modelCedric Perthuis2014-12-038-5/+50
| | |/ | |/|
* | | Merge branch 'doc-CMAKE_CXX_KNOWN_FEATURES-typo' into releaseBrad King2014-12-031-1/+1
|\ \ \
| * | | Help: Fix typo in CMAKE_CXX_KNOWN_FEATURES docsDavid Demelier2014-12-031-1/+1
| |/ /
* | | Merge branch 'CPackIFW-doc-typos' into releaseBrad King2014-12-031-11/+11
|\ \ \
| * | | CPackIFW: Correction of the module documentationKonstantin Podsvirov2014-12-021-11/+11
| |/ /
* | | Merge branch 'doc-Nsight-Tegra-toolchain' into releaseBrad King2014-12-032-0/+21
|\ \ \
| * | | Help: Document Nsight Tegra toolchain configuration (#15276)Brad King2014-12-022-0/+21
| |/ /
* | | Merge branch 'fix-wince-unicode-entry-point' into releaseBrad King2014-12-031-2/+16
|\ \ \
| * | | VS, WINCE: Fix entry point for Unicode buildsPascal Bach2014-12-031-2/+16
| |/ /
* | | Merge branch 'FindOpenGL-revert-imported-targets' into releaseBrad King2014-12-022-43/+0
|\ \ \
| * | | FindOpenGL: Revert support for imported targets (#15267)Brad King2014-12-012-43/+0
| |/ /
* | | Merge branch 'FindPythonInterp-Fix-1.4' into releaseBrad King2014-12-021-2/+2
|\ \ \
| * | | FindPythonInterp: fix version component variables for Python 1.4 (#15275)Rolf Eike Beer2014-12-021-2/+2
* | | | Merge branch 'doc-compile-features-typo' into releaseBrad King2014-12-021-1/+1
|\ \ \ \
| * | | | Help: Fix typo in cmake-compile-features(7) manualDavid Demelier2014-12-021-1/+1
| | |/ / | |/| |
* | | | Merge branch 'link-no-empty-response-files' into releaseBrad King2014-12-011-1/+1
|\ \ \ \
| * | | | Makefile: Do not create an empty linker response fileBrad King2014-12-011-1/+1
| |/ / /
* | | | Merge branch 'fix-implicit-lib-logging' into releaseBrad King2014-12-011-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | CMakeParseImplicitLinkInfo: Fix implicit library loggingBrad King2014-12-011-1/+2
| |/ /
* | | Merge branch 'doc-ctest-j-typo' into releaseBrad King2014-12-011-1/+1
|\ \ \
| * | | Help: Add missing space to ctest -j option descriptionChristopher Dembia2014-12-011-1/+1
* | | | Merge branch 'target-sources-error-conditions' into releaseBrad 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 branch 'fix-transitive-OBJECT_SOURCES-context' into releaseBrad King2014-12-012-35/+44
|\ \ \ \
| * | | | Genex: Fix evaluation context propagation for TARGET_OBJECTS.Stephen Kelly2014-11-262-35/+44
| |/ / /
* | | | Merge branch 'doc-installed-file-property' into releaseBrad 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 branch 'doc-CMP0053-dedup-char' into releaseBrad King2014-12-011-1/+1
|\ \ \ \
| * | | | Help: Remove duplicate '#' in CMP0053 valid character listChristoph GrĂ¼ninger2014-12-011-1/+1
| | |/ / | |/| |
* | | | Merge branch 'fix-source-case-matching' into releaseBrad King2014-11-261-1/+2
|\ \ \ \
| * | | | Fix lookup of source names after conversion to their actual case (#15259)Brad King2014-11-261-1/+2
| |/ / /
* | | | Merge branch 'revert-cached-regex-clear' into releaseBrad King2014-11-265-60/+43
|\ \ \ \
| * | | | Revert "ClearMatches: Only clear matches which were actually set" (#15261)Ben Boeckel2014-11-265-60/+43
| |/ / /
* | | | Merge branch 'FindwxWidgets-new-versions' into releaseBrad King2014-11-261-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | FindwxWidgets: Add versions 3.0.1 and 3.0.2Christopher Gittner2014-11-261-0/+2
| |/ /
* | | Merge branch 'C-features-Wundef' into releaseBrad King2014-11-264-4/+18
|\ \ \