Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Fortran: Add compiler ID/Version generator expressions | Andrew Paprocki | 2019-01-18 | 10 | -4/+61 | |
| | |/ / | |/| | | ||||||
* | | | | Merge topic 'cmake-role-fix' | Brad King | 2019-01-21 | 3 | -2/+19 | |
|\ \ \ \ | ||||||
| * | | | | CMAKE_ROLE: Fix value for ctest --build-and-test | Kyle Edwards | 2019-01-18 | 3 | -2/+19 | |
| | |/ / | |/| | | ||||||
* | | | | Merge topic 'ctest-json-polish' | Brad King | 2019-01-21 | 7 | -11/+21 | |
|\ \ \ \ | ||||||
| * | | | | CTest: Teach --show-only= to reject unknown values | Brad King | 2019-01-17 | 4 | -0/+5 | |
| * | | | | CTest: Teach --show-only=json-v1 to filter out not-available tests | Brad King | 2019-01-17 | 1 | -0/+1 | |
| * | | | | Tests: Fix RunCMake.CTestCommandLine case when no python is found | Brad King | 2019-01-17 | 1 | -0/+3 | |
| * | | | | Tests: Rename RunCMake.CTestCommandLine show-only test cases | Brad King | 2019-01-17 | 5 | -12/+12 | |
| * | | | | Tests: Fix RunCMake.CTestCommandLine to actually check json-v1 | Brad King | 2019-01-16 | 1 | -0/+1 | |
* | | | | | Merge topic 'command_file_link' | Brad King | 2019-01-21 | 10 | -0/+47 | |
|\ \ \ \ \ | ||||||
| * | | | | | Tests: Avoid cross-device links in CREATE_LINK test | Tushar Maheshwari | 2019-01-16 | 3 | -1/+20 | |
| * | | | | | Tests: Skip symlink tests on Windows | Tushar Maheshwari | 2019-01-16 | 5 | -10/+10 | |
| * | | | | | Tests: CREATE_LINK subcommand negative test case | Tushar Maheshwari | 2019-01-16 | 4 | -0/+7 | |
| * | | | | | Tests: file CREATE_LINK subcommand test cases | Tushar Maheshwari | 2019-01-16 | 4 | -0/+21 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'find-package-resolve-symlinks' | Brad King | 2019-01-21 | 6 | -0/+63 | |
|\ \ \ \ \ | ||||||
| * | | | | | find_package: add test coverage for CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS | David Aguilar | 2019-01-16 | 6 | -0/+63 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'submit-url' | Brad King | 2019-01-21 | 2 | -6/+4 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | ctest_submit: Remove submit method from log output | Regina Pfeifer | 2019-01-16 | 2 | -6/+4 | |
| |/ / / | ||||||
* | | | | Merge topic 'automoc-test-in-place' | Brad King | 2019-01-18 | 1 | -4/+4 | |
|\ \ \ \ | ||||||
| * | | | | Tests: Fix Qt4And5Automoc tests to work on in-source build | Brad King | 2019-01-17 | 1 | -4/+4 | |
| |/ / / | ||||||
* | | | | Merge topic 'GHS_updates' | Brad King | 2019-01-18 | 108 | -71/+1087 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | GHS: Update test suite | Fred Baksik | 2019-01-16 | 19 | -104/+169 | |
| * | | | GHS: Add Compiler ID detection | Fred Baksik | 2019-01-16 | 3 | -0/+37 | |
| * | | | GHS: try_compile() now uses GHS platform variables | Fred Baksik | 2019-01-16 | 3 | -14/+3 | |
| * | | | GHS: Append ".gpj" to target name when generating build command | Fred Baksik | 2019-01-16 | 3 | -0/+40 | |
| * | | | GHS: Integrity Application updates | Fred Baksik | 2019-01-16 | 6 | -3/+30 | |
| * | | | GHS: Cleanup how source files are listed | Fred Baksik | 2019-01-16 | 2 | -1/+5 | |
| * | | | GHS: Update test suite | Fred Baksik | 2019-01-16 | 101 | -67/+921 | |
| |/ / | ||||||
* | | | Merge topic 'cmake_role-global-property' | Brad King | 2019-01-17 | 10 | -0/+51 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Properties: Add CMAKE_ROLE global property | Kyle Edwards | 2019-01-17 | 10 | -0/+51 | |
| |/ | ||||||
* | | Merge topic 'vs-debug-utility-targets' | Brad King | 2019-01-17 | 8 | -72/+84 | |
|\ \ | ||||||
| * | | VS: Add support for VS_DEBUGGER_* properties on custom targets | Nils Gladitz | 2019-01-16 | 8 | -72/+84 | |
| |/ | ||||||
* | | Merge topic 'fix_csharp_defines' | Brad King | 2019-01-17 | 3 | -0/+83 | |
|\ \ | |/ |/| | ||||||
| * | VS: Honor target_compile_definitions for C# projects | Wil Stark | 2019-01-16 | 3 | -0/+83 | |
* | | Merge topic 'semi-warnings' | Brad King | 2019-01-16 | 2 | -11/+13 | |
|\ \ | ||||||
| * | | Fix most clang -Wextra-semi-stmt warnings in C++ files | Sean McBride | 2019-01-15 | 2 | -11/+13 | |
| |/ | ||||||
* | | Merge topic 'autogen_adaptive_warning' | Brad King | 2019-01-16 | 1 | -2/+2 | |
|\ \ | |/ |/| | ||||||
| * | Autogen: Adaptive missing Qt warning | Sebastian Holtermann | 2019-01-15 | 1 | -1/+1 | |
| * | Autogen: Add and use QtAutoGen::Tools method | Sebastian Holtermann | 2019-01-15 | 1 | -1/+1 | |
* | | Merge topic 'fetchcontent-uses-terminal' | Brad King | 2019-01-15 | 4 | -0/+24 | |
|\ \ | ||||||
| * | | FetchContent: Give access to the terminal for download and update | Craig Scott | 2019-01-14 | 4 | -0/+24 | |
* | | | Merge topic 'vs2019' | Brad King | 2019-01-15 | 5 | -9/+11 | |
|\ \ \ | ||||||
| * | | | VS: Add Visual Studio 16 2019 generator | Brad King | 2019-01-11 | 5 | -9/+11 | |
| |/ / | ||||||
* | | | Merge topic 'fix-source-group-CMakeLists.txt' | Brad King | 2019-01-15 | 3 | -0/+37 | |
|\ \ \ | ||||||
| * | | | Restore support for a custom source group for CMakeLists.txt | Brad King | 2019-01-14 | 3 | -0/+37 | |
* | | | | Merge topic 'extendwhitelist' | Brad King | 2019-01-15 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | cmTargetPropertyComputer: whitelist 'MANUALLY_ADDED_DEPENDENCIES'. | Sebastian Lipponer | 2019-01-14 | 1 | -0/+1 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge topic 'vs10_cs_cf_support' | Brad King | 2019-01-15 | 3 | -0/+63 | |
|\ \ \ \ | ||||||
| * | | | | cmVisualStudio10TargetGenerator: Fix .NET Compact Framework projects. | Wil Stark | 2019-01-11 | 3 | -0/+63 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge topic 'check-fortran-run' | Brad King | 2019-01-15 | 1 | -2/+9 | |
|\ \ \ \ |