summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* target_link_libraries: Fix regression in case of $<CONFIG> genexBrad King2020-03-304-0/+28
* install: Fix regression when using default destinationsKyle Edwards2020-02-116-12/+12
* CPack: Fix regression in Deb descriptionKyle Edwards2020-01-244-7/+16
* file(GET_RUNTIME_DEPENDENCIES): Tolerate empty list argumentsKyle Edwards2020-01-222-2/+20
* Unity Build: include language in generated source file nameCristian Adam2020-01-1411-15/+15
* CPack: Fix regression in DEB generator descriptionKyle Edwards2020-01-102-1/+3
* ObjC: Add _COMPILE_LAUNCHER supportCristian Adam2020-01-0912-0/+32
* CTest: Improve error handling when reading resource spec fileKyle Edwards2019-12-271-1/+2
* Merge topic 'pch-force-include' into release-3.16Brad King2019-12-161-1/+1
|\
| * PCH: Append pch header file to list of forced include filesCristian Adam2019-12-131-1/+1
* | Merge topic 'unity-object-libraries' into release-3.16Brad King2019-12-093-0/+20
|\ \
| * | Unity: Proper handling of object librariesCristian Adam2019-12-073-0/+20
| |/
* | PCH: Use the target's PREFIX for building the pdb file nameCristian Adam2019-12-083-0/+32
|/
* CTest: Clarify that resource requirements can be splitKyle Edwards2019-11-258-2/+22
* CTest: Add version field to resource spec fileKyle Edwards2019-11-251-0/+4
* PCH: Do not issue an error on duplicate target_precompile_headers callCristian Adam2019-11-152-2/+15
* Merge topic 'unity-HEADER_FILE_ONLY' into release-3.16Brad King2019-11-123-4/+8
|\
| * Unity: Don't include sources with HEADER_FILE_ONLY property setCristian Adam2019-11-113-4/+8
* | Merge topic 'objc-xcode-flags' into release-3.16Brad King2019-11-125-0/+44
|\ \
| * | ObjC: Add OBJC/OBJCXX flags to Xcode projectsCristian Adam2019-11-115-0/+44
* | | Merge topic 'pch-no-duplicates' into release-3.16Craig Scott2019-11-124-26/+7
|\ \ \
| * | | PCH: No repeated path for internal generated PCH filesCristian Adam2019-11-114-26/+7
| | |/ | |/|
* | | Merge topic 'remove-CPACK_INSTALL_CMAKE_CONFIGURATIONS' into release-3.16Craig Scott2019-11-1210-18/+51
|\ \ \ | |_|/ |/| |
| * | Tests: Add RunCMake.CPackCommandLine case for multi-config packageBrad King2019-11-116-0/+51
| * | CPack: Remove CPACK_INSTALL_CMAKE_CONFIGURATIONSAlex Turbov2019-11-114-18/+0
* | | Merge topic 'objc-trycompile' into release-3.16Brad King2019-11-1110-0/+46
|\ \ \ | |_|/ |/| |
| * | ObjC: Add try_compile supportCristian Adam2019-11-0910-0/+46
* | | Merge topic 'ctest-resource-groups' into release-3.16Kyle Edwards2019-11-0786-339/+342
|\ \ \
| * | | CTest: Rename hardware -> resources for RunCMake testsCraig Scott2019-11-0584-287/+287
| * | | CTest: Rename hardware -> resources for source codeCraig Scott2019-11-051-17/+17
| * | | CTest: Rename hardware -> resources for CMake variables, command optionsCraig Scott2019-11-054-5/+5
| * | | CTest: Rename PROCESSES test property to RESOURCE_GROUPSBrad King2019-11-055-78/+81
| | |/ | |/|
* | | Merge topic 'unity-include-generated' into release-3.16Brad King2019-11-072-7/+4
|\ \ \ | |_|/ |/| |
| * | Unity build: Include GENERATED files into unity buildCristian Adam2019-11-062-7/+4
* | | Merge topic 'xcode-restore-CMakeLists' into release-3.16Brad King2019-11-063-0/+21
|\ \ \ | |/ / |/| |
| * | Xcode: Fix generated references to CMakeLists.txt filesBrad King2019-11-053-0/+21
| |/
* | Merge branch 'source_group-tree' into release-3.16Brad King2019-11-052-2/+32
|\ \
| * | source_group: ensure that passed file is not a directoryMateusz Janek2019-11-042-2/+32
| |/
* | ForceToRelativePath: Fix spurious assertion when local path is root dirCraig Scott2019-11-023-0/+15
|/
* Merge branch 'framework-tests-multiarch-old-macos' into release-3.16Brad King2019-10-283-5/+3
|\
| * Tests: Match file command output for older macOS (Framework test)Craig Scott2019-10-272-4/+2
| * Tests: Prevent CMP0012 policy warnings in Framework test outputCraig Scott2019-10-271-1/+1
* | project: Fix potential buffer write-past-end for version componentsCraig Scott2019-10-262-0/+33
|/
* Merge branch 'doc-pch-compile-language' into release-3.16Brad King2019-10-162-1/+18
|\
| * PCH: Document and test COMPILE_LANGUAGE genex for per-language headerBrad King2019-10-162-1/+18
* | cmake: Fix relative path regression in -CPeter Waller2019-10-1412-10/+38
|/
* CLI: Rename --loglevel to --log-level for naming consistencyCraig Scott2019-10-1015-40/+136
* PCH: Fix CMake test files indentationCristian Adam2019-10-034-20/+20
* PCH: Add multi-language PCH generation supportCristian Adam2019-10-033-0/+27
* Merge topic 'ctest-hardware-allocation'Brad King2019-10-0369-4/+952
|\