| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
It doesn't change from Makefile to Makefile.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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).
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
01a9ab0d VS: Add support for XAML source files
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
relevnt => relevant
|
| |
| |
| |
| |
| | |
The example in cmake-packages(7) is meant to be incorrect for use of
absolute paths, not for its syntax.
|
|\ \
| | |
| | |
| | |
| | | |
6ed6ef62 Help: Split cmake-generators(7) into linkable subsections
|
|/ /
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| | |
| | |
| | |
| | | |
7fea2b77 FindCUDA: Use the static CUDA runtime library if available (#15482)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
82c51a8a liblzma: Disable XL compiler optimizations in one source to avoid crash
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
06f61c26 Do not treat DEFINITIONS as a built-in directory property
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Remove references from dependendent API.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Unused since it was added in commit 1f42f521 (NEW: move from tools
and config to create CMake, 2000-08-29).
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The last use was removed in v2.4.0~2054 (ENH: add support for out
of source source, 2005-03-14)
|
| | | | |
| | | | |
| | | | |
| | | | | |
It has no effect.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The last user was removed in commit v2.4.0~1516 (ENH: removed unused
files, 2005-06-20).
|
| | | | | |
|
|\ \ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | | |
af61d6cb liblzma: Use unaligned access only on Intel and PowerPC archs
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
a293dcb5 Tests: Fix CMake.ELF test with read-only source (#15489)
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Suggested-by: Roger Leigh <rleigh@codelibre.net>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| |/ / / / |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
078c7321 Xcode: Add file type for Metal shader files
|
| |/ / / |
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
e86f44b7 cmCPackDebGenerator: Cast file mode to proper type for %o formatter
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
b687d672 Tests: Fix RunCMake.CTestCommandLine expected output time matching
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
93a3ec8b CPack: Fix make tool selection during preinstall (#15483)
|