| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| | |
f25e431d tests: set sanitizer options properly
f0661bf3 tests: fix copy/paste from tsan -> asan comments
ca9cc25c ctest: add support for additional sanitizer options
0b9ffffc ctest: update documentation for CTEST_MEMORYCHECK_TYPE
|
| |
| |
| |
| | |
Prior to this, these options were just being set in the environment.
|
| | |
|
| |
| |
| |
| |
| | |
Sanitizers receive options through their environment variable; support
user-specified options here.
|
| |
| |
| |
| |
| |
| | |
The AddressSanitizer value was not documented.
Also fix some typos.
|
|\ \
| | |
| | |
| | |
| | | |
71da30ca Ninja: Fix variable duplication in RSP rules
|
| | |
| | |
| | |
| | | |
Stream clear() resets stream state but does not actually clear its content.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
c9300464 FindBoost: Avoid if() quoted auto-dereference
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When testing CMAKE_CXX_COMPILER[_ID] values with if(MATCHES) or
if(STREQUAL), do not explicitly dereference or quote the variable.
We want if() to auto-dereference the variable and not its value.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
ed9684a2 CPackIFW: Added support for multiple repositories
f9f74874 CPackIFW: Search algorithm update
|
| | | | |
| | | | |
| | | | |
| | | | | |
Now user can add IFW specific repo with cpack_ifw_add_repository macro
|
| | | | |
| | | | |
| | | | |
| | | | | |
Variables like CPACK_IFW_*_EXECUTABLE_FOUND now not needed
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
42e39bb3 Fix a few more places to use cmsys::[io]fstream instead of std::fstream.
|
| | | | | | |
|
| |_|_|/ /
|/| | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
1c838add cmParseCoberturaCoverage: Initialize CurFileName to empty string
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
When the file is not found in $CMAKE_SOURCE_DIR/<file path>,
the CurFileName pointer remained set to the previous file. This
caused the new file's coverage data to populate the into the
wrong object giving incorrect results and occasionally resulting
in a seg fault.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
fb009f00 CPackWiX: Work around RelativePath() returning an empty string for the root
|
| |/ / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
9f32a241 Ninja: Use 'console' pool for CMake re-run if possible (#14915)
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The pre-defined 'console' pool is a non-buffered pool that runs with a
depth of 1. CMake re-run cannot be run concurrently and it will
eventually output something. A non-buffered pool allows to get it as
soon as possible
Also, generate the minimal required version of Ninja in the build file.
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | | |
94a061d3 FindThreads: use a macro for the repetitive thread library checks
|
| |/ / / / |
|
| | | | | |
|
| |_|_|/
|/| | | |
|
| |_|/
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
cff33e03 Help: Clarify size_t usage in cmake-developer.7
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
3670c6a4 fix inclusion of FPHSA
|
| | |/
| |/|
| | |
| | | |
Make sure these modules also include exactly the version shipped with CMake.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
cbd5db64 FindThreads: search test source relative to module
|
| |/ /
| | |
| | |
| | | |
This is a simpler way to reference the location of FindThreads.cmake.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
c4a56b9c FindLua: fix wrong version list if EXACT is given
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
5b5e80e7 FindVTK: Drop this ancient compatibility module
fd6fa657 FindITK: Drop this ancient compatibility module
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The FindVTK module only existed to help find_package(VTK) calls work in
old projects written to use "USE_VTK_FILE" instead of "VTK_USE_FILE".
Drop it to allow find_package(VTK) calls to search for VTKConfig.cmake
directly.
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
The FindITK module only existed to help find_package(ITK) calls work in
old projects written to use "USE_ITK_FILE" instead of "ITK_USE_FILE".
Drop it to allow find_package(ITK) calls to search for ITKConfig.cmake
directly.
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
a128129a VS: Support Intel Fortran 15 .vfproj generation (#15175)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This version of the Intel Fortran plugin to Visual Studio says:
please make sure that $(OutDir), $(TargetName) and $(TargetExt)
property values match the value specified in %(Link.OutputFile)
We must set TargetName and TargetExt in addition to the existing
setting for OutputDirectory. The settings do not appear to hurt
older versions of Intel Fortran, so set them unconditionally.
Extend the FortranOnly test to cover a corresponding use case by
using the OUTPUT_NAME target property.
Inspired-by: Ian Harvey <Ian.Harvey@megms.com.au>
|
| |/
|/| |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
69fe5920 GenerateExportHeader: Avoid if() quoted auto-dereference
|
| |/
| |
| |
| |
| |
| | |
When testing CMAKE_CXX_COMPILER_ID values with if(MATCHES),
do not explicitly dereference or quote CMAKE_CXX_COMPILER_ID.
We want if() to auto-dereference the variable and not its value.
|
|\ \
| | |
| | |
| | |
| | | |
3da328d3 Make the OSX 10.6+ release x86_64 only.
|
| |/
| |
| |
| |
| | |
We have no need for the 10.6+ bundle to be 32 and 64bit. For older 32bit
machines they should be using the 10.4+ 32bit release.
|
|\ \
| | |
| | |
| | |
| | | |
33f03129 Fix typo in Modules/GNUInstallDirs.cmake (#15176)
|
| |/
| |
| |
| |
| | |
Commit d4fdd9c189f85d659f4294f8ec6da3e7e51215ec ("GNUInstallDirs: use the
proper default for info and man paths on OpenBSD") introduced a typo.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
df84281d Help: Add notes for topic 'vs-nsight-tegra-generator'
69e198dc VS: Generate Nsight Tegra project revision number
5365c9ac VS: Map Nsight Tegra file types in .vcxproj files
178f56a5 VS: Fix Tegra-Android platform linking of libraries by name
7115702f Tests: Add test for VS Nsight Tegra generator support
a6289499 VS: Generate ANDROID_GUI executables as app packages
c12e4699 Add 'ANDROID_API' target property to set Android Target API
9a4df52a Add 'ANDROID_GUI' target property to mark Android applications
16569abf cmTarget: Track internally whether platform is Android
ef0fd4f0 VS: Teach vcxproj generation about the Tegra-Android platform
d09b60f5 VS: Detect compiler id of Nsight Tegra-Android toolchains
2f071466 VS: Teach VS >= 10 to recognize CMAKE_SYSTEM_NAME 'Android'
|
| | | |
|