Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge topic 'ctest-log-environment' | Brad King | 2020-05-20 | 5 | -0/+40 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | CTest: Log environment variables as a test measurement | Kyle Edwards | 2020-05-19 | 5 | -0/+40 | |
* | | | | | | | | | | | Merge topic 'src-named-for-config' | Brad King | 2020-05-19 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Tests: Add case for source files named with CONFIG genex | Brad King | 2020-05-18 | 1 | -0/+7 | |
* | | | | | | | | | | | | Merge topic 'add_test-special-chars-in-name' | Brad King | 2020-05-19 | 56 | -6/+373 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | add_test: Allow special characters in test name | Deniz Bahadir | 2020-05-17 | 56 | -6/+373 | |
* | | | | | | | | | | | | Merge topic 'fetchcontent-SOURCE_SUBDIR' | Brad King | 2020-05-18 | 3 | -2/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | FetchContent: Add support for SOURCE_SUBDIR | Craig Scott | 2020-05-16 | 3 | -2/+17 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge topic 'cuda-clang' | Brad King | 2020-05-18 | 12 | -48/+70 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Tests: Update CUDA tests to work with Clang | Raul Tambre | 2020-05-15 | 12 | -48/+70 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge topic 'fix-CheckTargetsForMissingSources' | Brad King | 2020-05-18 | 1 | -0/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | cmGlobalGenerator: Fix CheckTargetsForMissingSources after refactoring | Brad King | 2020-05-15 | 1 | -0/+14 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | FindDoxygen: Prevent tests from interfering with each other | Craig Scott | 2020-05-16 | 1 | -0/+2 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge topic 'source_file_scopes' | Brad King | 2020-05-15 | 10 | -0/+274 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | set_source_files_properties: Allow specification of directory scope | Alexandru Croitor | 2020-05-14 | 10 | -0/+274 | |
* | | | | | | | | | Merge topic 'tests-Wstrict-prototypes' | Brad King | 2020-05-14 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Tests: Fix -Wstrict-prototypes warnings in some C sources | Brad King | 2020-05-13 | 3 | -3/+3 | |
* | | | | | | | | | | Merge topic 'cmake_command_preserve_args' | Brad King | 2020-05-14 | 3 | -0/+19 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | cmake_command: Preserve arguments to INVOKE function | Cristian Adam | 2020-05-12 | 3 | -0/+19 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'interface-sources-multi-config' | Brad King | 2020-05-13 | 2 | -1/+46 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | INTERFACE_SOURCES: Fix per-config link libs on multi-config generators | Brad King | 2020-05-12 | 2 | -1/+46 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge topic 'fix-cache-args-file-to-dep-list' | Brad King | 2020-05-13 | 7 | -0/+48 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | / / / / / | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | ExternalProject: expose _ep_cache_args_script to the caller | Ben Boeckel | 2020-05-12 | 7 | -0/+48 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Initialize CMAKE_EXPORT_COMPILE_COMMANDS only if not set already | Brad King | 2020-05-12 | 7 | -0/+17 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge topic 'vs-pch-compile-opts' | Brad King | 2020-05-12 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | VS: Fix using PCH from source with COMPILE_OPTIONS | Brad King | 2020-05-11 | 1 | -0/+3 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge topic 'doxygen-generated-sources' | Brad King | 2020-05-11 | 1 | -5/+24 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FindDoxygen: Allow generated files with USE_STAMP_FILE | Craig Scott | 2020-05-09 | 1 | -1/+20 | |
| * | | | | | | FindDoxygen: Formatting-only indentation cleanup for test case | Craig Scott | 2020-05-09 | 1 | -4/+4 | |
* | | | | | | | Merge topic 'source_group_forward_slashes' | Brad King | 2020-05-11 | 3 | -1/+13 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | source_group: Support forward slashes in group hierarchy | Craig Scott | 2020-05-10 | 3 | -1/+13 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'unity_explicit_groups' | Brad King | 2020-05-11 | 20 | -0/+389 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Unity Builds: Support explicit specification of sources to groups | Robert Maynard | 2020-05-07 | 20 | -0/+389 | |
* | | | | | | | Merge topic 'third-parties-layout' | Brad King | 2020-05-08 | 6 | -6/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 6 | -6/+5 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'docker-rel-win' | Brad King | 2020-05-08 | 1 | -5/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Utilities/Release: Drop win{32,64} scripts in favor of docker build | Brad King | 2020-05-05 | 1 | -5/+0 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'FindPython-check-specified-version' | Brad King | 2020-05-08 | 2 | -0/+149 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'backport-3.17-FindPython-check-specified-version' into FindPyth... | Marc Chevrier | 2020-05-07 | 2 | -0/+149 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | | | ||||||
| | * | | | | | FindPython: ensure any specified version is correctly handled | Marc Chevrier | 2020-05-07 | 2 | -0/+149 | |
| | * | | | | | Merge topic 'FindPkgConfig-isystem' into release-3.17 | Brad King | 2020-05-06 | 1 | -1/+21 | |
| | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ | Merge branch 'backport-3.16-FindPkgConfig-isystem' | Brad King | 2020-05-06 | 1 | -1/+21 | |
| | | |\ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | | ||||||
| | | | * | | | | FindPkgConfig: also handle "-isystem" prefixes for include directories | Rolf Eike Beer | 2020-05-05 | 1 | -1/+21 | |
| | | | | |/ / | | | | |/| | | ||||||
| | * | | | | | Merge topic 'CheckLanguage-cuda-host' into release-3.17 | Brad King | 2020-05-06 | 1 | -9/+9 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | Merge topic 'pch-genex-absolute' into release-3.17 | Brad King | 2020-04-28 | 4 | -2/+6 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge topic 'FindPython-fix-python-compiler-validation' into release-3.17 | Brad King | 2020-04-24 | 4 | -4/+113 | |
| | |\ \ \ \ \ \ | ||||||
* | | \ \ \ \ \ \ | Merge topic 'script-mode-and-arbitrary-args' | Craig Scott | 2020-05-07 | 2 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | cmake: Allow arbitrary args passed to CMake script | Alex Turbov | 2020-05-06 | 2 | -0/+4 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'gtest-space-in-parameter' | Brad King | 2020-05-06 | 3 | -36/+52 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | GoogleTestAddTests: Fix output processing | Stefan Floeren | 2020-05-05 | 3 | -36/+52 | |