summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'relax_TARGET_OBJECT_generator_expr'Brad King2019-04-3011-15/+124
|\
| * Relax the usage of TARGET_OBJECTS generator expressionRobert Maynard2019-04-1911-15/+124
* | Merge topic 'add-execute_process-command-echo'Brad King2019-04-3010-0/+88
|\ \
| * | execute_process: Add option to echo command linesBill Hoffman2019-04-1910-0/+88
* | | Merge topic 'msvc-runtime-library'Brad King2019-04-303-1/+22
|\ \ \
| * | | MSVC: Document and test behavior of empty MSVC_RUNTIME_LIBRARYBrad King2019-04-223-1/+22
* | | | ctest: Include ChangeId in Update.xmlZack Galbreath2019-04-235-0/+50
* | | | Merge topic 'sunpro-cxx14-features'Brad King2019-04-221-0/+10
|\ \ \ \
| * | | | SunPro: Record support for C++14 features by SunPro 5.{14,15}Brad King2019-04-191-0/+10
* | | | | Merge topic 'msvc-warning-flags'Brad King2019-04-227-0/+27
|\ \ \ \ \
| * | | | | MSVC: Do not add /W3 to CMAKE_<LANG>_FLAGS by defaultBrad King2019-04-197-0/+27
| | |/ / / | |/| | |
* | | | | Merge topic 'vs-default-platform'Brad King2019-04-222-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | VS: Provide the default platform name to project codeBrad King2019-04-192-0/+2
* | | | | Tests: Fix FindPackageTest when path to source has a symlinkBrad King2019-04-181-8/+13
* | | | | Tests/FindPackageTest: Tell Git to ignore temporary symlink pathBrad King2019-04-181-0/+1
| |/ / / |/| | |
* | | | Merge topic 'msvc-runtime-library'Brad King2019-04-1722-0/+243
|\ \ \ \
| * | | | MSVC: Add abstraction for runtime library selectionBrad King2019-04-1722-0/+243
* | | | | Merge topic 'vs-project-import'Brad King2019-04-163-0/+40
|\ \ \ \ \
| * | | | | VS: add target property VS_PROJECT_IMPORT_<propspath>Leonid Pospelov2019-04-153-0/+40
* | | | | | Merge topic 'genex-output_name'Brad King2019-04-1633-176/+176
|\ \ \ \ \ \
| * | | | | | Genex: Rename $<TARGET_*_OUTPUT_NAME:...> in $<TARGET_*_FILE_BASE_NAME:...>Marc Chevrier2019-04-1533-176/+176
* | | | | | | Merge topic 'string-repeat'Brad King2019-04-168-0/+61
|\ \ \ \ \ \ \
| * | | | | | | string: introduce `REPEAT` sub-commandAlex Turbov2019-04-158-0/+61
* | | | | | | | Merge topic 'autogen_moc_uic_single_job_queue'Brad King2019-04-168-0/+131
|\ \ \ \ \ \ \ \
| * | | | | | | | Autogen: Add ManySources testSebastian Holtermann2019-04-158-0/+131
* | | | | | | | | Merge topic 'Boost-Gentoo'Brad King2019-04-162-0/+30
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | 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
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'ghs_custom'Brad King2019-04-1522-11/+377
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | GHS: Update tests and notesFred Baksik2019-04-1122-10/+376
| * | | | | | | | GHS: Update project layout to build targets correctlyFred Baksik2019-04-111-1/+1
* | | | | | | | | Merge topic 'genex-target-prefix-suffix'Brad King2019-04-1225-6/+270
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Genex: add $<TARGET_FILE_PREFIX:...> and $<TARGET_FILE_SUFFIX:...>Marc Chevrier2019-04-1025-6/+270
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge topic 'iface-headers'Brad King2019-04-124-0/+29
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | INTERFACE Target: allow (PUBLIC/PRIVATE)_HEADER propertiesAvraham Shukron2019-04-114-0/+29
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'cmSystemTools-StringToULong-negatives'Brad King2019-04-121-0/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | cmSystemTools: Fix StringToULong to reject negative numbersBrad King2019-04-111-0/+17
* | | | | | | | | Merge topic 'xcode-extra-sources'Brad King2019-04-121-0/+7
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | / / / / | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Xcode: Avoid mutating App Bundle targets during generationBrad King2019-04-111-0/+7
* | | | | | | | Merge topic 'test-autogen-GAT-generator'Brad King2019-04-111-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Tests: Fix Qt*Autogen.GlobalAutogenTarget to use matching generatorBrad King2019-04-101-0/+3
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge topic 'test-explicit-dirs'Brad King2019-04-113-13/+29
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Tests: Avoid enabling languages in RunCMake.CommandLine -S and -B casesBrad King2019-04-101-1/+2
| * | | | | | | Tests: Fix RunCMake.CommandLine test to use generator with -S and -BBrad King2019-04-101-11/+15
| * | | | | | | Tests: Add RunCMake helper to run cmake with optionsBrad King2019-04-101-0/+5
| * | | | | | | Tests: Teach RunCMake to optionally exclude the source dir argumentBrad King2019-04-101-1/+7
| |/ / / / / /
* | | | | | | Merge topic 'meta-feature_only_infer_granular_support'Brad King2019-04-1010-25/+86
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add a test to verify meta-feature parity with granular featuresRobert Maynard2019-04-097-0/+64
| * | | | | | CompileFeatures: Now able to presume full language level supportRobert Maynard2019-04-092-14/+22
| * | | | | | Tests: Remove outdated portion of CompileFeatures genex testBrad King2019-04-091-11/+0
| | |_|_|_|/ | |/| | | |