summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cmGlobalGenerator: Don't fetch the cache manager in a loop.Stephen Kelly2015-04-051-2/+1
| | | | It doesn't change from Makefile to Makefile.
* cmake: Clear member rather than explicit erase.Stephen Kelly2015-04-051-1/+1
|
* cmake: Be clear that there is no chaining after global properties.Stephen Kelly2015-04-051-3/+2
|
* cmake: Remove unused method.Stephen Kelly2015-04-051-3/+0
|
* cmake: Remove unused member.Stephen Kelly2015-04-052-2/+0
|
* cmMakefile: Remove one wrong and one insufficiently helpful comment.Stephen Kelly2015-04-041-3/+2
|
* cmListFile: Remove unused member.Stephen Kelly2015-04-042-11/+0
| | | | | It is written, but not read since commit v2.4.0~575 (ENH: Since list file cache does not make much sense any more ..., 2006-02-07).
* cmMakefile: Remove bogus comment.Stephen Kelly2015-04-041-4/+0
|
* Remove duplicate tag name.Stephen Kelly2015-04-041-1/+0
|
* CMake Nightly Date StampKitware Robot2015-04-041-1/+1
|
* Merge topic 'vs-xaml'Brad King2015-04-0324-4/+498
|\ | | | | | | | | 01a9ab0d VS: Add support for XAML source files
| * VS: Add support for XAML source filesGilles Khouzam2015-04-0324-4/+498
| | | | | | | | | | | | | | | | XAML files are by default of type Page in the vcxproj and can be overriden by setting the VS_XAML_TYPE property. The .cpp and .h file of the same name are automatically added as depending on the XAML file. New VSXaml test builds a basic XAML WindowsStore 8.1 app with VS2013.
* | Merge topic 'doc-relocatable-usage-requirements'Brad King2015-04-0310-117/+153
|\ \ | |/ |/| | | | | | | | | | | | | 3af13782 Help: Update discussion of relocable packages in cmake-packages(7) 227992c3 Help: Reorganize and refine discussion of relocatable packages 031d894f Help: Place relocatable package notes in their own subsections 6e331ce9 Help: Fix typo in cmake-packages(7) manual ba9b9d79 Help: Fix syntax in non-relocatable usage requirements example
| * Help: Update discussion of relocable packages in cmake-packages(7)Brad King2015-04-031-20/+46
| | | | | | | | | | | | | | | | | | | | Explain at the beginning of the section the requirements for a package to be relocatable to justify the rest of the section content. Generalize example to use fictional package names instead of real ones, especially because FindBoost provides no alternative yet. Reword the discussion to represent the preferred approach as "ideal" but also suggest workarounds when find modules do not provide the imported targets.
| * Help: Reorganize and refine discussion of relocatable packagesBrad King2015-04-034-114/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-organize the content added to the cmake-packages(7) manual by * commit v3.0.0-rc1~184^2 (Help: Document export(EXPORT) in the cmake-packages manual, 2013-12-23), * commit v3.0.0-rc1~154^2~1 (Help: Add notes about relocatability of config-file packages, 2014-01-07), and * commit v3.2.0-rc1~345^2 (Help: Warn that paths should not be used in INTERFACE_ build properties, 2014-11-22). These commits broke the natural flow of the original manual and made wording after the new content make less sense. Move the content into new subsections to restore the flow of the original manual and to make explicitly the purpose of the new content. Shorten the relocatable usage requirement "warnings". Refer to the new cmake-packages(7) manual subsection to reduce duplication. Also clarify the distinction between paths to library dependencies and paths to their header files.
| * Help: Place relocatable package notes in their own subsectionsBrad King2015-04-036-3/+21
| | | | | | | | | | | | | | These notes apply only for the use case of creating a package for redistribution on machines other than that where it is built. Clarify this to readers by placing the discussion in dedicated sections titled accordingly.
| * Help: Fix typo in cmake-packages(7) manualBrad King2015-04-031-1/+1
| | | | | | | | relevnt => relevant
| * Help: Fix syntax in non-relocatable usage requirements exampleBrad King2015-04-031-4/+4
| | | | | | | | | | The example in cmake-packages(7) is meant to be incorrect for use of absolute paths, not for its syntax.
* | Merge topic 'doc-generator-groups'Brad King2015-04-031-1/+25
|\ \ | | | | | | | | | | | | 6ed6ef62 Help: Split cmake-generators(7) into linkable subsections
| * | Help: Split cmake-generators(7) into linkable subsectionsBrad King2015-04-031-1/+25
|/ / | | | | | | | | | | | | Many places in our documentation refer to "Makefile Generators" or "Visual Studio" generators as a group of generators. Give such places a linkable document section to reference since they cannot cross-reference the individual generators in the groups.
* | Merge topic 'FindCUDA.cmake/StaticRuntime'Brad King2015-04-032-4/+88
|\ \ | | | | | | | | | | | | 7fea2b77 FindCUDA: Use the static CUDA runtime library if available (#15482)
| * | FindCUDA: Use the static CUDA runtime library if available (#15482)James Bigler2015-04-032-4/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Beginning in CUDA 5.5 a static version of the cuda runtime library became available. Since nvcc defaults to using this library over the shared version, FindCUDA will also default to using this version. There are many advantages to using the static version (most importantly to avoid conflicts with multiple versions when building a CUDA based library). Offer a CUDA_USE_STATIC_CUDA_RUNTIME option to control this behavior.
* | | Merge topic 'fix-liblzma-XL-optimize'Brad King2015-04-031-0/+3
|\ \ \ | | | | | | | | | | | | | | | | 82c51a8a liblzma: Disable XL compiler optimizations in one source to avoid crash
| * | | liblzma: Disable XL compiler optimizations in one source to avoid crashBrad King2015-04-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Somehow optimizations of lzma_lzma_optimum_normal by the IBM XL C compiler cause it to crash. Simply disable optimizations of this source file with a pragma.
* | | | CMake Nightly Date StampKitware Robot2015-04-031-1/+1
| | | |
* | | | Merge topic 'remove-DEFINITIONS-directory-property'Brad King2015-04-0219-5/+137
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 06f61c26 Do not treat DEFINITIONS as a built-in directory property
| * | | | Do not treat DEFINITIONS as a built-in directory propertyStephen Kelly2015-04-0219-5/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add policy CMP0059 to cover this change. The property has been deprecated since CMake 2.4 anyway. This will help clean up cmMakefile -- the DefineFlagsOrig member should not need to exist.
* | | | | Merge topic 'clean-up-cmMakefile'Brad King2015-04-025-50/+9
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f2e07a6d cmMakefile: Remove unused PreOrder member. aafe2821 cmMakefile: Remove unused Prefix member. 1fcf590b cmMakefile: Remove unused SubDirectoryOrder member. c3a60cc9 cmMakefile: Remove AddExtraDirectory method. 37897347 cmMakefile: Remove unused method. d7539ced cmMakefile: Remove bogus comment.
| * | | | cmMakefile: Remove unused PreOrder member.Stephen Kelly2015-04-014-21/+9
| | | | | | | | | | | | | | | | | | | | Remove references from dependendent API.
| * | | | cmMakefile: Remove unused Prefix member.Stephen Kelly2015-04-012-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Unused since it was added in commit 1f42f521 (NEW: move from tools and config to create CMake, 2000-08-29).
| * | | | cmMakefile: Remove unused SubDirectoryOrder member.Stephen Kelly2015-04-012-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | The last use was removed in v2.4.0~2054 (ENH: add support for out of source source, 2005-03-14)
| * | | | cmMakefile: Remove AddExtraDirectory method.Stephen Kelly2015-04-013-13/+0
| | | | | | | | | | | | | | | | | | | | It has no effect.
| * | | | cmMakefile: Remove unused method.Stephen Kelly2015-04-011-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | The last user was removed in commit v2.4.0~1516 (ENH: removed unused files, 2005-06-20).
| * | | | cmMakefile: Remove bogus comment.Stephen Kelly2015-04-011-4/+0
| | | | |
* | | | | Merge topic 'fix-liblzma-access-alignment'Brad King2015-04-021-1/+7
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | af61d6cb liblzma: Use unaligned access only on Intel and PowerPC archs
| * | | | liblzma: Use unaligned access only on Intel and PowerPC archsBrad King2015-04-011-1/+7
| | | | |
* | | | | Merge topic 'fix-test-CMakeELF-read-only-source'Brad King2015-04-021-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | a293dcb5 Tests: Fix CMake.ELF test with read-only source (#15489)
| * | | | | Tests: Fix CMake.ELF test with read-only source (#15489)Bill Newcomb2015-04-011-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | When the cmake sources are all set to read-only (e.g. after importing into perforce), the CMake.ELF test fails because the copy of the binary is also read-only and cannot be modified. Fix this by copying the binary without source permissions.
* | | | | Merge topic 'doc-set-command'Brad King2015-04-023-96/+79
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 77d466ec Help: Document conversion of PATH/FILEPATH cache values to absolute paths 91eb7363 Help: Rewrite 'set` command documentation c6593511 Help: Add link target to cmake-language.7 variables section
| * | | | | Help: Document conversion of PATH/FILEPATH cache values to absolute pathsBrad King2015-04-012-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | Suggested-by: Roger Leigh <rleigh@codelibre.net>
| * | | | | Help: Rewrite 'set` command documentationBrad King2015-04-011-95/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Much of the information in the old set() command documentation is now covered in the cmake-language(7) manual. Rewrite the documentation with this in mind. Split up the signatures for each kind of variable into different subsections.
| * | | | | Help: Add link target to cmake-language.7 variables sectionBrad King2015-04-011-0/+2
| |/ / / /
* | | | | Merge topic 'xcode-source-type-metal'Brad King2015-04-021-0/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | 078c7321 Xcode: Add file type for Metal shader files
| * | | | Xcode: Add file type for Metal shader filesSean James2015-04-011-0/+4
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2015-04-021-1/+1
|/ / /
* | | Merge topic 'cpack-deb-format-cast'Brad King2015-04-011-2/+4
|\ \ \ | | | | | | | | | | | | | | | | e86f44b7 cmCPackDebGenerator: Cast file mode to proper type for %o formatter
| * | | cmCPackDebGenerator: Cast file mode to proper type for %o formatterBrad King2015-03-311-2/+4
| | |/ | |/|
* | | Merge topic 'ctest-repeat-until-fail'Brad King2015-04-011-11/+11
|\ \ \ | | | | | | | | | | | | | | | | b687d672 Tests: Fix RunCMake.CTestCommandLine expected output time matching
| * | | Tests: Fix RunCMake.CTestCommandLine expected output time matchingBrad King2015-03-311-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | When matching ctest command-line output, we must account for the formatting of times that take 10 seconds or more. The values are right-justified, so use " +" to match any amount of space before them.
* | | | Merge topic 'cpack-fix-preinstall-tool'Brad King2015-04-011-15/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 93a3ec8b CPack: Fix make tool selection during preinstall (#15483)