https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
45b9797 Readded first empty line in CMakeDetermineCompilerId.cmake (removed by GitHub Editor) 25 October 2013, 21:22:07 UTC
067d09f Added NO_DEFAULT_PATH to search just in the specified paths when looking for CompilerId input file 25 October 2013, 21:19:14 UTC
3208fbe Support new languages using CMAKE_MODULE_PATH see http://public.kitware.com/Bug/view.php?id=14481 24 October 2013, 20:20:31 UTC
8c0bbd3 Merge topic 'minor-cleanups' f3f49ff Docs: Fix typo b0686fd Docs: Fix typo. 24 October 2013, 13:52:29 UTC
c10e981 Merge topic 'cmake-syntax-updates' 2945814 cmRST: Teach cmake-module directive to scan bracket comments 8bb2ee9 cmake-developer.7: Improve flow of module documentation instructions efcf318 Add \-continuation to CMake language quoted arguments 24 October 2013, 13:51:44 UTC
a25c440 CMake Nightly Date Stamp 24 October 2013, 04:01:08 UTC
f3f49ff Docs: Fix typo opitions -> options. 23 October 2013, 21:41:00 UTC
2945814 cmRST: Teach cmake-module directive to scan bracket comments When scanning CMake module files for .rst comments, recognize bracket comments starting in ".rst:" too. For example: #[[.rst: Include the bracket comment content terminated by the closing bracket. Exclude the line containing the bracket if it starts in "#". Teach the CMakeLib.testRST test to cover multiple bracket lengths and ending brackets on lines with and without "#". Update the cmake-developer.7 manual to document the bracket-comment syntax for .rst documentation. 23 October 2013, 13:36:00 UTC
8bb2ee9 cmake-developer.7: Improve flow of module documentation instructions Use prose instead of enumerated steps and re-order the steps so that the cmake-module directive is covered contiguously. 23 October 2013, 13:36:00 UTC
efcf318 Add \-continuation to CMake language quoted arguments Teach the CMake language lexer to treat the \-LF pair terminating a line ending in an odd number of backslashes inside a quoted argument as a continuation. Drop the pair from the returned quoted argument token text. This will allow long lines inside quoted argument strings to be divided across multiple lines in the source file. It will also allow quoted argument text to start on the line after the opening quote. For example, the code: set(x "\ ...") sets variable "x" to the value "..." with no opening newline. Previously an odd number of backslashes at the end of a line inside a quoted argument would put a \-LF pair (or a \-CR pair) literally in the argument. Then the command-argument evaluator would complain that the \-escape sequence is invalid. Therefore this syntax is available to use without changing behavior of valid existing code. Teach the RunCMake.Syntax test to cover cases of quoted arguments with lines ending in \, \\, and \\\. Odd counts are continuations. 23 October 2013, 13:02:07 UTC
e48face Merge topic 'FindJava-msg' c832299 FindJava: fix message output (#14502) 23 October 2013, 12:20:22 UTC
d67286f Merge topic 'output-CMP0022-entries' 0b3b336 CMP0022: Output link interface mismatch for static library warning 23 October 2013, 12:20:14 UTC
7938e58 Merge topic 'vs-graceful-empty-compiler' 705ae00 Quote ${CMAKE_<LANG>_COMPILER} while enabling a language 18a2537 CMakeDetermineCompilerId: Do not test vendor without a compiler 23 October 2013, 12:20:08 UTC
a8cfc21 Merge topic 'doc-cmake-developer' e0ce6f0 cmRST: Cross-reference cmake-developer.7 manual and cmRST Doxygen c1c239b Help: Add documentation format to cmake-developer.7 manual a06a90f Help: Organize cmake-developer.7 manual Modules section 28f08ba Help: Fix module documentation markup in cmake-developer.7 manual baaab06 Help: Move Modules/readme.txt content into cmake-developer.7 manual 80a311e Help: Add cmake-developer.7 manual 23 October 2013, 12:20:01 UTC
8855bf5 Merge topic 'remove-old-commands-by-policy' 6c91944 Add policy CMP0036 to disallow build_name 3969bb2 Add policy CMP0035 to disallow variable_requires 178b9af Add policy CMP0034 to disallow utility_source 248d1dc Add policy CMP0033 to disallow export_library_dependencies 6865c8f Add policy CMP0032 to disallow output_required_files aa76518 Add policy CMP0031 to disallow load_command 97268cf Add policy CMP0030 to disallow use_mangled_mesa 9f64fbf Add policy CMP0029 to disallow subdir_depends 882c0f0 Add infrastructure for policies that disallow commands 23 October 2013, 12:19:57 UTC
078530b Merge topic 'cmarray-templates' d169b1f Genex: Use cmArraySize for targetPolicyWhitelist 86d5d80 Genex: Remove use of TransitiveWhitelistCompare 73d7705 Add some templates for cleaner array iteration. 23 October 2013, 12:19:52 UTC
6403a53 Merge topic 'CheckTypeSize_CXX' e6cec64 CheckTypeSize: Add unit tests 07a2342 CheckTypeSize: Add support for C++ 23 October 2013, 12:19:46 UTC
0b3b336 CMP0022: Output link interface mismatch for static library warning 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). 23 October 2013, 12:18:02 UTC
b0686fd Docs: Fix typo. dependee -> depender. 23 October 2013, 11:33:26 UTC
20c0a6a CMake Nightly Date Stamp 23 October 2013, 04:01:08 UTC
c832299 FindJava: fix message output (#14502) 22 October 2013, 18:51:32 UTC
705ae00 Quote ${CMAKE_<LANG>_COMPILER} while enabling a language 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. 22 October 2013, 18:09:37 UTC
18a2537 CMakeDetermineCompilerId: Do not test vendor without a compiler If no CMAKE_${lang}_COMPILER is available then do not try to run it to determine the compiler vendor. 22 October 2013, 17:59:56 UTC
e0ce6f0 cmRST: Cross-reference cmake-developer.7 manual and cmRST Doxygen 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. 22 October 2013, 14:55:23 UTC
c1c239b Help: Add documentation format to cmake-developer.7 manual 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. 22 October 2013, 14:55:23 UTC
a06a90f Help: Organize cmake-developer.7 manual Modules section 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. 22 October 2013, 14:10:15 UTC
28f08ba Help: Fix module documentation markup in cmake-developer.7 manual 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. 22 October 2013, 14:09:26 UTC
baaab06 Help: Move Modules/readme.txt content into cmake-developer.7 manual 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. 22 October 2013, 13:51:51 UTC
80a311e Help: Add cmake-developer.7 manual Add the manual with just an introduction section. Leave section headers for Help and Modules to be filled in later. 22 October 2013, 13:50:15 UTC
6c91944 Add policy CMP0036 to disallow build_name 22 October 2013, 13:09:53 UTC
3969bb2 Add policy CMP0035 to disallow variable_requires 22 October 2013, 13:09:52 UTC
178b9af Add policy CMP0034 to disallow utility_source 22 October 2013, 13:09:52 UTC
248d1dc Add policy CMP0033 to disallow export_library_dependencies 22 October 2013, 13:09:52 UTC
6865c8f Add policy CMP0032 to disallow output_required_files 22 October 2013, 13:09:52 UTC
aa76518 Add policy CMP0031 to disallow load_command 22 October 2013, 13:09:52 UTC
97268cf Add policy CMP0030 to disallow use_mangled_mesa 22 October 2013, 13:09:51 UTC
9f64fbf Add policy CMP0029 to disallow subdir_depends 22 October 2013, 13:09:51 UTC
882c0f0 Add infrastructure for policies that disallow commands 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. 22 October 2013, 13:09:51 UTC
ddef8a7 Merge topic 'rst-literal-blocks' 2d0287d cmRST: Process literal blocks after paragraphs ending in '::' 7b9ae40 cmRST: Do not process inline markup in code-block literals 22 October 2013, 13:08:38 UTC
c9f1735 Merge topic 'genex-conversion-warnings' a80fe4b use size_t for GeneratorExpressionContent::ContentLength to fix some warnings 22 October 2013, 13:08:33 UTC
7809adb Merge topic 'string-CONCAT-command' 4e184a2 string: Add CONCAT sub-command 22 October 2013, 13:08:15 UTC
c951849 Merge topic 'xcode-folder-types' e5ec8ad Xcode: Generate 'folder' source type for directories (#14498) 22 October 2013, 13:08:01 UTC
5db203d Merge topic 'doc-vs-keyword-properties' b9fe4b6 VS: Document VS_GLOBAL_KEYWORD and VS_KEYWORD relationship (#14493) 22 October 2013, 13:07:51 UTC
0d9e8b1 Merge topic 'double-colon-is-imported' f063c45 Consider targets with double colons to be IMPORTED or ALIAS targets. 22 October 2013, 13:07:40 UTC
d8fe9f9 Merge topic 'vs9-target-framework-version' 0698714 VS: Set .NET target framework version for VS 7-9 (#14499) 22 October 2013, 13:07:28 UTC
61de941 Merge topic 'cmake--build-pipes' bcd5de7 cmake: Always pass through stdout/stderr in --build mode 22 October 2013, 13:07:23 UTC
6384f16 Merge topic 'remove-cmake-i-wizard' a8226e9 cmake: Drop support for "-i" wizard mode 22 October 2013, 13:07:14 UTC
d169b1f Genex: Use cmArraySize for targetPolicyWhitelist For better readability. 22 October 2013, 08:45:23 UTC
86d5d80 Genex: Remove use of TransitiveWhitelistCompare Replace with generic solution based on cmArray* for better readability. 22 October 2013, 08:45:23 UTC
73d7705 Add some templates for cleaner array iteration. 22 October 2013, 08:45:23 UTC
e71a5e3 CMake Nightly Date Stamp 22 October 2013, 04:01:09 UTC
2d0287d cmRST: Process literal blocks after paragraphs ending in '::' Teach cmRST to recognize non-markup lines ending in '::' followed by a blank line as starting a literal block. Record the whole block as if it were a literal block directive and print it just like a code block. Extend the CMakeLib.testRST test to cover such cases. 21 October 2013, 19:40:26 UTC
7b9ae40 cmRST: Do not process inline markup in code-block literals Move the ProcessDirectiveParsedLiteral and ProcessDirectiveCodeBlock method internals into an OutputMarkupLines helper. Pass through it a new "inlineMarkup" parameter and teach OutputLine to understand it. When false, do not process inline markup. Extend the CMakeLib.testRST test to cover the two cases. 21 October 2013, 18:56:26 UTC
a80fe4b use size_t for GeneratorExpressionContent::ContentLength to fix some warnings CMake/Source/cmGeneratorExpressionParser.cxx: In member function ‘void cmGeneratorExpressionParser::ParseGeneratorExpression(std::vector<cmGeneratorExpressionEvaluator*>&)’: CMake/Source/cmGeneratorExpressionParser.cxx:116:55: warning: conversion to ‘unsigned int’ from ‘long int’ may alter its value [-Wconversion] CMake/Source/cmGeneratorExpressionParser.cxx:240:39: warning: conversion to ‘int’ from ‘long int’ may alter its value [-Wconversion] 21 October 2013, 17:58:49 UTC
4e184a2 string: Add CONCAT sub-command Add a string(CONCAT) command to simply concatenate input arguments together. This will be useful for combining strings from different quoting syntaxes. Add a RunCMake.string test covering these cases. 21 October 2013, 16:54:20 UTC
e5ec8ad Xcode: Generate 'folder' source type for directories (#14498) Teach the Xcode generator to set 'lastKnownFileType' to be 'folder' for file references that are directories. If you set 'explicitFileType' to 'sourcecode', then Xcode cannot browse the directory. 21 October 2013, 15:09:59 UTC
e6cec64 CheckTypeSize: Add unit tests 21 October 2013, 14:39:04 UTC
07a2342 CheckTypeSize: Add support for C++ Previously if headers required to check the size of a type can be compiled with C++ compiler only, the check would fail because the C compiler fails. As a consequence, HAVE_${VARIABLE} would be set to false, and ${VARIABLE} will be empty. Teach CHECK_TYPE_SIZE to accept a new optional argument LANGUAGE that allows one to explicitly set the compiler to use. The new signature is therefore: CHECK_TYPE_SIZE(TYPE VARIABLE [BUILTIN_TYPES_ONLY] [LANGUAGE <language>]) 21 October 2013, 14:39:04 UTC
b9fe4b6 VS: Document VS_GLOBAL_KEYWORD and VS_KEYWORD relationship (#14493) These two target properties serve the same purpose for different versions of Visual Studio. Document the versions covered by each property. Reported-by: mar.na@t-online.de 21 October 2013, 14:07:46 UTC
f063c45 Consider targets with double colons to be IMPORTED or ALIAS targets. Introduce a policy to control the behavior. The AliasTargets unit test already tests that using a double-semicolon in the name is not an error. Change the ExportImport test to use a namespace with a double-semicolon too. 21 October 2013, 13:56:31 UTC
bf02e75 Merge topic 'INTERFACE_LIBRARY-build-targets' b04f3b9 Create make rules for INTERFACE_LIBRARY targets. dba4962 Makefile: Always create clean target command 21 October 2013, 13:48:04 UTC
b04f3b9 Create make rules for INTERFACE_LIBRARY targets. The result is that the depends of the target are created. So, add_library(somelib foo.cpp) add_library(anotherlib EXCLUDE_FROM_ALL foo.cpp) add_library(extra EXCLUDE_FROM_ALL foo.cpp) target_link_libraries(anotherlib extra) add_library(iface INTERFACE) target_link_libraries(iface INTERFACE anotherlib) Executing 'make iface' will result in the anotherlib and extra targets being made. Adding a regular executable to the INTERFACE of an INTERFACE_LIBRARY will not result in the executable being built with 'make iface' because of the logic in cmComputeTargetDepends::AddTargetDepend. So far, this is implemented only for the Makefile generator. Other generators will follow if this feature is possible for them. Make INTERFACE_LIBRARY targets part of the all target by default. Test this by building the all target and making the expected library EXCLUDE_FROM_ALL. 21 October 2013, 13:46:27 UTC
0698714 VS: Set .NET target framework version for VS 7-9 (#14499) Teach the VS 7-9 generators to honor the VS_DOTNET_TARGET_FRAMEWORK_VERSION target property. This was already done for VS >= 10 by commit cfe6300a (VS: Add support for .NET target framework version, 2013-06-14). Inspired-by: mar.na@t-online.de 21 October 2013, 13:35:09 UTC
6d1444f Merge topic 'minor-cleanups' 187385a cmCoreTryCompile: Fix typo in comments. af2a3ab cmTarget: Remove unused variable. 620b0e9 target_link_libraries(): Fix code snippet in documentation. 2d4ce80 cmPolicies: Fix typo d6dd264 include(): Use lower case and () to refer to the include() command. 21 October 2013, 13:02:31 UTC
d066108 Merge topic 'remove-old-process-execution' 765d783 cmSystemTools: Drop old RunCommand method 52b80b2 exec_program: Re-implement using KWSys Process c076476 cmake: Drop "cmake -E comspec" Win9x helper f551135 cmExtraEclipseCDT4Generator: Replace RunCommand with RunSingleCommand 21 October 2013, 13:02:26 UTC
595060f Merge topic 'policies-generic-docs' 6d50d01 Help: Add introduction section to cmake-policies manual 21 October 2013, 13:02:17 UTC
8fa1ceb Merge topic 'vs12-parallel-cl-FS' 216afc8 MSVC: Add /FS flag for cl >= 18 to allow parallel compilation (#14492) 21 October 2013, 13:02:09 UTC
9fb65d7 Merge topic 'cmake-syntax-updates' daa0f6f Add Lua-style long brackets and long comments to CMake language a8c6523 cmListFileLexer: Convert CRLF -> LF newlines explicitly dbd9333 cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 5645783 cmListFileLexer: Allow command names with one letter (#14181) 21 October 2013, 13:02:00 UTC
ecfcce4 CMake Nightly Date Stamp 21 October 2013, 04:01:08 UTC
936dec3 Merge topic 'target-LOCATION-policy' abfebef Cygwin: Avoid legacy warnings in RunCMake.CMP0026 test 20 October 2013, 11:37:48 UTC
f040840 Merge topic 'vs-intel-compiler' 1b7117a VS 6: Do not try Intel Fortran .vfproj file with msdev 20 October 2013, 11:37:38 UTC
187385a cmCoreTryCompile: Fix typo in comments. Add 'S' to match actual variable names. 20 October 2013, 10:29:15 UTC
2e68516 CMake Nightly Date Stamp 20 October 2013, 04:01:17 UTC
765d783 cmSystemTools: Drop old RunCommand method All calls to this method have been replaced by newer infrastructure. Remove it and the supporting cmWin32ProcessExecution class. 19 October 2013, 11:25:43 UTC
52b80b2 exec_program: Re-implement using KWSys Process Drop use of cmSystemTools::RunCommand. It used popen on UNIX (equivalent to /bin/sh -c "$command") and direct CreateProcess calls on Windows. Implement equivalent behavior using the KWSys Process library. Copy windows shortpath conversion logic from cmSystemTools::RunCommand. 19 October 2013, 11:21:09 UTC
c076476 cmake: Drop "cmake -E comspec" Win9x helper Since we dropped Win9x support there is no need for this helper. 19 October 2013, 11:19:49 UTC
abfebef Cygwin: Avoid legacy warnings in RunCMake.CMP0026 test Set the minimum required version of CMake high enough to avoid the warning for CMAKE_LEGACY_CYGWIN_WIN32. The warning appears on stderr and breaks the expected output matching. 19 October 2013, 10:47:12 UTC
1b7117a VS 6: Do not try Intel Fortran .vfproj file with msdev Teach CMakeDetermineCompilerId to skip trying to build a .vfproj file for Intel Fortran under Visual Studio 6. The msdev command-line build produces a popup error dialog that hangs the configuration. 19 October 2013, 10:37:22 UTC
0645d74 CMake Nightly Date Stamp 19 October 2013, 04:01:07 UTC
f551135 cmExtraEclipseCDT4Generator: Replace RunCommand with RunSingleCommand Avoid use of the old cmSystemTools::RunCommand by using RunSingleCommand instead. 18 October 2013, 19:08:42 UTC
6d50d01 Help: Add introduction section to cmake-policies manual Explain the concept behind policies. 18 October 2013, 18:23:28 UTC
bcd5de7 cmake: Always pass through stdout/stderr in --build mode Enable the --use-stderr behavior by default and ignore the old option. Passing through the pipes allows color terminal output and other things to work as if one ran the native build command directly. 18 October 2013, 17:45:27 UTC
a8226e9 cmake: Drop support for "-i" wizard mode Tell users to pass cache values with the -D option on the command line or use cmake-gui or ccmake. 18 October 2013, 17:32:39 UTC
af2a3ab cmTarget: Remove unused variable. 18 October 2013, 16:58:02 UTC
620b0e9 target_link_libraries(): Fix code snippet in documentation. The porting script seems to have made a mistake here. 18 October 2013, 16:52:02 UTC
2d4ce80 cmPolicies: Fix typo Use American spelling: behaviour -> behavior. 18 October 2013, 16:52:01 UTC
d6dd264 include(): Use lower case and () to refer to the include() command. 18 October 2013, 16:51:10 UTC
919e1e8 Merge topic 'INTERFACE-error-with-linked-genex' 70ae6df Handle genexes when evaluating INTERFACE_INCLUDE_DIRECTORIES errors. 18 October 2013, 14:43:41 UTC
216afc8 MSVC: Add /FS flag for cl >= 18 to allow parallel compilation (#14492) In generators such as Ninja that can run multiple "cl" processes that refer to the same compiler .pdb file (/Fd) at the same time, MSVC from Visual Studio 2013 complains: fatal error C1041: cannot open program database '.../vc120.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS According to "cl /?": /FS force to use MSPDBSRV.EXE Add the flag to compilation lines for this compiler version just after the /Fd option. 18 October 2013, 14:28:28 UTC
70ae6df Handle genexes when evaluating INTERFACE_INCLUDE_DIRECTORIES errors. 18 October 2013, 14:11:49 UTC
36d8d98 Merge topic 'help-replace-version' 89448a5 cmRST: Substitute CMake version for |release| as Sphinx does 18 October 2013, 14:02:51 UTC
de51592 Merge topic 'fix-policy-versions' 1873205 Update CMP0024/CMP0025/CMP0026 release version 18 October 2013, 14:02:44 UTC
abf0dc7 Merge topic 'doc-drop-policy-builtin' 5cdaef7 Drop builtin policy "full" documentation 18 October 2013, 14:02:31 UTC
b051ccb Merge topic 'allow-repeated-LINK-keywords' dede273 target_link_libraries: Allow repeated use of LINK_{PRIVATE,PUBLIC} keywords. 18 October 2013, 14:02:22 UTC
037887e Merge topic 'simplify-cmake-E-command-line' d4c3de2 cmake: Simplify -E command line processing 18 October 2013, 14:02:15 UTC
f6cc3b0 Merge topic 'vs-intel-compiler' d14898b Intel: Fix detection of MSVC version simulated by pre-11.0 Fortran a85e17e Intel: When simulating MSVC, re-use Windows-MSVC (#14476) af40e8c VS: Detect Intel Fortran compiler id and version b8522a8 VS: Expose Intel Fortran .vfproj format version to CMake language 2d36c9a CMakeDetermineCompilerId: Fix Intel Fortran compiler id detection a6fd17c VS: Fix CMAKE_<LANG>_COMPILER detection with Intel toolset (#14471) 18 October 2013, 14:01:58 UTC
eff13eb Merge topic 'coverity-generated-tests' 7eddefd TestDriver.cxx.in: Untrusted array index read. 18 October 2013, 14:01:46 UTC
d14898b Intel: Fix detection of MSVC version simulated by pre-11.0 Fortran The Intel Fortran 10 64-bit compiler incorrectly defines _MSC_VER to its own version (1020) instead of the underlying MSVC tools version. Since we expect the compiler to be used only with VS >= 7 tools, assume MSVC version 13.0 if _MSC_VER is not greater than 1300. 18 October 2013, 13:55:59 UTC
a85e17e Intel: When simulating MSVC, re-use Windows-MSVC (#14476) Teach CMake(C|CXX|Fortran)CompilerId* to report the MSVC version simulated by the Intel compiler, if any. Refactor the Windows-Intel platform information helper module to load Windows-MSVC instead of duplicating the information. Teach Windows-MSVC to understand when it is loaded as the simulated Fortran compiler (its preprocessor is simulated). 18 October 2013, 13:55:59 UTC
af40e8c VS: Detect Intel Fortran compiler id and version Teach CMakeDetermineCompilerId to use a .vfproj project file to build the Fortran compiler id source file under the Visual Studio generators. 18 October 2013, 13:55:59 UTC
back to top