| Commit message (Expand) | Author | Age | Files | Lines |
* | FindRuby: Add dedicated tests | Julien Marrec | 2020-03-16 | 1 | -0/+4 |
|
|
* | Tutorial: Update Step 5 to work on Windows | Betsy McPhail | 2020-02-27 | 1 | -6/+15 |
|
|
* | Tests: Fix test_clean target missing some test directories | Craig Scott | 2020-02-15 | 1 | -11/+12 |
|
|
* | Merge topic 'tutorial' | Brad King | 2020-01-14 | 1 | -2/+3 |
|\ |
|
| * | Tutorial: Improve "MultiPackage" example | Betsy McPhail | 2020-01-10 | 1 | -2/+3 |
|
|
* | | Merge topic 'nsis-headerimage' | Kyle Edwards | 2020-01-10 | 1 | -0/+21 |
|\ \
| |/
|/| |
|
| * | CPack/NSIS: Add option for setting MUI_HEADERIMAGE_BITMAP | Johnny Jazeix | 2020-01-02 | 1 | -0/+21 |
|
|
* | | FindPython: Extend virtual environment handling by considering conda | Sebastian Müller | 2019-12-21 | 1 | -1/+1 |
|/ |
|
* | Tests: Add test for Multi-Configuration Ninja generator | Kyle Edwards | 2019-12-13 | 1 | -6/+7 |
|
|
* | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 1 | -3/+4 |
|
|
* | CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) support | Robert Maynard | 2019-12-10 | 1 | -1/+3 |
|
|
* | FindLibArchive: create a target | T.J. Corona | 2019-12-05 | 1 | -0/+1 |
|
|
* | Merge topic 'objc-tests' | Brad King | 2019-11-15 | 1 | -86/+2 |
|\ |
|
| * | Tests: Organize Objective C/C++ test directories | Brad King | 2019-11-14 | 1 | -86/+2 |
|
|
* | | VS: Add support for per-config sources | Brad King | 2019-10-17 | 1 | -2/+6 |
|/ |
|
* | Objective-C: Do not treat Objective-C files as C++ files | Cristian Adam | 2019-10-11 | 1 | -0/+12 |
|
|
* | Tests: Enable ConfigSources test on every configuration | Brad King | 2019-10-04 | 1 | -2/+2 |
|
|
* | FindJava: tests clean-up | Marc Chevrier | 2019-10-02 | 1 | -43/+7 |
|
|
* | Languages: Add support for Objective-C++ | Steve Wilson | 2019-09-28 | 1 | -0/+36 |
|
|
* | Languages: Add support for Objective-C | Steve Wilson | 2019-09-28 | 1 | -0/+37 |
|
|
* | Tests: Teach VSWinStorePhone to verify the content of generated appx/msix | Vedran Vujinovic | 2019-09-24 | 1 | -0/+3 |
|
|
* | FindGnuTLS: add target GnuTLS::GnuTLS | David Callu | 2019-09-18 | 1 | -0/+1 |
|
|
* | Merge topic 'clang-ipo-support' | Brad King | 2019-09-03 | 1 | -1/+0 |
|\ |
|
| * | Tests: Remove old IPO test | Zsolt Parragi | 2019-08-30 | 1 | -1/+0 |
|
|
* | | Tests: Fix nightly binary tests to fail on error | Brad King | 2019-08-29 | 1 | -1/+2 |
|
|
* | | Utilities/Release: Drop linux64 script in favor of docker build | Brad King | 2019-08-28 | 1 | -2/+0 |
|
|
* | | Add option to skip CMake tests that need network access | Brad King | 2019-08-23 | 1 | -10/+12 |
|/ |
|
* | Merge topic 'cmake-tutorial' | Brad King | 2019-08-20 | 1 | -3/+3 |
|\ |
|
| * | Tutorial: Improve Step 1 | Betsy McPhail | 2019-08-19 | 1 | -3/+3 |
|
|
* | | FindOpenACC: Provide import targets and OpenACC_<lang>_OPTIONS variable | Robert Maynard | 2019-08-19 | 1 | -0/+1 |
|/ |
|
* | Merge topic 'ctest_make_program__propagated_to_cmake_configure_pass' | Brad King | 2019-07-12 | 1 | -101/+47 |
|\ |
|
| * | ctest: propagate make program to cmake | Robert Maynard | 2019-07-11 | 1 | -101/+47 |
|
|
* | | Tests: fix some Clang failures on Windows | Zsolt Parragi | 2019-07-09 | 1 | -2/+4 |
|
|
* | | Merge topic 'cuda-msvc-runtime-library' | Brad King | 2019-06-27 | 1 | -0/+1 |
|\ \ |
|
| * | | CUDA: Implement MSVC runtime library abstraction | Brad King | 2019-06-26 | 1 | -0/+1 |
|
|
* | | | Merge topic 'find-testlist' | Brad King | 2019-06-26 | 1 | -167/+49 |
|\ \ \
| |_|/
|/| | |
|
| * | | Tests: reduce code duplication for CMake_TEST_Find* | Rolf Eike Beer | 2019-06-24 | 1 | -167/+49 |
| |/ |
|
* | | Merge topic 'matlab-if' | Brad King | 2019-06-25 | 1 | -5/+5 |
|\ \ |
|
| * | | Tests: simplify checks for Matlab variables being set | Rolf Eike Beer | 2019-06-24 | 1 | -5/+5 |
| |/ |
|
* | | Help/guide/tutorial: Adopt tutorial code | Kitware Robot | 2019-06-18 | 1 | -2/+2 |
|/ |
|
* | Merge topic 'implicit-includes-CPATH' | Brad King | 2019-05-31 | 1 | -0/+18 |
|\ |
|
| * | Do not exclude include directories made implicit by CPATH | Brad King | 2019-05-30 | 1 | -0/+18 |
|
|
* | | Utilities/Release: Replace upload step with a "push" script | Brad King | 2019-05-24 | 1 | -2/+2 |
|
|
* | | Merge topic 'ninja-swift' | Brad King | 2019-05-20 | 1 | -2/+8 |
|\ \ |
|
| * | | Tests: add a check for the Swift compiler | Saleem Abdulrasool | 2019-05-17 | 1 | -2/+8 |
|
|
* | | | Test: Improve WarnUnusedCliUnused to run on all generators | Sebastian Holtermann | 2019-05-15 | 1 | -18/+11 |
|/ / |
|
* | | Tests: Extend MakeClean test to cover ADDITIONAL_CLEAN_FILES | Sebastian Holtermann | 2019-05-14 | 1 | -1/+2 |
|
|
* | | Merge topic 'msvc-runtime-library' | Brad King | 2019-04-17 | 1 | -0/+4 |
|\ \ |
|
| * | | MSVC: Add abstraction for runtime library selection | Brad King | 2019-04-17 | 1 | -0/+4 |
|
|
* | | | GHS: Update tests and notes | Fred Baksik | 2019-04-11 | 1 | -0/+3 |
|
|