summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into cmake_role-vs-fixKyle Edwards2019-02-2641-206/+891
|\
| * Merge topic 'vs-wince-no-deploy'Brad King2019-02-262-1/+61
| |\
| | * VS: support suppressing deployment of selected targetsWil Stark2019-02-252-1/+61
| * | XLClang: Extract compiler implicit include directoriesBrad King2019-02-255-0/+87
| * | XLClang: Add policy CMP0089 to present as XL for compatibilityBrad King2019-02-251-0/+3
| * | Merge topic 'drop-MIPSpro'Brad King2019-02-251-1/+1
| |\ \
| | * | Remove now-unused code once used for MIPSpro on IRIXBrad King2019-02-211-1/+1
| * | | Merge topic 'deprecate-policy-old'Brad King2019-02-251-1/+12
| |\ \ \
| | * | | Add deprecation warnings for policies CMP0066 and belowBrad King2019-02-211-1/+12
| | |/ /
| * | | Merge topic 'cmrange-improvements'Brad King2019-02-252-0/+46
| |\ \ \
| | * | | cmRange: Add unit testsRegina Pfeifer2019-02-212-0/+46
| | | |/ | | |/|
| * | | Merge topic 'remove-exclude-from-all-warning'Brad King2019-02-251-1/+0
| |\ \ \ | | |_|/ | |/| |
| * | | Merge topic 'list-prepend-and-pop-subcommands'Brad King2019-02-2013-0/+212
| |\ \ \ | | |_|/ | |/| |
| | * | list: add sub-commands PREPEND, POP_BACK, POP_FRONTAlex Turbov2019-02-1913-0/+212
| * | | Merge topic 'autogen_test_fix'Brad King2019-02-181-11/+4
| |\ \ \ | | |/ / | |/| |
| | * | Autogen: Fix RerunMocPlugin test for Ninja generatorSebastian Holtermann2019-02-151-11/+4
| * | | Merge topic 'tests-intel-fixup'Brad King2019-02-151-1/+2
| |\ \ \
| | * | | Tests: Fix Module.WriteCompilerDetectionHeader for Intel on WindowsBrad King2019-02-141-1/+2
| * | | | Merge topic 'try_compile-expand-compile-defs'Brad King2019-02-152-0/+39
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge topic 'autogen_refactor_rerun_tests'Brad King2019-02-144-183/+274
| |\ \ \ \
| | * | | | Autogen: Refactor RerunRccDepends test with fixed timestamp comparisonSebastian Holtermann2019-02-131-80/+95
| | * | | | Autogen: Refactor RerunRccConfigChange testSebastian Holtermann2019-02-131-14/+19
| | * | | | Autogen: Refactor RerunMocBasic test with fixed timestamp comparisonSebastian Holtermann2019-02-131-31/+67
| | * | | | Autogen: Refactor RerunMocPlugin test with fixed timestamp comparisonSebastian Holtermann2019-02-131-58/+93
| * | | | | Merge topic 'update-kwsys'Brad King2019-02-141-11/+15
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Tests: Disable test that builds KWSys if not also building CMakeBrad King2019-02-131-11/+15
| * | | | | Merge topic 'genex-GENEX_EVAL-fix-recursion'Brad King2019-02-132-4/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'clangcl-fixes'Brad King2019-02-127-9/+9
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Tests: Teach tests when to treat clang-cl as MSVCZsolt Parragi2019-02-117-9/+9
| * | | | | Merge topic 'FindOctave-interp-target'Brad King2019-02-122-0/+30
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'ghs-updates'Brad King2019-02-111-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'fix-exclude-dir-with-iface'Brad King2019-02-112-0/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge topic 'cmake_parse_arguments-keywords_missing_values'Kyle Edwards2019-02-082-0/+134
| |\ \ \ \ \ \ \
| | * | | | | | | cmake_parse_arguments: add KEYWORDS_MISSING_VALUESTorsten Robitzki2019-02-072-0/+134
| * | | | | | | | Merge topic 'findcups'Brad King2019-02-074-0/+42
| |\ \ \ \ \ \ \ \
| | * | | | | | | | FindCups: add imported targetPatrick Gansterer2019-02-064-0/+42
| | |/ / / / / / /
| * | | | | | | | Merge topic 'test-FortranModules-tweak'Brad King2019-02-071-0/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Tests: Add a way to configure custom options for FortranModules testBrad King2019-02-061-0/+1
| | |/ / / / / / /
* | | | | | | | | CMAKE_ROLE: Fix value in --build for Visual Studio generatorsKyle Edwards2019-02-262-0/+7
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | EXCLUDE_FROM_ALL: Don't warn if installing target excluded from allCraig Scott2019-02-211-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
| |/