summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* FindDoxygen: Prevent tests from interfering with each otherCraig Scott2020-05-161-0/+2
* Merge topic 'source_file_scopes'Brad King2020-05-1510-0/+274
|\
| * set_source_files_properties: Allow specification of directory scopeAlexandru Croitor2020-05-1410-0/+274
* | Merge topic 'tests-Wstrict-prototypes'Brad King2020-05-143-3/+3
|\ \
| * | Tests: Fix -Wstrict-prototypes warnings in some C sourcesBrad King2020-05-133-3/+3
* | | Merge topic 'cmake_command_preserve_args'Brad King2020-05-143-0/+19
|\ \ \
| * | | cmake_command: Preserve arguments to INVOKE functionCristian Adam2020-05-123-0/+19
| | |/ | |/|
* | | Merge topic 'interface-sources-multi-config'Brad King2020-05-132-1/+46
|\ \ \
| * | | INTERFACE_SOURCES: Fix per-config link libs on multi-config generatorsBrad King2020-05-122-1/+46
| |/ /
* | | Merge topic 'fix-cache-args-file-to-dep-list'Brad King2020-05-137-0/+48
|\ \ \ | |_|/ |/| |
| * | ExternalProject: expose _ep_cache_args_script to the callerBen Boeckel2020-05-127-0/+48
* | | Initialize CMAKE_EXPORT_COMPILE_COMMANDS only if not set alreadyBrad King2020-05-127-0/+17
| |/ |/|
* | Merge topic 'vs-pch-compile-opts'Brad King2020-05-121-0/+3
|\ \
| * | VS: Fix using PCH from source with COMPILE_OPTIONSBrad King2020-05-111-0/+3
* | | Merge topic 'doxygen-generated-sources'Brad King2020-05-111-5/+24
|\ \ \
| * | | FindDoxygen: Allow generated files with USE_STAMP_FILECraig Scott2020-05-091-1/+20
| * | | FindDoxygen: Formatting-only indentation cleanup for test caseCraig Scott2020-05-091-4/+4
* | | | Merge topic 'source_group_forward_slashes'Brad King2020-05-113-1/+13
|\ \ \ \
| * | | | source_group: Support forward slashes in group hierarchyCraig Scott2020-05-103-1/+13
| |/ / /
* | | | Merge topic 'unity_explicit_groups'Brad King2020-05-1120-0/+389
|\ \ \ \ | |/ / / |/| | |
| * | | Unity Builds: Support explicit specification of sources to groupsRobert Maynard2020-05-0720-0/+389
* | | | Merge topic 'third-parties-layout'Brad King2020-05-086-6/+5
|\ \ \ \
| * | | | Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-076-6/+5
| |/ / /
* | | | Merge topic 'docker-rel-win'Brad King2020-05-081-5/+0
|\ \ \ \
| * | | | Utilities/Release: Drop win{32,64} scripts in favor of docker buildBrad King2020-05-051-5/+0
* | | | | Merge topic 'FindPython-check-specified-version'Brad King2020-05-082-0/+149
|\ \ \ \ \
| * \ \ \ \ Merge branch 'backport-3.17-FindPython-check-specified-version' into FindPyth...Marc Chevrier2020-05-072-0/+149
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | FindPython: ensure any specified version is correctly handledMarc Chevrier2020-05-072-0/+149
| | * | | | Merge topic 'FindPkgConfig-isystem' into release-3.17Brad King2020-05-061-1/+21
| | |\ \ \ \
| | | * \ \ \ Merge branch 'backport-3.16-FindPkgConfig-isystem'Brad King2020-05-061-1/+21
| | | |\ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | | * | | FindPkgConfig: also handle "-isystem" prefixes for include directoriesRolf Eike Beer2020-05-051-1/+21
| | | | | |/ | | | | |/|
| | * | | | Merge topic 'CheckLanguage-cuda-host' into release-3.17Brad King2020-05-061-9/+9
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge topic 'pch-genex-absolute' into release-3.17Brad King2020-04-284-2/+6
| | |\ \ \ \
| | * \ \ \ \ Merge topic 'FindPython-fix-python-compiler-validation' into release-3.17Brad King2020-04-244-4/+113
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge topic 'script-mode-and-arbitrary-args'Craig Scott2020-05-072-0/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | cmake: Allow arbitrary args passed to CMake scriptAlex Turbov2020-05-062-0/+4
* | | | | | | | Merge topic 'gtest-space-in-parameter'Brad King2020-05-063-36/+52
|\ \ \ \ \ \ \ \
| * | | | | | | | GoogleTestAddTests: Fix output processingStefan Floeren2020-05-053-36/+52
* | | | | | | | | Merge topic 'FindPkgConfig-isystem'Brad King2020-05-061-1/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindPkgConfig: also handle "-isystem" prefixes for include directoriesRolf Eike Beer2020-05-051-1/+21
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge topic 'CheckLanguage-cuda-host'Brad King2020-05-061-9/+9
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | CheckLanguage: Fix forwarding of CMAKE_CUDA_HOST_COMPILERBrad King2020-05-051-9/+9
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'remove_cli__symbols'Brad King2020-05-053-2/+34
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | bindexplib: Do not export symbols from managed codeMarkus Mayer2020-05-043-2/+34
* | | | | | | FindPython: Add support for 'PyPy'Marc Chevrier2020-05-015-1/+217
| |_|/ / / / |/| | | | |
* | | | | | Merge topic 'FPHSA-handle-components'Brad King2020-05-016-0/+63
|\ \ \ \ \ \
| * | | | | | FPHSA: REQUIRED_VARS is optional if HANDLE_COMPONENTS is specifiedMarc Chevrier2020-04-306-0/+63
| |/ / / / /
* | | | | | Merge topic 'CTestCoverageCollectGCOV-compress-opts'Brad King2020-05-012-13/+136
|\ \ \ \ \ \
| * | | | | | CTestCoverageCollectGCOV: Add TARBALL_COMPRESSION optionKelly (KT) Thompson2020-04-301-8/+136
| * | | | | | Tests: Fix re-running CTestCoverageCollectGCOV on in-source buildBrad King2020-04-301-2/+0