summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Make CMAKE_HOST_SYSTEM_NAME available in scripting contextGregor Jasny2017-02-191-1/+0
|/ / / / / /
* | | | | | Merge topic 'install_name_policy'Brad King2017-02-1713-0/+59
|\ \ \ \ \ \
| * | | | | | Add policy CMP0068 separate install_name and RPATH settings on macOSClinton Stimpson2017-02-1413-0/+59
* | | | | | | Merge topic 'vs-refactor-toolset-parsing'Brad King2017-02-1611-3/+48
|\ \ \ \ \ \ \
| * | | | | | | VS: Refactor generator toolset parsingBrad King2017-02-158-2/+30
| * | | | | | | Tests: Split out RunCMake.GeneratorToolset Xcode checksBrad King2017-02-154-1/+18
* | | | | | | | Merge topic 'cuda-msvc-flags'Brad King2017-02-165-5/+5
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | CUDA: Fix test cases to not override CUDA flagsBrad King2017-02-155-5/+5
* | | | | | | | Merge topic 'cuda-with-c'Brad King2017-02-154-0/+43
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | / / / / / / | |/ / / / / / |/| | | | | |
| * | | | | | CUDA: Link to standard system libraries when linking as CUDABrad King2017-02-141-0/+8
| * | | | | | Tests: Add case for CUDA with C but not C++Brad King2017-02-144-0/+35
| | |/ / / / | |/| | | |
| * | | | | Tests: Run clang-format on CUDA codeBrad King2017-02-1416-86/+59
* | | | | | Tests: Run clang-format on CUDA codeBrad King2017-02-1416-133/+91
* | | | | | Merge branch 'backport-clang-format-cuda' into clang-format-cudaBrad King2017-02-142-0/+18
|\ \ \ \ \ \ | |/ / / / /
| * | | | | clang-format.bash: Format CUDA source files tooBrad King2017-02-142-0/+18
* | | | | | Merge topic 'cmake_provide_include_dir_for_toolkit'Brad King2017-02-144-0/+31
|\ \ \ \ \ \ | |/ / / / /
| * | | | | CUDA: Detect the toolkit include directoriesRobert Maynard2017-02-104-0/+31
| | |/ / / | |/| | |
* | | | | Tests/Cuda: Select a CUDA device supporting compute 3.0Pierre Moreau2017-02-102-0/+46
* | | | | Tests/Cuda: Return a non-zero code if errors occurredPierre Moreau2017-02-102-6/+8
* | | | | Tests/Cuda: Use memory allocated on the GPU in the kernelsPierre Moreau2017-02-102-10/+45
* | | | | Tests/Cuda: Add missing separable compilation propertyPierre Moreau2017-02-101-0/+2
* | | | | Tests/Cuda: Fix missing CUDA static library at runtime on macOSPierre Moreau2017-02-101-0/+6
* | | | | Tests/Cuda: Output error messages to std::cerr instead of std::coutPierre Moreau2017-02-101-2/+2
* | | | | Tests/Cuda: Print asynchronous error messages, if anyPierre Moreau2017-02-103-0/+20
* | | | | Tests/Cuda: Print error message if mixed_kernel failedPierre Moreau2017-02-101-0/+7
* | | | | Tests/Cuda: Add identifiers to error messagesPierre Moreau2017-02-102-2/+4
* | | | | Tests/Cuda: Print error message if an error occurredPierre Moreau2017-02-102-2/+2
* | | | | Merge topic 'vs-nasm'Brad King2017-02-105-1/+35
|\ \ \ \ \
| * | | | | VS: Add support for ASM_NASM languageEvgeny Fimochkin2017-02-075-1/+35
| |/ / / /
* | | | | Tests: Fix `file://` URLs given to curlBrad King2017-02-106-6/+24
| |/ / / |/| | |
* | | | Merge topic 'determine_id_without_user_specified_flags'Brad King2017-02-071-2/+2
|\ \ \ \
| * | | | CMakeDetermineCompilerId: check with and without user-specified flagsMichael Maltese2017-02-061-2/+2
| |/ / /
* | | | FeatureSummary: Add FeatureSummary_<TYPE>_DESCRIPTION global propertiesDaniele E. Domenichelli2017-02-063-0/+250
* | | | FeatureSummary: Add DEFAULT_DESCRIPTION option to feature_summaryDaniele E. Domenichelli2017-02-063-0/+129
|/ / /
* | | AndroidTestUtilities: do not require ExternalData unconditionallyZack Galbreath2017-02-043-0/+19
* | | Tests/Module/WCDH: only use -Werror=undef compiler flag if actually supportedRolf Eike Beer2017-02-021-1/+5
* | | Tests/Module/WCDH: write multi_file_compiler_detection.h before using itRolf Eike Beer2017-02-021-11/+11
* | | Merge topic 'WCDH_allow_unsupported'Brad King2017-02-012-60/+86
|\ \ \
| * | | CompileFeatures Test: make sure the target "CompileFeatures" is always definedRolf Eike Beer2017-01-301-10/+8
| * | | Tests/Module/WCDH: make it work with only C features definedRolf Eike Beer2017-01-301-51/+51
| * | | WCDH: optionally omit error code for unknown compilers or compiler versionsRolf Eike Beer2017-01-301-1/+29
* | | | Merge topic 'topic-reproducible-build'Brad King2017-01-312-0/+2
|\ \ \ \
| * | | | Tests: make tests pass with SOURCE_DATE_EPOCH setBernhard M. Wiedemann2017-01-302-0/+2
* | | | | Merge topic '16432-static-frameworks'Brad King2017-01-318-71/+109
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Apple: Add support for static frameworksGregor Jasny2017-01-316-41/+94
| * | | | Xcode: Refactor RunCMake.Framework test to prepare for static frameworksGregor Jasny2017-01-262-33/+18
| * | | | Xcode: Ignore Xcode project warning until issue is fixedGregor Jasny2017-01-261-1/+1
* | | | | Merge topic 'FeatureSummary_enhancement'Brad King2017-01-3042-8/+518
|\ \ \ \ \
| * | | | | FeatureSummary: Refactor to use global properties for package typesDaniele E. Domenichelli2017-01-2618-0/+208
| * | | | | FeatureSummary: Allow lists of dependencies in ADD_FEATURE_INFODaniele E. Domenichelli2017-01-263-0/+23