summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'server-mode-test-no-pyc' into releaseBrad King2017-04-031-0/+1
|\
| * Tests: Avoid generating .pyc files during Server testBrad King2017-04-031-0/+1
* | Merge branch 'mac-implicit-link-no-lto-flag' into releaseBrad King2017-04-031-0/+6
|\ \
| * | CMakeParseImplicitLinkInfo: Ignore ld -lto_library flagBrad King2017-04-031-0/+6
| |/
* | Tests: Fix spurious CTestTestParallel failuresBrad King2017-03-311-2/+2
|/
* Merge branch '16742-swift-3.0' into releaseBrad King2017-03-292-7/+3
|\
| * Swift: Simplify mixed test case to make it version agnosticGregor Jasny2017-03-292-20/+3
| * Swift: Default to Swift 3.0 with Xcode 8.3 and laterGregor Jasny2017-03-282-1/+14
* | CPack/RPM tests: handle build-id linksDomen Vrankar2017-03-273-5/+11
|/
* Merge branch 'implicit-dir-symlinks' into releaseBrad King2017-03-029-0/+74
|\
| * Tests: Add case for RPATH exclusion of symlinks to implicit directoriesBrad King2017-03-029-0/+74
* | Merge branch 'csproj_add_free_source_tags' into releaseBrad King2017-03-024-0/+38
|\ \
| * | VS: add test for VS_CSHARP_* source file propertyMichael Stürmer2017-03-014-0/+38
| |/
* | Merge branch 'find-libarch-not-symlink' into releaseBrad King2017-02-283-0/+29
|\ \
| * | find_library: Skip 'lib => lib<arch>' searches if one symlinks the otherBrad King2017-02-283-0/+29
| * | Merge branch '16449-revert-xcode-system-includes' into releaseBrad King2016-11-282-14/+5
| |\ \
| * | | Android: Add CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINEBrad King2016-11-181-0/+17
| * | | Android: Add CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG variableBrad King2016-11-181-0/+8
| * | | Android: Always set CMAKE_ANDROID_NDK_TOOLCHAIN_VERSIONBrad King2016-11-181-1/+8
* | | | Merge branch 'object-library-compile-pdb' into releaseBrad King2017-02-241-0/+1
|\ \ \ \
| * | | | Fix COMPILE_PDB_NAME when used on an OBJECT libraryBrad King2017-02-241-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'clang-format-attrs' into releaseBrad King2017-02-224-0/+8
|\ \ \ \
| * | | | clang-format.bash: Use Git attributes to mark files for formattingBrad King2017-02-224-0/+8
* | | | | CUDA: Fix test cases to not override CUDA flagsBrad King2017-02-155-5/+5
* | | | | 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
* | | | clang-format.bash: Format CUDA source files tooBrad King2017-02-142-0/+18
* | | | CUDA: Detect the toolkit include directoriesRobert Maynard2017-02-104-0/+31
|/ / /
* | | 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
| * | | | | FeatureSummary: Add QUIET_ON_EMPTY option to feature_summaryDaniele E. Domenichelli2017-01-263-0/+20
| * | | | | FeatureSummary: Add unit testsDaniele E. Domenichelli2017-01-2616-0/+259
| * | | | | FeatureSummary: Clean printed outputDaniele E. Domenichelli2017-01-265-8/+8
* | | | | | Merge topic 'timestamp-percent'Brad King2017-01-302-2/+2
|\ \ \ \ \ \
| * | | | | | string: Teach TIMESTAMP to treat %% as %Bernhard M. Wiedemann2017-01-272-2/+2
| | |_|/ / / | |/| | | |