Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'get_filename_component_last_ext' | Brad King | 2019-01-28 | 1 | -1/+3 |
|\ | |||||
| * | Tests: Add tests for LAST_EXT and NAME_WLE | Tushar Maheshwari | 2019-01-24 | 1 | -1/+3 |
* | | Merge topic 'implicit-incs-upd' | Brad King | 2019-01-28 | 45 | -7/+1085 |
|\ \ | |||||
| * | | ParseImplicitIncludeInfo: add Fortran implicit include handling | Chuck Cranor | 2019-01-25 | 15 | -6/+436 |
| * | | ParseImplicitIncludeInfo: handle/add SunPro, XL, and -nostdinc test cases | Chuck Cranor | 2019-01-25 | 32 | -2/+650 |
* | | | Merge topic 'png-optimize' | Brad King | 2019-01-28 | 18 | -10/+10 |
|\ \ \ | |/ / |/| | | |||||
| * | | Reduce size of PNG images | Lucy Phipps | 2019-01-25 | 18 | -10/+10 |
* | | | Merge topic 'max-recursion-depth' | Brad King | 2019-01-25 | 90 | -0/+657 |
|\ \ \ | |||||
| * | | | cmMakefile: Impose maximum recursion limit | Kyle Edwards | 2019-01-23 | 90 | -0/+657 |
| |/ / | |||||
* | | | Merge topic 'exclude_from_all' | Brad King | 2019-01-25 | 3 | -0/+61 |
|\ \ \ | |||||
| * | | | Pass EXCLUDE_FROM_ALL from directory to targets | Zack Galbreath | 2019-01-21 | 3 | -0/+61 |
* | | | | FindPython: Introduce NumPy component | Hiroshi Miura | 2019-01-24 | 5 | -64/+183 |
| |_|/ |/| | | |||||
* | | | FindPython: Support script mode | Kyle Edwards | 2019-01-23 | 4 | -0/+13 |
* | | | FindPython: Test existence of imported targets | Kyle Edwards | 2019-01-23 | 3 | -0/+24 |
| |/ |/| | |||||
* | | Merge topic 'cmake_build_jobs_supports_no_space' | Brad King | 2019-01-23 | 9 | -0/+21 |
|\ \ | |||||
| * | | cmake: --build supports '-jN' | Robert Maynard | 2019-01-22 | 9 | -0/+25 |
| * | | Tests: Remove unused files from RunCMake.CommandLine test | Brad King | 2019-01-22 | 4 | -4/+0 |
* | | | cmake: Convert no source/build dir error to warning | Craig Scott | 2019-01-22 | 3 | -3/+15 |
* | | | Merge topic 'implicit-includes' | Brad King | 2019-01-22 | 56 | -0/+1560 |
|\ \ \ | |||||
| * | | | Compute implicit include directories from compiler output | Chuck Cranor | 2019-01-21 | 56 | -0/+1560 |
* | | | | Merge topic 'help-mark-default-generator' | Brad King | 2019-01-22 | 1 | -0/+4 |
|\ \ \ \ | |||||
| * | | | | Help: Mark default CMake generator with asterisk | Artur Ryt | 2019-01-18 | 1 | -0/+4 |
| |/ / / | |||||
* | | | | Merge topic 'crosscompiling_emulator-fix' | Brad King | 2019-01-22 | 1 | -0/+6 |
|\ \ \ \ | |||||
| * | | | | CROSSCOMPILING_EMULATOR: Fix test generation for empty value | Kyle Edwards | 2019-01-21 | 1 | -0/+6 |
| | |/ / | |/| | | |||||
* | | | | FindGit: Add imported target | Kyle Edwards | 2019-01-21 | 4 | -0/+47 |
|/ / / | |||||
* | | | Merge topic 'ExternalProject-non-cmake-source-subdir' | Brad King | 2019-01-21 | 3 | -0/+34 |
|\ \ \ | |||||
| * | | | ExternalProject: support SOURCE_SUBDIR for BUILD_IN_SOURCE | Ben Boeckel | 2019-01-17 | 3 | -0/+34 |
* | | | | Merge topic 'fortran-compiler-id' | Brad King | 2019-01-21 | 10 | -4/+61 |
|\ \ \ \ | |||||
| * | | | | 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 |