index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'win32-executable-genex'
Brad King
2020-08-25
1
-0/+4
|
\
|
*
WIN32_EXECUTABLE: Add support for generator expressions
Kyle Edwards
2020-08-21
1
-0/+4
*
|
cmTarget: Raise error if imported target location is not set
Raul Tambre
2020-08-21
1
-0/+1
|
/
*
Merge topic 'msvc_c11'
Brad King
2020-08-20
1
-0/+9
|
\
|
*
Tests: Fix RunCMake.try_compile test for C standards with MSVC 19.27
Brad King
2020-08-19
1
-0/+9
*
|
Merge topic 'add_test-special-chars-in-name'
Brad King
2020-08-17
1
-0/+1
|
\
\
|
*
|
add_test: Allow special characters in test name (w/ policy CMP0110)
Deniz Bahadir
2020-08-12
1
-0/+1
*
|
|
Add option to optimize link dependencies for static libraries
Kyle Edwards
2020-08-12
1
-0/+1
|
/
/
*
|
Merge topic 'compiler_flags'
Brad King
2020-08-06
1
-0/+1
|
\
\
|
*
|
Toolchain: Test compiler initial settings
Fred Baksik
2020-08-03
1
-0/+1
*
|
|
Merge topic 'automoc_timestamp_deps'
Brad King
2020-08-06
1
-0/+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'backport-3.17-automoc_timestamp_deps'
Brad King
2020-08-05
1
-0/+3
|
|
\
\
|
|
*
|
AutoGen: Add test to check for correct AutoMoc dependencies
Alexandru Croitor
2020-08-03
1
-0/+3
*
|
|
|
Merge topic 'revert-add_test-special-chars'
Brad King
2020-07-28
1
-1/+0
|
\
\
\
\
|
|
/
/
/
|
|
|
/
|
|
_
|
/
|
/
|
|
|
*
|
add_test: Revert "Allow special characters in test name"
Brad King
2020-07-27
1
-1/+0
*
|
|
Tests: Rename test RunCMake.{interface_library => InterfaceLibrary}
Brad King
2020-07-22
1
-1/+1
*
|
|
Allow generator expressions in the EXCLUDE_FROM_ALL target property
Joerg Bornemann
2020-07-21
1
-0/+1
*
|
|
Merge topic 'cuda-memcheck'
Brad King
2020-07-13
1
-0/+1
|
\
\
\
|
*
|
|
Tests: Add cases for CTest cuda-memcheck parser
Tobias Ribizel
2020-07-09
1
-0/+1
*
|
|
|
Merge topic 'restore-cwd-translation-map'
Brad King
2020-07-03
1
-0/+4
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Restore handling of build directory inside a symlinked path
Brad King
2020-07-02
1
-0/+4
|
*
|
|
Merge topic 'find_library-file-readable' into release-3.18
Brad King
2020-06-30
1
-1/+1
|
|
\
\
\
*
|
\
\
\
Merge topic 'find_library-file-readable'
Brad King
2020-06-30
1
-1/+1
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
/
/
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
find_library: Check that library files are readable
Brad King
2020-06-29
1
-1/+1
*
|
|
|
Visual Studio: Add Android support
Kyle Edwards
2020-06-24
1
-2/+2
|
|
/
/
|
/
|
|
*
|
|
Tests: Split RunCMake.target_link_libraries test
Marc Chevrier
2020-06-17
1
-0/+3
|
/
/
*
|
Tests: Factor out RunCMake.file-GET_RUNTIME_DEPENDENCIES test
Brad King
2020-06-16
1
-1/+5
*
|
Tests: Factor out RunCMake.GenEx-GENEX_EVAL test
Brad King
2020-06-16
1
-0/+1
*
|
Tests: Factor out RunCMake.GenEx-TARGET_FILE test
Brad King
2020-06-16
1
-1/+4
*
|
Tests: Factor out RunCMake.GenEx-DEVICE_LINK test
Brad King
2020-06-16
1
-0/+1
*
|
Tests: Factor out RunCMake.GenEx-HOST_LINK test
Brad King
2020-06-16
1
-0/+1
*
|
Tests: Factor out RunCMake.GenEx-LINK_LANG_AND_ID test
Brad King
2020-06-16
1
-0/+1
*
|
Tests: Factor out RunCMake.GenEx-LINK_LANGUAGE test
Brad King
2020-06-16
1
-0/+1
*
|
Tests: Factor out RunCMake.GenEx-COMPILE_LANG_AND_ID test
Brad King
2020-06-16
1
-0/+1
*
|
Tests: Factor out RunCMake.GenEx-COMPILE_LANGUAGE test
Brad King
2020-06-16
1
-0/+1
*
|
Tests: add CUDA labels to tests which are affected by CUDA
Ben Boeckel
2020-06-11
1
-0/+10
*
|
Tests: Skip RunCMake.try_compile RerunCMake-nowork case on 1s filesystems
Brad King
2020-06-01
1
-0/+1
*
|
tests: avoid a warning for ctresalloc
Ben Boeckel
2020-05-26
1
-1/+1
*
|
Merge topic 'CheckLinkerFlag-module'
Brad King
2020-05-25
1
-0/+6
|
\
\
|
*
|
CheckLinkerFlag: Add module to check validity of linker flags
Marc Chevrier
2020-05-25
1
-0/+6
*
|
|
Merge topic 'fileApiAddPrecompileHeadersBacktrace'
Brad King
2020-05-25
1
-1/+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Tests: Add a PCH example to RunCMake.FileAPI codemodel-v2
Justin Goshi
2020-05-22
1
-1/+2
*
|
|
cmake_language: Rename command from cmake_command
Brad King
2020-05-21
1
-2/+1
*
|
|
add_test: Allow special characters in test name
Deniz Bahadir
2020-05-17
1
-0/+1
*
|
|
Initialize CMAKE_EXPORT_COMPILE_COMMANDS only if not set already
Brad King
2020-05-12
1
-0/+3
|
/
/
*
|
Modules/Documentation: remove
Ben Boeckel
2020-04-22
1
-0/+1
*
|
CUDA: Device linking use now link options
Marc Chevrier
2020-04-19
1
-1/+2
*
|
CUDA: Add CUDA_ARCHITECTURES target property
Raul Tambre
2020-04-15
1
-0/+3
*
|
PCH: add an option to disable `-Winvalid-pch`
Cristian Adam
2020-03-26
1
-1/+1
*
|
Merge topic 'file-archive'
Brad King
2020-03-17
1
-0/+1
|
\
\
[next]