summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Extend RunCMake.CommandLine to cover --build with no argBrad King2015-06-113-0/+4
|
* Merge topic 'FindBISON-DEFINES_FILE'Brad King2015-06-112-61/+100
|\ | | | | | | | | | | | | | | | | 6863c0d5 Help: Add notes for topic 'FindBISON-DEFINES_FILE' 12e534c2 FindBISON: Add DEFINES_FILE option to pass --defines=FILE eb859263 FindBISON: Use CMAKE_PARSE_ARGUMENTS to parse arguments 29985ad8 FindBISON: Use BISON_TARGET macro argument names internally 801b799f FindBISON: Improve documentation formatting
| * Help: Add notes for topic 'FindBISON-DEFINES_FILE'Brad King2015-06-111-0/+6
| |
| * FindBISON: Add DEFINES_FILE option to pass --defines=FILEEon Jeong2015-06-091-8/+26
| |
| * FindBISON: Use CMAKE_PARSE_ARGUMENTS to parse argumentsEon Jeong2015-06-091-18/+23
| |
| * FindBISON: Use BISON_TARGET macro argument names internallyEon Jeong2015-06-091-5/+5
| | | | | | | | The macro argument names are much clearer than ${ARGV#} references.
| * FindBISON: Improve documentation formattingBrad King2015-06-091-33/+43
| |
* | Merge topic 'fix-CMP0009-future-states'Brad King2015-06-111-8/+4
|\ \ | | | | | | | | | | | | a3a8177e cmFileCommand: Fix implementation of CMP0009.
| * | cmFileCommand: Fix implementation of CMP0009.Stephen Kelly2015-06-091-8/+4
| | |
* | | Merge topic 'minor-cleanups'Brad King2015-06-114-12/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | 22d09ecf cmLocalGenerator: Remove ConfigureFinalPass. 821a711b project(): Remove unused variable.
| * | | cmLocalGenerator: Remove ConfigureFinalPass.Stephen Kelly2015-06-093-11/+1
| | | | | | | | | | | | | | | | | | | | Call the cmMakefile implementation directly. This is a configure-time construct.
| * | | project(): Remove unused variable.Stephen Kelly2015-06-091-1/+0
| |/ /
* | | CMake Nightly Date StampKitware Robot2015-06-111-1/+1
| | |
* | | Merge branch 'release'Brad King2015-06-100-0/+0
|\ \ \
| * | | CMake 3.3.0-rc2v3.3.0-rc2Brad King2015-06-091-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2015-06-101-1/+1
| |/ / |/| |
* | | Merge branch 'release'Brad King2015-06-090-0/+0
|\ \ \ | |/ /
| * | Merge branch 'doc-policy-OLD-deprecated' into releaseBrad King2015-06-0967-5/+139
| |\ \
| * \ \ Merge branch 'doc-drop-incorrect-cmake-developer-advice' into releaseBrad King2015-06-081-1/+0
| |\ \ \
| * \ \ \ Merge branch 'revert-mingw-no-find_library-dll' into releaseBrad King2015-06-082-7/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'ctest-script-mode-no-legacy-cygwin' into releaseBrad King2015-06-081-0/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'cmake-gui-osx-install-command-line' into releaseBrad King2015-06-081-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'FindwxWidgets-versioned-executable' into releaseBrad King2015-06-081-1/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'doc-add_custom_command-clarify-TARGET_FILE' into releaseBrad King2015-06-081-0/+3
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'doc-policy-OLD-deprecated'Brad King2015-06-0967-5/+139
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | | 482a3bf3 Help: Document explicitly that policy OLD behavior is deprecated
| * | | | | | | | Help: Document explicitly that policy OLD behavior is deprecatedBrad King2015-06-0967-5/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The most likely documentation page a project author will read in response to a policy warning is the page for the policy itself. Add to every policy documentation page a note explicitly stating that the OLD behavior is deprecated. Also mention this in the cmake_policy() command documentation that explains how to set a policy to OLD. Suggested-by: Fraser Hutchison <fraser.hutchison@gmail.com>
* | | | | | | | | Merge topic 'binary-release-osx-qt-4.8-update'Brad King2015-06-091-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1594edba Utilities/Release: Update to more recent Qt 4.8 on OS X
| * | | | | | | | | Utilities/Release: Update to more recent Qt 4.8 on OS XBrad King2015-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to a version newer than 4.8.0 to get the fix for this issue: https://bugreports.qt.io/browse/QTBUG-23704 https://codereview.qt-project.org/13576 http://code.qt.io/cgit/qt/qt.git/commit/?id=e88dbaa7fc We hit it in the cmake-gui command-line install help dialog.
* | | | | | | | | | Merge topic 'move-CMP0059-handling'Brad King2015-06-095-22/+52
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 52b9d828 cmMakefile: Move CMP0059 handling to command code. fe603c7d cmGetDirectoryPropertyCommand: Move variable to the point of use. 8fc53c3c cmGetDirectoryPropertyCommand: Extract StoreResult method.
| * | | | | | | | | | cmMakefile: Move CMP0059 handling to command code.Stephen Kelly2015-06-084-16/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't pay a penalty for it in all GetProperty calls. Additionally, the storage of properties will eventually move to cmState, which should only contain state and not logic for policies like this.
| * | | | | | | | | | cmGetDirectoryPropertyCommand: Move variable to the point of use.Stephen Kelly2015-06-081-2/+1
| | | | | | | | | | |
| * | | | | | | | | | cmGetDirectoryPropertyCommand: Extract StoreResult method.Stephen Kelly2015-06-082-4/+11
| | | | | | | | | | |
* | | | | | | | | | | Merge topic 'doc-formatting'Brad King2015-06-0959-345/+352
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c3f40f4f Help: Improve formatting of command documentation
| * | | | | | | | | | | Help: Improve formatting of command documentationMichael Scott2015-06-0859-345/+352
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use inline reStructuredText markup and add cross-references in more places.
* | | | | | | | | | | Merge topic 'doc-find-versioned-location'Brad King2015-06-091-0/+5
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7ab0806f Help: Document find_* command versioned/unversioned name ordering
| * | | | | | | | | | | Help: Document find_* command versioned/unversioned name orderingBrad King2015-06-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suggest in the NAMES option that unversioned names go first to prefer local builds over distro-provided files.
* | | | | | | | | | | | Merge topic 'doc-find-command-cleanup'Brad King2015-06-0913-119/+184
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3de3544f Help: Improve documentation formatting of find_* commands 8c64c478 Help: Document CMAKE_FIND_APPBUNDLE and CMAKE_FIND_FRAMEWORK 25b4483e Help: Document CMAKE_SYSTEM_APPBUNDLE_PATH variable e2f34986 Help: Document CMAKE_SYSTEM_FRAMEWORK_PATH variable
| * | | | | | | | | | | Help: Improve documentation formatting of find_* commandsBrad King2015-06-086-90/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use inline reStructuredText markup and add cross-references in more places.
| * | | | | | | | | | | Help: Document CMAKE_FIND_APPBUNDLE and CMAKE_FIND_FRAMEWORKBrad King2015-06-086-29/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dedicated documents for these and link to them instead of duplicating their documentation in every find command.
| * | | | | | | | | | | Help: Document CMAKE_SYSTEM_APPBUNDLE_PATH variableBrad King2015-06-082-0/+8
| | | | | | | | | | | |
| * | | | | | | | | | | Help: Document CMAKE_SYSTEM_FRAMEWORK_PATH variableBrad King2015-06-082-0/+9
| |/ / / / / / / / / /
* | | | | | | | | | | Merge topic 'doc-drop-incorrect-cmake-developer-advice'Brad King2015-06-091-1/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 972853b1 Help: Drop incorrect advice from cmake-developer.7 manual
| * | | | | | | | | | Help: Drop incorrect advice from cmake-developer.7 manualBrad King2015-06-081-1/+0
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop the comment on the purpose of PATH_SUFFIXES in our Find Module example. It was incorrect.
* | | | | | | | | | Merge topic 'ctest-script-mode-no-legacy-cygwin'Brad King2015-06-091-0/+4
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 12436efc ctest: Disable CMake Cygwin legacy warning in dashboard client script
| * | | | | | | | | ctest: Disable CMake Cygwin legacy warning in dashboard client scriptBrad King2015-06-081-0/+4
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In ctest -S mode we load the CTestScriptMode module to give the configuration scripts access to the host system information. CYGWIN.cmake warns unless we explicitly tell it not to warn since there is no chance for a cmake_minimum_required(VERSION) to be called.
* | | | | | | | | Merge topic 'revert-mingw-no-find_library-dll'Brad King2015-06-092-7/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | f5dbf00d Windows-GNU: Restore find_library treatment of '.dll' as linkable (#15409)
| * | | | | | | | Windows-GNU: Restore find_library treatment of '.dll' as linkable (#15409)Brad King2015-06-082-7/+1
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert commit v3.3.0-rc1~435^2 (Windows-GNU: Do not tell find_library to treat '.dll' as linkable, 2015-02-18). MinGW tools support linking to '.dll' files directly and many non-CMake build systems still do not provide a separate '.dll.a' file.
* | | | | | | | Merge topic 'cmake-gui-osx-install-command-line'Brad King2015-06-091-0/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | d9b974b1 cmake-gui: Make command-line install help text selectable
| * | | | | | | cmake-gui: Make command-line install help text selectableClinton Stimpson2015-06-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow users to cut-n-paste the instructions over to a command prompt.
* | | | | | | | Merge topic 'FindwxWidgets-versioned-executable'Brad King2015-06-091-1/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | 2c969743 FindwxWidgets: Fix find_program call for versioned names