| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Also add a 'CMAKE_ANDROID_API_MIN' variable to set the property
default. Teach the VS generator to write the MIN API value into
Nsight Tegra project files.
|
|
|
|
|
|
|
|
|
| |
The use of FeatureSummary inside a find module is not a convention
yet used by upstream CMake modules. Drop the example from the
documentation about how to write find modules. If in the future
we add use of FeatureSummary to many of the upstream find modules
then this example can be restored as part of establishing the
convention.
|
|\
| |
| |
| |
| |
| | |
88eb5824 try_compile: Pass linker flags into test project (#14066)
a4f9b6f0 CMakeDetermineCompilerABI: Use normal linker flags in ABI project
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Copy CMAKE_EXE_LINKER_FLAGS into the test project generated by
try_compile, just like we already copy CMAKE_<LANG>_FLAGS.
Add CMake Policy CMP0056 to activate this behavior in a compatible way,
but do not warn by default when the policy is not set since it will
affect all try_compile calls.
Extend the RunCMake.try_compile test with a case covering this behavior
for each policy setting.
|
|\ \
| | |
| | |
| | |
| | | |
27141eed Modules: Rename FindXerces to FindXercesC
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The FindXerces module was added in commit v3.1.0-rc1~155^2 (FindXerces:
New module to find Apache Xerces-C++, 2014-08-17). However, there are
two implementations of Xerces, one in C++:
http://xerces.apache.org/xerces-c/
and one in Java:
http://xerces.apache.org/xerces-j/
Rename FindXerces to FindXercesC to clarify that it is about the C++
implementation.
While at it, add the missing CMake 3.1 release note about this module.
Suggested-by: Erik Sjölund <erik.sjolund@gmail.com>
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
If this file is being executed, the user has the CMake version
providing it.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
An IMPORTED target in either type of package can equally depend on
an IMPORTED target in a Find module, which must be found as a
dependency, which is presumably the problem being implied. This is
not a distinction of creating an IMPORTED target in a Find module.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
ceecd790 cmMakefile: store the number of last matches in a CMake var
7878d061 test: add a test for clearing regex results
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
With PushScope and PopScope, keeping track of another bit of data for
each scope isn't easy. Instead, store it as another CMake variable so it
gets implicitly tracked along with everything else.
This works in a revert of commit
7d674b5f0b28a610333644d417c2e8cb796cc9e4.
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
352f246f VS: Add source file property to specify Windows App deployment location
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add a VS_DEPLOYMENT_LOCATION source file property to specify where to
put files that are part of the package. For example:
set_property(SOURCE ${ASSET_FILES} PROPERTY VS_DEPLOYMENT_LOCATION "assets")
Without this, sources marked with VS_DEPLOYMENT_CONTENT cannot be
located properly.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
2a224b4c VS: Add source file properties to set the hlsl shader entry point and model
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
Create properties VS_SHADER_ENTRYPOINT and VS_SHADER_MODEL. Without
these many .hlsl source files may not be possible to use. Extend the
VSWinStorePhone test project to cover them.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
23e2bd7e Help: Document Nsight Tegra toolchain configuration (#15276)
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
0de867dd continue: Add a new CMake language command for loop continuation (#14013)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Inspired-by: Doug Barbieri
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
64f8c533 Help: Fix typo in cmake-compile-features(7) manual
|
| | |/
| |/|
| | |
| | | |
Fix spelling 'execptions' => 'exceptions'.
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
df53aafd Help: Add missing space to ctest -j option description
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
d54617d0 break: Add policy CMP0055 to check calls strictly
bae604d9 Track nested loop levels in CMake language with a stack of counters
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Reject break() without loop scope or any arguments.
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
|
|/ / /
| | |
| | |
| | |
| | | |
The compilers introducing these limitations are no longer supported
as host compilers.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
c2af447d Remove disallowed feature which Borland did not accept.
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
12cb0b86 Help: Update developer manual with some C++ features now permitted.
ba74465f cmGeneratorTarget: Remove MSVC7 workaround
41363c0c VisualStudio: Remove MSVC6 compatibility macro.
4efcfe52 cmSystemTools: Remove MSVC6 compatibility define.
5f4695cd cmStandardIncludes: Remove MSVC6 condition for cmArrayBegin macro.
7a064337 cmFindCommon: Remove MSVC6 workaround for nested struct private access.
fdb73547 cmTarget: Remove std::min and std::max MSVC6 compatibility code.
|
| | | | |
|
| | | | |
|
|/ / / |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
f5afb90d VS: Rename VS 14 generator to 'Visual Studio 14 2015'
|
| |/
| |
| |
| |
| |
| | |
Now that we know the year component of this VS version we
can add it to the generator name. For convenience, map
the name without the year to the name with the year.
|
| |\ |
|
| |\ \ |
|
| |\ \ \ |
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add support for Sun/Uniforum/GNU gettext libintl. This belongs in CMake
rather than upstream because:
* There are multiple upstreams (Sun, GNU).
* It may or may not be in the glibc C library depending
upon the platform and build options used.
Although we already have a FindGettext module, that is for the tools.
This module is for the library, and is independent because it's
perfectly OK to use libintl without the gettext tools (and vice versa),
and they might not all be found. Add cross references between the two
modules in notes to make the relationship clearer.
|
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
f0ca3ef0 Help: Wrap long lines in pre-formatted documentation blocks
|
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
Help format the blocks better for display without a wide screen.
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
Resolve conflict in Modules/ExternalProject.cmake by keeping our side,
which is more completely revised.
|
| | | | | |
|
| | | | | |
|
| | |/ /
| |/| |
| | | |
| | | | |
A latex document can have its own TOC.
|
|\ \ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
1531df2b configure_file: Warn about unknown arguments
4abbb140 Qt4: Fix configure_file call to use COPYONLY, not COPY_ONLY
bd7ba8e2 KWSys: Fix configure_file call to use COPYONLY, not COPY_ONLY
e9282782 Help: Fix configure_file call to use COPYONLY, not COPY_ONLY
|
| | | |
| | | |
| | | |
| | | |
| | | | |
The configure_file signature has option 'COPYONLY' (no underscore).
Fix the example in 'cmake-packages.7.rst'.
|