summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'revert-definition-map-lookup' into releasev3.1.0-rc1Brad King2014-10-248-24/+276
|\
| * Merge branch 'parent-scope-tests' into variable-pull-failureBen Boeckel2014-10-245-0/+266
| |\
| | * test: add a test for PARENT_SCOPE with multiple scopesBen Boeckel2014-10-243-0/+249
| | * test: add test for PARENT_SCOPE behaviorBen Boeckel2014-10-243-0/+17
| * | Revert "cmDefinitions: Don't store parent lookups"Ben Boeckel2014-10-243-24/+10
* | | Merge branch 'xcode-ios-compiler-id' into releaseBrad King2014-10-222-3/+19
|\ \ \
| * | | Xcode: Fix compiler id detection when code signing is requiredBrad King2014-10-222-0/+6
| * | | Xcode: Fix compiler id detection for iOS tools (#15214)Brad King2014-10-222-3/+13
* | | | Merge branch 'doc-line-lengths' into releaseBrad King2014-10-2223-211/+308
|\ \ \ \
| * | | | Help/manual: Avoid long lines in code blocksBrad King2014-10-224-6/+21
| * | | | Help: Clarify formatting of CPACK_WIX_ACL documentationBrad King2014-10-221-2/+3
| * | | | Help: Wrap long ctest_submit signature lineBrad King2014-10-221-1/+5
| * | | | Modules: Format documentation to avoid over-long preformatted linesBrad King2014-10-2217-202/+279
| |/ / /
* | | | Merge branch 'doc-CMAKE_XCODE_ATTRIBUTE' into releaseBrad King2014-10-223-0/+14
|\ \ \ \
| * | | | Help: Document CMAKE_XCODE_ATTRIBUTE_<an-attribute> variable (#15215)Brad King2014-10-223-0/+14
| |/ / /
* | | | Merge branch 'ExternalProject-no-cygwin-hg-on-windows' into releaseBrad King2014-10-221-0/+7
|\ \ \ \
| * | | | Tests/ExternalProject: Skip Windows hg tests with cygwin hgBrad King2014-10-221-0/+7
| |/ / /
* | | | Merge branch 'FindHg-no-cygwin-hg-on-windows' into releaseBrad King2014-10-221-0/+4
|\ \ \ \
| * | | | FindHg: Do not use cygwin hg on WindowsBrad King2014-10-221-0/+4
| |/ / /
* | | | Merge branch 'cuda-rpath-osx' into releaseBrad King2014-10-221-12/+0
|\ \ \ \
| * | | | FindCUDA: Remove rpath logic outdated by CMake's own @rpath supportClinton Stimpson2014-10-221-12/+0
| |/ / /
* | | | Merge branch 'fix-OSX-bundle-rpaths-and-Qt5' into releaseBrad King2014-10-221-2/+16
|\ \ \ \
| * | | | BundleUtilities: Ensure framework symlinks and Info.plist existAdam Strzelecki2014-10-211-2/+16
* | | | | CMake 3.1.0-rc1 version updateBrad King2014-10-141-3/+3
* | | | | Help: Drop development topic notes to prepare releaseBrad King2014-10-142-9/+0
* | | | | Merge topic 'CheckStructHasMember-avoid-breakage-on-Wall'Brad King2014-10-141-1/+1
|\ \ \ \ \
| * | | | | CheckStructHasMember: avoid breakage on -Wall -Werror (#15203)Peter Wu2014-10-131-1/+1
* | | | | | Merge topic 'fix-comment-typos'Brad King2014-10-1417-22/+22
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix some spelling errors in commentsGeoff Viola2014-10-1317-22/+22
* | | | | | CMake Nightly Date StampKitware Robot2014-10-141-1/+1
* | | | | | Merge topic 'doc-3.1-relnotes'Brad King2014-10-1368-455/+382
|\ \ \ \ \ \
| * | | | | | Help: Organize 3.1 release notesBrad King2014-10-101-181/+231
| * | | | | | Help: Consolidate 3.1 release notesBrad King2014-10-1068-455/+332
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'fix-ninja-rc-include-flags'Brad King2014-10-138-9/+32
|\ \ \ \ \ \
| * | | | | | Ninja: Fix RC include directories regressionBrad King2014-10-138-9/+32
* | | | | | | CMake Nightly Date StampKitware Robot2014-10-131-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2014-10-121-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2014-10-111-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'note-link-libraries-genex'Brad King2014-10-101-0/+22
|\ \ \ \ \ \
| * | | | | | Help: Add note about restoring pre-3.0 link libraries genex behaviorBrad King2014-10-101-0/+22
| |/ / / / /
* | | | | | Merge topic 'fix-OSX-bundle-rpaths-and-Qt5'Brad King2014-10-106-61/+229
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Help: Add notes for topic 'fix-OSX-bundle-rpaths-and-Qt5'Brad King2014-10-101-0/+6
| * | | | OSX: Warn when attempting to change runtime paths on OS X 10.5Clinton Stimpson2014-10-102-28/+55
| * | | | cmake-gui: Make sure we bundle Qt5 Cocoa platform pluginAdam Strzelecki2014-10-101-1/+27
| * | | | BundleUtilities: Framework codesign Resources/Info.plist & CurrentAdam Strzelecki2014-10-101-2/+21
| * | | | BundleUtilities: Resolve & replace @rpath placeholdersAdam Strzelecki2014-10-102-26/+98
| * | | | GetPrerequisites: Make sure dyld placeholders are prefixesAdam Strzelecki2014-10-101-3/+3
| * | | | BundleUtilities: Use find on UNIX for fast executable lookupAdam Strzelecki2014-10-101-1/+19
* | | | | CMake Nightly Date StampKitware Robot2014-10-101-1/+1
* | | | | Merge topic 'FindThreads_overhaul'Brad King2014-10-091-36/+78
|\ \ \ \ \