summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CMake 3.16.9v3.16.9Brad King2020-09-151-1/+1
* Merge branch 'backport-3.16-automoc-path-prefix-off' into release-3.16Brad King2020-09-151-5/+11
|\
| * Help: Add 3.16.9 release note about AUTOMOC_PATH_PREFIX default changeJoerg Bornemann2020-09-151-5/+11
* | Merge branch 'backport-3.16-automoc-path-prefix-off' into release-3.16Brad King2020-08-104-5/+7
|\ \ | |/
| * Autogen: Turn off moc path prefix generation by defaultJoerg Bornemann2020-08-104-5/+7
* | Merge branch 'backport-test-FindPkgConfig-isolate-env' into release-3.16Brad King2020-08-071-0/+5
|\ \ | |/ |/|
| * Tests: Isolate RunCMake.FindPkgConfig from caller environmentBrad King2020-08-071-0/+5
|/
* CMake 3.16.8v3.16.8Brad King2020-06-011-1/+1
* Merge branch 'backport-3.16-pch-fix-bad-ClearSourcesCache' into release-3.16Brad King2020-05-293-5/+22
|\
| * PCH: Fix logic error that incorrectly clears sources during VS generationBrad King2020-05-293-5/+22
* | CMake 3.16.7v3.16.7Brad King2020-05-271-1/+1
* | Merge branch 'vs-sln-version' into release-3.16Brad King2020-05-191-0/+1
|\ \
| * | VS: Restore .sln support for VS Version SelectorBrad King2020-05-191-0/+1
* | | Merge branch 'fix-ClearSourcesCache' into release-3.16Brad King2020-05-151-0/+1
|\ \ \ | | |/ | |/|
| * | cmGeneratorTarget: Clear AllConfigSources in ClearSourcesCacheBrad King2020-05-151-0/+1
| |/
* | Merge branch 'backport-3.16-FindPkgConfig-isystem' into release-3.16Brad King2020-05-151-0/+6
|\ \
| * | Help: Add 3.16.7 release note for FindPkgConfig '-isystem' fixBrad King2020-05-151-0/+6
|/ /
* | Merge branch 'backport-3.16-objc-env-vars' into release-3.16Brad King2020-05-146-18/+61
|\ \
| * | Objective C/C++: Honor CC and CXX env vars to select compilerBrad King2020-05-145-18/+37
| * | Help: Document OBJC and OBJCXX env vars for Objective C/C++ compilersBrad King2020-05-143-0/+24
| |/
* | Merge branch 'pch-msvc-pragma' into release-3.16Brad King2020-05-111-7/+5
|\ \
| * | MSVC: Use 'pragma system_header' in PCH only on cl 19.13 and aboveBrad King2020-05-111-7/+5
| |/
* | Merge branch 'vs-pch-compile-opts' into release-3.16Brad King2020-05-112-1/+4
|\ \
| * | VS: Fix using PCH from source with COMPILE_OPTIONSBrad King2020-05-112-1/+4
| |/
* | Merge branch 'FindGTK2-harfbuzz-target' into release-3.16Brad King2020-05-091-3/+6
|\ \
| * | FindGTK2: Add harfbuzz target for dependency from pangoBrad King2020-05-091-3/+6
| |/
* | Merge branch 'backport-3.16-FindPkgConfig-isystem' into release-3.16Brad King2020-05-062-9/+63
|\ \
| * | FindPkgConfig: also handle "-isystem" prefixes for include directoriesRolf Eike Beer2020-05-052-9/+63
| |/
* | Merge branch 'CheckLanguage-cuda-host' into release-3.16Brad King2020-05-052-10/+10
|\ \
| * | CheckLanguage: Fix forwarding of CMAKE_CUDA_HOST_COMPILERBrad King2020-05-052-10/+10
| |/
* | Merge branch 'makefile-objc' into release-3.16Brad King2020-04-282-3/+4
|\ \
| * | Makefiles: Add Objective C/C++ compilations to compile_commands.jsonBrad King2020-04-281-2/+3
| * | Makefiles: Scan Objective C/C++ preprocessor dependenciesBrad King2020-04-281-1/+1
| |/
* | Merge branch 'pch-genex-absolute' into release-3.16Brad King2020-04-275-16/+19
|\ \
| * | target_precompile_headers: Fix documented example using genexBrad King2020-04-275-16/+19
| |/
* | Merge branch 'ibmi-aix-exports' into release-3.16Brad King2020-04-141-2/+5
|\ \
| * | AIX: Activate symbol export/import IBM i (OS400)Brad King2020-04-141-2/+5
| |/
* | Merge branch 'FindMPI-pgi-spectrum-mpi-wrappers' into release-3.16Brad King2020-04-141-3/+3
|\ \ | |/ |/|
| * FindMPI: Add the pgi compiler wrapper names used by IBM Spectrum MPIChuck Atkins2020-04-101-3/+3
|/
* CMake 3.16.6v3.16.6Brad King2020-04-101-1/+1
* Merge branch 'doc-3.15-std-fix' into release-3.16Brad King2020-04-061-0/+9
|\
| * Help: Add 3.15 release note for change in -std= flag for compile featuresBrad King2020-04-061-0/+9
* | Merge branch 'FindPython-fix-VIRTUALENV-eq-FIRST' into release-3.16Brad King2020-04-011-1/+1
|\ \
| * | FindPython: fix handling when FIND_VIRTUALENV == FIRSTMarc Chevrier2020-04-011-1/+1
* | | Merge branch 'backport-3.16-link-libs-config-case' into release-3.16Brad King2020-03-305-5/+30
|\ \ \
| * | | target_link_libraries: Fix regression in case of $<CONFIG> genexBrad King2020-03-305-5/+30
| |/ /
* | | Merge branch 'aix-ExportImportList-install' into release-3.16Brad King2020-03-301-0/+4
|\ \ \
| * | | AIX: Install ExportImportList script with execute permissionBrad King2020-03-301-0/+4
| |/ /
* | | Merge branch 'make-nested-silent' into release-3.16Brad King2020-03-261-1/+5
|\ \ \
| * | | Makefiles: Fix silencing of nested calls for GNU make 4.3Brad King2020-03-261-1/+5
| |/ /