| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
9bcc1b21 Export: Fix internal CMake version test logic
d2059d25 cmVersion: Fix CMake_VERSION_ENCODE for date in patch level
28805109 cmStandardIncludes: Include cmIML/INT.h for portable integer types
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fix the internal DEVEL_CMAKE_VERSION macro to use CMake_VERSION_ENCODE
to compare version component-wise. Otherwise an old invocation of the
macro may be tricked into using the current version when the requested
major version is smaller than the current version but the requested
minor version is larger. It should use the requested (old) version in
that case.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Use a uint64_t to store encoded version numbers so we have plenty of
bits available. Encode with room for up to 1000 minor releases between
major releases and to encode dates until the year 10000 in the patch
level. This is necessary because CMake development versions prior to
release 2.8.0 used the date in the patch level, and this practice may be
restored after the 3.0 release.
|
| |
| |
| |
| | |
Also teach the bootstrap script to configure the needed headers.
|
|\ \
| | |
| | |
| | |
| | | |
10f90d64 Help: Add CMake 3.0 Release Notes
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Manually read through version control history since the 2.8.12.2
release and write release notes for important user-facing changes.
Co-Author: Stephen Kelly <steveire@gmail.com>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
37e1894d cmTarget: Remove TODO comment.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
The current behavior is desirable because while it is common to
set a per-config suffix on libraries, it is not common for exexutables.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
311c0b98 Eclipse: Skip generator expressions in COMPILE_DEFINITIONS (#14722)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is a hot-fix for the bug. It seems like a good idea to generally
reform the generator to care about targets instead of directories,
but this patch at least makes the reported error go away.
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
18bef4cd graphviz: allow to disable per target graphs (#14746)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In CMakeGraphVizOptions.cmake, allow the options GRAPHVIZ_GENERATE_PER_TARGET
and GRAPHVIZ_GENERATE_DEPENDERS to enable the generation of per target graphs
and subgraphs respectively. Both options are TRUE per default to maintain
current behavior.
|
| |_|/ /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
aab11bca Help: Change version 3.0.0 -> 3.0 in policy docs
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Starting with 3.0 we will use only two components for the feature level,
and policies are only ever introduced with a bump to the feature level
version.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
0b3e98d9 Help: Don't list debuggable properties in cmake-buildsystem manual.
39d08b92 Help: Add additional hyperlink targets
ef17e293 Help: Document SYSTEM treatment of IMPORTED target INTERFACE_INCLUDE_DIRS
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Document how the behavior can be controlled.
|
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
eaf703f1 Export: Use a macro to ensure minimum development version requirement
|
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | | |
Use the version number of the specified release, or of the current
development version if the release is not yet made.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
2e615d4b Remove the Example from the source.
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
It is not showing modern practice, and is obsolete as documentation
after the rst documentation system and new content.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
23d3d38a CMakeLists: Generate the cmCommands.cxx file.
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Define the list of commands in the CMakeLists.txt file. List the
sources in the CMakeLib target, but mark them as HEADER_FILE_ONLY.
This has the effect that IDEs will show the files, though they
will not be built again.
Add a cmCommandsForBootstrap.cxx file for bootstrapping purposes.
Rename the cmExportLibraryDependencies file to match the common
pattern.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
b2915238 CMP0028: Trigger on libraries from INTERFACE of dependencies.
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
7d90d6c5 Qt4: Add IMPORTED executable for qmake.
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
4b7f2f52 Help: Add hyperlink targets for argument types in cmake-language(7)
113df227 Remove ChangeLog.manual
79f55909 Remove ChangeLog.txt
d25dbc90 Tests/BundleTest: Drop use of ChangeLog.txt
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add reStructuredText hyperlink targets for the bracket, quoted, and
unquoted argument sections.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This file was used during the 2.8 release series to hold notes generated
from 'git shortlog'. In CMake 3.0 it is replaced by Help/release/*.rst
documents containing more useful manually written release notes.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This file has not been maintained since the conversion from CVS
to Git. It provides not useful information in modern releases.
|
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | | |
The test just wants a source file from outside its tree.
Use README.rst instead.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
b78d74de CPackWiX: Add support for CPACK_CREATE_DESKTOP_LINKS
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
6d85a6a6 add_library: Issue better diagnostic for INTERFACE GLOBAL signature.
770245e9 add_library: Test invalid GLOBAL INTERFACE signature.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This has to be tested separately from the invalid_signature test because
target sources are evaluate at a later time, and earlier errors in the
invalid_signature test cause early exit.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
f02b5fb5 Help: Fix typo.
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
'to not to' -> 'not to'
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
b7f58511 Visibility: the Intel compiler does not support -fvisibility on windows
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | |
| | | | | | |
| | | | | | | |
78be3247 Tests: Speed up RunCMake.CheckModules test
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Enable the C and CXX languages only in the test cases that really need
them. In the failure cases we do not get far enough to really use the
languages, so skip enabling them.
|
| |_|_|_|_|/
|/| | | | | |
|
| |_|_|/ /
|/| | | | |
|
| |_|/ /
|/| | | |
|
| |_|/
|/| | |
|