Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | | | | | | | Merge topic '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' | Brad King | 2020-05-06 | 1 | -9/+9 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | CheckLanguage: Fix forwarding of CMAKE_CUDA_HOST_COMPILER | Brad King | 2020-05-05 | 1 | -9/+9 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge topic 'remove_cli__symbols' | Brad King | 2020-05-05 | 3 | -2/+34 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | bindexplib: Do not export symbols from managed code | Markus Mayer | 2020-05-04 | 3 | -2/+34 |
* | | | | | | | FindPython: Add support for 'PyPy' | Marc Chevrier | 2020-05-01 | 5 | -1/+217 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge topic 'FPHSA-handle-components' | Brad King | 2020-05-01 | 6 | -0/+63 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FPHSA: REQUIRED_VARS is optional if HANDLE_COMPONENTS is specified | Marc Chevrier | 2020-04-30 | 6 | -0/+63 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'CTestCoverageCollectGCOV-compress-opts' | Brad King | 2020-05-01 | 2 | -13/+136 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CTestCoverageCollectGCOV: Add TARBALL_COMPRESSION option | Kelly (KT) Thompson | 2020-04-30 | 1 | -8/+136 |
| * | | | | | | Tests: Fix re-running CTestCoverageCollectGCOV on in-source build | Brad King | 2020-04-30 | 1 | -2/+0 |