- 24 Oct, 2013 13 commits
-
-
Stephen Kelly authored
It will soon be used to process ui and rcc files too.
-
Stephen Kelly authored
This class will soon gain methods for autouic and autorcc.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
There is no need for a "cmake_automoc" backward compatibility command because it is internal, undocumented, and only executed from a matching version of cmake.
-
Stephen Kelly authored
-
Stephen Kelly authored
It will be extended to process .ui and .qrc files too.
-
Kitware Robot authored
-
- 23 Oct, 2013 9 commits
-
-
c832299e FindJava: fix message output (#14502)
-
0b3b3368 CMP0022: Output link interface mismatch for static library warning
-
e0ce6f0a cmRST: Cross-reference cmake-developer.7 manual and cmRST Doxygen c1c239bf Help: Add documentation format to cmake-developer.7 manual a06a90f4 Help: Organize cmake-developer.7 manual Modules section 28f08ba2 Help: Fix module documentation markup in cmake-developer.7 manual baaab068 Help: Move Modules/readme.txt content into cmake-developer.7 manual 80a311ed Help: Add cmake-developer.7 manual
-
6c919448 Add policy CMP0036 to disallow build_name 3969bb23 Add policy CMP0035 to disallow variable_requires 178b9af1 Add policy CMP0034 to disallow utility_source 248d1dc0 Add policy CMP0033 to disallow export_library_dependencies 6865c8fe Add policy CMP0032 to disallow output_required_files aa76518f Add policy CMP0031 to disallow load_command 97268cf5 Add policy CMP0030 to disallow use_mangled_mesa 9f64fbf5 Add policy CMP0029 to disallow subdir_depends 882c0f0b Add infrastructure for policies that disallow commands
-
Other warnings for the same policy already have similar output since commit 81d2793e (Add differing target property content to policy CMP0022 warning, 2013-09-11).
-
Kitware Robot authored
-
- 22 Oct, 2013 18 commits
-
-
Rolf Eike Beer authored
-
Brad King authored
Even though this variable gets set to CMAKE_<LANG>_COMPILER-NOTFOUND when the compiler is not found, CMake<LANG>Compiler.cmake gets removed by cmGlobalGenerator::EnableLanguage so in try compiles the value is empty. Quote references to the variable in Modules/CMake(C|CXX|Fortran)Information.cmake Modules/CMakeDetermineCompilerId.cmake to avoid dropping arguments from commands that expect them.
-
Brad King authored
If no CMAKE_${lang}_COMPILER is available then do not try to run it to determine the compiler vendor.
-
Brad King authored
The cmRST implementation and the list of capabilities documented in the cmake-developer.7 manual must be kept in sync. Add a note to each file to reference the other.
-
Brad King authored
Document how CMake uses reStructuredText to provide the help manuals. Cover supported inline markup and directives, the CMake Domain in Sphinx, and cross-reference syntax.
-
Brad King authored
Add "Module Documentation" and "Find Modules" subsections. Add to Modules/readme.txt a textual reference to the cmake-developer.7 manual and, while at it, fix the wiki URL domain.
-
Convert the content moved from Modules/readme.txt to valid reStructuredText markup. Mainly, convert the lists of variables to definition lists, wrap long lines in paragraph text, and add literal block markup and indentation.
-
Move all content from Modules/readme.txt except for the link to the module maintainers wiki page into "Help/manual/cmake-developer.7.rst". This produces some invalid reStructuredText markup to be fixed in a future commit.
-
Brad King authored
Add the manual with just an introduction section. Leave section headers for Help and Modules to be filled in later.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Add cmCommand::Disallowed helper to check the setting of a policy that disallows the command. Add a RunCMake.DisallowedCommands test placeholder. Add a Help/policy/DISALLOWED_COMMAND.txt file for inclusion by each policy document to avoid duplication of the common text.
-