- 10 Jun, 2015 1 commit
-
-
Kitware Robot authored
-
- 09 Jun, 2015 15 commits
-
-
Brad King authored
-
482a3bf3 Help: Document explicitly that policy OLD behavior is deprecated
-
Brad King authored
-
Brad King authored
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>
-
1594edba Utilities/Release: Update to more recent Qt 4.8 on OS X
-
c3f40f4f Help: Improve formatting of command documentation
-
7ab0806f Help: Document find_* command versioned/unversioned name ordering
-
972853b1 Help: Drop incorrect advice from cmake-developer.7 manual
-
12436efc ctest: Disable CMake Cygwin legacy warning in dashboard client script
-
d9b974b1 cmake-gui: Make command-line install help text selectable
-
2c969743 FindwxWidgets: Fix find_program call for versioned names
-
Kitware Robot authored
-
- 08 Jun, 2015 24 commits
-
-
Brad King authored
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.
-
Use inline reStructuredText markup and add cross-references in more places.
-
Stephen Kelly authored
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.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Brad King authored
Suggest in the NAMES option that unversioned names go first to prefer local builds over distro-provided files.
-
Brad King authored
Use inline reStructuredText markup and add cross-references in more places.
-
Brad King authored
Add dedicated documents for these and link to them instead of duplicating their documentation in every find command.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Drop the comment on the purpose of PATH_SUFFIXES in our Find Module example. It was incorrect.
-
Brad King authored
-
Brad King authored
-
Brad King authored
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.
-
8174e5cd cmCustomCommand: Remove special member functions. 34e1d6db cmCustomCommand: Re-arrange data layout. 54cb76f2 cmComputeLinkDepends: Re-arrange data layout. b661d6c6 cmQtAutoGenerators: Re-arrange data layout. 40844a14 cmProcessTools: Re-arrange data layout. b1ff32af cmOrderDirectories: Re-arrange data layout. dd0417c7 cmInstallTargetGenerator: Re-arrange data layout. 125c4866 cmInstallFilesGenerator: Re-arrange data layout. 92b8b1fc cmGraphVizWriter: Re-arrange data layout. 7f3e1623 cmGlobalGenerator: Re-arrange data layout. d9df7fa7 cmComputeComponentGraph: Re-arrange data layout. db24e41b cmCommandArgumentParserHelper: Re-arrange data. 4cd13e80 cmComputeLinkInformation: Re-arrange data layout. 3e087a40 cmLocalUnixMakefileGenerator: Re-arrange data layout. e0421701 cmMakefile: Re-arrange data layout. c26696eb cmSourceFile: Re-arrange data. ...
-
4c192fb5 cmMakefile: Remove cacheOnly option from GetDefinitions. 046aafff cmGetCMakePropertyCommand: Don't explicitly specify default param. 021c4b6f cmMakefile: Simplify handling of CACHE_VARIABLES property. 1981c971 cmMakefile: Simplify InitializeFromParent method. 353e422b cmMakefile: Remove unused GetPolicies method. 00bfa047 cmMakefile: Out-of-line the cmMakefileCall. db74ce58 cmMakefile: Inline PushScope into PushFunctionScope. ca140c2e cmMakefile: Create a unified raii for macro scopes. d5dc4169 cmMakefile: Create a unified raii for function scopes.
-
59e21ffa Port static calls from cmLocalGenerator to cmOutputConverter. 242dcc2c cmListFileBacktrace: Replace local generator with cmState::Snapshot. 1cff330b cmTarget: Port to cmOutputConverter. 2f1bd62b cmCustomCommandGenerator: Port to cmOutputConverter. 0f2a1324 cmCommandArgumentParserHelper: Port to cmOutputConverter. 4d8b79ad cmComputeLinkInformation: Port to cmOutputConverter. 8680520f cmMakefile: Make the cmState::Snapshot accessible. 6d7abb63 cmOutputConverter: Extract from cmLocalGenerator. a8244157 cmState::Snapshot: Provide accessor for the cmState. 1f4ef396 cmLocalGenerator: Remove some commented lines of code.
-
cdf2cba3 VS: Use cmUuid RFC 4122 compliant hash based UUID generation
-