summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Do not exclude include directories made implicit by CPATHBrad King2019-05-304-0/+61
* Apple: Properly lookup XCTest for iOS and tvOSGregor Jasny2019-05-112-0/+18
* Merge branch 'out-of-dir-linking-private-deps' into release-3.14Brad King2019-04-304-0/+30
|\
| * target_link_libraries: Fix static library private deps in other dirsBrad King2019-04-304-0/+30
| * Merge branch 'backport-autogen-qt-version-from-dirprops' into release-3.13Brad King2019-01-306-1/+72
| |\
| | * Tests: add cases for providing Qt5Core_VERSION manuallyBen Boeckel2019-01-306-1/+72
| * | Merge branch 'backport-restore-install-late-framework' into release-3.13Brad King2019-01-292-0/+7
| |\ \
| | * | macOS: Restore compatibility for setting FRAMEWORK after install()Brad King2019-01-292-0/+7
| | |/
| * | cmake: Convert no source/build dir error to warningCraig Scott2019-01-223-3/+15
| |/
| * Merge branch 'cmake-option-parsing' into release-3.13Brad King2019-01-143-14/+17
| |\
* | \ Merge branch 'vs-default-platform' into release-3.14Brad King2019-04-192-0/+2
|\ \ \
| * | | VS: Provide the default platform name to project codeBrad King2019-04-192-0/+2
* | | | FindBoost: Fix detection with version suffixes on GentooRolf Eike Beer2019-04-162-0/+30
|/ / /
* | | Merge branch 'xcode-extra-sources' into release-3.14Brad King2019-04-111-0/+7
|\ \ \
| * | | Xcode: Avoid mutating App Bundle targets during generationBrad King2019-04-111-0/+7
* | | | Fix implicit include directory extraction for adaptive relative pathsBrad King2019-04-085-0/+45
* | | | Tests: Teach RunCMake.ParseImplicitIncludeInfo to match output by regexBrad King2019-04-0816-17/+17
* | | | Tests: Clarify hand-written cases in RunCMake.ParseImplicitIncludeInfoBrad King2019-04-085-2/+2
|/ / /
* | | Merge branch 'implicit-includes' into release-3.14Brad King2019-03-2916-70/+78
|\ \ \
| * | | ParseImplicitIncludeInfo: Canonicalize implicit include dirsBrad King2019-03-2916-70/+78
* | | | Merge branch 'FindFontconfig-var-case' into release-3.14Brad King2019-03-271-3/+3
|\ \ \ \
| * | | | FindFontconfig: Convert module variables to camel caseBrad King2019-03-261-3/+3
| |/ / /
* | | | Restore support for include_directories() in toolchain filesBrad King2019-03-255-0/+17
|/ / /
* | | Merge branch 'install-no-imported-global' into release-3.14Brad King2019-03-074-0/+9
|\ \ \
| * | | install: Do not crash on imported global targetBrad King2019-03-074-0/+9
* | | | Merge branch 'ios-variable' into release-3.14Brad King2019-03-051-0/+4
|\ \ \ \
| * | | | iOS: Add IOS variableRuslan Baratov2019-03-051-0/+4
| |/ / /
* | | | Merge branch 'FindPython-NumPy-fix-include-dir' into release-3.14Brad King2019-03-041-1/+1
|\ \ \ \
| * | | | FindPython: Fix NumPy component include directoryMarc Chevrier2019-03-041-1/+1
| |/ / /
* | | | VS: Fix Fortran target type selection with RC sourcesBrad King2019-03-012-1/+7
|/ / /
* | | Merge branch 'cmake_role-vs-fix' into release-3.14Brad King2019-02-272-0/+7
|\ \ \
| * | | CMAKE_ROLE: Fix value in --build for Visual Studio generatorsKyle Edwards2019-02-262-0/+7
* | | | Merge branch 'FindOctave-remove' into release-3.14Brad King2019-02-276-83/+0
|\ \ \ \
| * | | | FindOctave: Remove module pending further workBrad King2019-02-266-83/+0
* | | | | Merge branch 'restore-min-cmake-3.1' into release-3.14Brad King2019-02-271-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Tests: Restore support for CMake 3.1 through 3.6 with MSVCBrad King2019-02-261-3/+3
| |/ / /
* | | | EXCLUDE_FROM_ALL: Don't warn if installing target excluded from allCraig Scott2019-02-221-1/+0
|/ / /
* | | Merge branch 'try_compile-expand-compile-defs' into release-3.14Brad King2019-02-152-0/+39
|\ \ \
| * | | try_compile: Restore expansion of ;-list in COMPILE_DEFINITIONSBrad King2019-02-152-0/+39
* | | | Merge branch 'genex-GENEX_EVAL-fix-recursion' into release-3.14Brad King2019-02-132-4/+5
|\ \ \ \
| * | | | genex: Fix erroneous handling of recursion for $<GENEX_EVAL:>Marc Chevrier2019-02-132-4/+5
| |/ / /
* | | | Merge branch 'FindOctave-interp-target' into release-3.14Brad King2019-02-112-0/+30
|\ \ \ \
| * | | | FindOctave: Add target for octinterpPeter Stroia-Williams2019-02-082-0/+30
* | | | | Merge branch 'ghs-updates' into release-3.14Brad King2019-02-081-1/+1
|\ \ \ \ \
| * | | | | GHS: Document usage of GHS_NO_SOURCE_GROUP_FILEFred Baksik2019-02-081-1/+1
| |/ / / /
* | | | | Merge branch 'fix-exclude-dir-with-iface' into release-3.14Brad King2019-02-082-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix EXCLUDE_FROM_ALL on directory with an interface libraryBrad King2019-02-082-0/+2
| |/ / /
* | | | VS: Fix nowarn compiler option to accept warning numbers.Wil Stark2019-02-073-0/+79
|/ / /
* | | Merge topic 'relax_CUDA_RESOLVE_DEVICE_SYMBOLS_constraints'Brad King2019-02-065-0/+151
|\ \ \
| * | | CUDA: Honor CUDA_RESOLVE_DEVICE_SYMBOLS for more target typesRobert Maynard2019-02-055-0/+151