summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vs2022-v143-link-guard-cf'Brad King2022-01-133-0/+48
|\
| * VS: Remove the '/guard:cf' flag from v143 link flag tableBenjamin Sluis2022-01-123-0/+48
* | Merge topic 'better_error_message_on_unsupported_language_level'Brad King2022-01-128-12/+8
|\ \
| * | cmStandardLevelResolver: Better error message on unsupported language levelRobert Maynard2022-01-118-12/+8
* | | Merge topic 'file-READ_ELF-capture-error'Brad King2022-01-122-2/+21
|\ \ \
| * | | file: Restore error capture in undocumented READ_ELF modeBrad King2022-01-112-2/+21
* | | | GoogleTest: Add handling for square brackets in test namesEvgeniy Shcherbina2022-01-113-3/+39
* | | | GoogleTest: Generalize test samplesEvgeniy Shcherbina2022-01-115-135/+135
* | | | Merge topic 'cmake-presets-include'Brad King2022-01-1036-1/+232
|\ \ \ \ | |_|/ / |/| | |
| * | | CMakePresets: Add include fieldKyle Edwards2022-01-0635-0/+231
| * | | Refactor: Generalize file graph in CMakePresetsKyle Edwards2022-01-061-1/+1
* | | | Merge topic 'GoogleTest-dots'Brad King2022-01-078-89/+170
|\ \ \ \ | |/ / / |/| | |
| * | | GoogleTest: Fix regex matching all dots in the suite nameFrancesco Guastella2022-01-078-89/+170
* | | | Merge topic 'xcode-framework-system-includes'Brad King2022-01-065-0/+33
|\ \ \ \ | |/ / / |/| | |
| * | | Xcode: Properly identify frameworks with system includesGregor Jasny2021-12-225-0/+33
* | | | Merge topic 'vs-csharp-dotnet-sdk'Brad King2021-12-2214-0/+170
|\ \ \ \
| * | | | VS: Add DOTNET_SDK property to generate SDK-style C# projectsSumit Bhardwaj2021-12-2114-0/+170
* | | | | Merge topic 'doc-list-non-existent'Brad King2021-12-222-0/+48
|\ \ \ \ \
| * | | | | Tests: add tests to check claims in the documentationAdriaan de Groot2021-12-212-0/+48
* | | | | | Merge topic 'link-only-targets'Brad King2021-12-2226-1/+107
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | target_link_libraries: Optionally require only target namesBrad King2021-12-206-0/+106
| * | | | | Tests: Rename RunCMake.{CMP0028 => LinkItemValidation}Brad King2021-12-2022-1/+1
| |/ / / /
* | | | | FindGLUT: Provide modern-named GLUT_INCLUDE_DIRS result variableBrad King2021-12-201-1/+1
|/ / / /
* | | | Merge topic 'improve-CMP0028-messages'Brad King2021-12-206-34/+76
|\ \ \ \
| * | | | CMP0028: Report the target whose link interface has an offending itemBrad King2021-12-166-23/+65
| * | | | CMP0028: Report backtrace to link item rather than target creationBrad King2021-12-166-13/+13
* | | | | Merge topic 'FindGLUT-include-dirs'Brad King2021-12-201-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | FindGLUT: Provide legacy GLUT_INCLUDE_DIR result in pkg-config code pathBrad King2021-12-171-1/+1
* | | | | Merge topic 'test-vsnormal-allow-intel'Brad King2021-12-201-1/+1
|\ \ \ \ \
| * | | | | Tests: In RunCMake.GeneratorToolset accept Intel platform toolsetsWilliam R. Dieter2021-12-171-1/+1
| | |/ / / | |/| | |
* | | | | Merge topic 'filter-debug-find'Brad King2021-12-1731-0/+427
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cmake: Add filtered debug-find optionsJohn Parent2021-12-1731-0/+427
| | |/ / | |/| |
* | | | Merge topic 'link-interface-backtrace'Brad King2021-12-163-3/+9
|\ \ \ \
| * | | | cmGeneratorTarget: Propagate backtraces from INTERFACE_LINK_LIBRARIESBrad King2021-12-153-3/+9
| |/ / /
* | | | Merge topic 'msvc_cuda_propagate_defines_to_ptx'Brad King2021-12-163-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | CUDA: Visual Studio Generator propagates definitions for PTX filesunknown2021-12-143-0/+8
* | | | Merge topic 'fix-list-transform-invalid-index-crashes'Brad King2021-12-1410-0/+27
|\ \ \ \
| * | | | cmListCommand: Handle invalid FOR selector rangesNick Muggio2021-12-0810-0/+27
* | | | | Merge topic 'tests_if_version'Brad King2021-12-091-2/+78
|\ \ \ \ \
| * | | | | Tests: Add more version comparison testsPaweł Bylica2021-12-081-2/+78
* | | | | | Merge topic 'ctest-add_subdirectory'Brad King2021-12-092-0/+40
|\ \ \ \ \ \
| * | | | | | Tests: Add case covering both ctest subdirectory commandsBrad King2021-12-082-0/+40
* | | | | | | cmTargetPropertyComputer: Simplify by restoring use of cmMakefileBrad King2021-12-081-5/+1
* | | | | | | cmMessenger: Adopt backtrace printing functionsBrad King2021-12-081-7/+15
|/ / / / / /
* | | | | | Merge topic 'lib-arch-no-usr'Brad King2021-12-078-0/+124
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | CMakeParseLibraryArchitecture: Fix parsing /lib/<arch> implicit object pathRaphael Gozzo2021-12-068-0/+124
* | | | | Merge topic 'ci-vs-managed'Brad King2021-12-061-1/+1
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | ci: Enable more VS tests that use managed codeBrad King2021-12-031-1/+1
* | | | Merge topic 'vs-csproj-scripts'Brad King2021-12-033-0/+20
|\ \ \ \ | |/ / /
| * | | VS: Revert "Add missing label in C# project-build events"Brad King2021-12-023-0/+20