| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
fcd5531 Tests: Remove .orig file.
|
| |
| |
| |
| |
| | |
Introduced in commit be0458c5 (InstallRules: added new variable to
disable generation of install rules, 2013-12-25).
|
|\ \
| | |
| | |
| | |
| | | |
e7a111f InterfaceLibrary: Add test requiring MAP_IMPORTED_CONFIG whitelisting
|
| | |
| | |
| | |
| | |
| | | |
The target properties with this prefix are whitelisted for
INTERFACE_LIBRARY targets.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
519084c FindJNI: Set JAVA_INCLUDE_PATH2 for darwin (#14508)
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
8252406 CheckTypeSize: Unset temporary variables when done (#14690)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
When the macro is invoked multiple times, the parsing variables were
not unset and therefore used for all the following calls.
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | | |
2f15a07 Help: Link to CMAKE_POLICY_DEFAULT_CMP<NNNN> in policies manual.
bb8bde3 Help: Add notes about relocatability of config-file packages.
|
| | | | |
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
531e40b cmTarget: Make GetSourceFiles populate an out-vector parameter.
38de54c cmGeneratorTarget: Add methods to access source file groups.
f579fe0 Help: Fix link to MAP_IMPORTED_CONFIG_<CONFIG>
590d238 cmTarget: Handle NO_SYSTEM_FROM_IMPORTED.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
In a future patch, this will also be populated with extra
sources from the linked dependencies.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
These methods and others will be able to get a config parameter
later to implement the INTERFACE_SOURCES feature.
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | | |
This handling was lost in commit faedd2be (cmTarget: Fix system include
annotation propagation., 2014-01-01).
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
d729899 FindBoost: Add Boost_USE_DEBUG_RUNTIME option (#14686)
|
| |/
| |
| |
| |
| | |
Add an option to control use of the 'g' runtime debug library tag
on MSVC tools. Default to ON to preserve existing behavior.
|
|\ \
| | |
| | |
| | |
| | | |
b177294 cmake: Implement placeholder --help-custom-modules compatibility
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The implementation of the "cmake --help-custom-modules" was removed
along with the rest of the old help generation infrastructure when
documentation was converted to reStructuredText. In order to avoid
breaking existing project builds outright when they use a custom command
that runs a command like "cmake --help-custom-modules foo.1", generate
the requested file with placeholder content explaining that the option
is not supported anymore.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
73e9340 get_target_property: Error on non-existent target.
ab9f58f FindQt4: Ensure target exists before calling get_target_property.
37ebeb9 FindQt4: Fix use of get_target_property to use actual target name.
6aabb6a Genex: Use case-sensitive comparison for COMPILER_ID.
5bb53f6 cmTarget: Deprecate COMPILE_DEFINITIONS_ properties with a policy.
|
| | |
| | |
| | |
| | | |
Introduce policy CMP0045 to control this behavior.
|
| | |
| | |
| | |
| | |
| | | |
This macro is called for all potential Qt targets, even those which were
not found.
|
| | |
| | |
| | |
| | |
| | | |
This was introduced in ba48e63f (Generate config-specific interface
link libraries propeties., 2013-02-09).
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
be0458c InstallRules: added new variable to disable generation of install rules
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The boolean variable CMAKE_SKIP_INSTALL_RULES
allows disabling generation of install rules for projects which don't
want them.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
c131107 VS: Convert include path to backslashes for VS >= 10
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In VS <= 9 we already convert include paths to use backslashes
but the conversion was left out of the VS >= 10 generator.
Add the conversion now for consistency. VS 11 and 12 now require
it because they mistakenly interpret forward-slash options that
happen to occur in paths:
http://connect.microsoft.com/VisualStudio/feedback/details/778367
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
e8b8b37 FindQt4: Use NO_CMAKE_FIND_ROOT_PATH where search paths are already rooted.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Thanks to Thomas Petazzoni for part of this fix.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
f293d52 GNUInstallDirs: Use multiarch on Debian with FreeBSD and HURD kernels
|
| | | | | | | |
|
| |_|_|_|_|/
|/| | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
28ffb7e Note how to write CMP0022 compatible code with CMake 2.8.9.
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
This has come up on the mailing list, and various other places.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
92c4d40 CPackWiX: added new CPACK_WIX_CMAKE_PACKAGE_REGISTRY variable
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Allows automatic registration of installed packages with
the cmake package registry.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
e361c3c Merge branch 'xcode-storyboard-file-type-2.8.12' into xcode-storyboard-file-type
93fc5a5 Xcode: Fix storyboard view
2d23c1f Xcode: Fix storyboard view
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Resolve conflict in Source/cmGlobalXCodeGenerator.cxx by keeping
our side.
|
| | | |_|_|/ /
| | |/| | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Since commit 56831461 (Xcode: Use explicitFileType to mark source types,
2013-04-16) the Xcode generator prefers to use explicitFileType to tell
Xcode about each source file type. This works better than
lastKnownFileType for some file types, but not for "file.storyboard".
If storyboard file has attribute 'explicitFileType' it is displayed
incorrectly (as raw xml). Switch it back to 'lastKnownFileType'.
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Since commit 56831461 (Xcode: Use explicitFileType to mark source types,
2013-04-16) the Xcode generator prefers to use explicitFileType to tell
Xcode about each source file type. This works better than
lastKnownFileType for some file types, but not for "file.storyboard".
If storyboard file has attribute 'explicitFileType' it is displayed
incorrectly (as raw xml). Switch it back to 'lastKnownFileType'.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
884fb7f Remove obsolete workaround for old cmake versions.
5d1fc19 Help: Ensure that target-policies are added to the documentation.
efc43cd Help: Fix some erroneous code block markers in Module docs.
|
| | | | | | | |
|