summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* FindPython: ensure any specified version is correctly handledMarc Chevrier2020-05-073-43/+222
* Merge topic 'FindPkgConfig-isystem' into release-3.17Brad King2020-05-063-9/+72
|\
| * Help: Add 3.17 release note for FindPkgConfig '-isystem' fixBrad King2020-05-061-0/+9
| * Merge branch 'backport-3.16-FindPkgConfig-isystem'Brad King2020-05-062-9/+63
| |\
| | * FindPkgConfig: also handle "-isystem" prefixes for include directoriesRolf Eike Beer2020-05-052-9/+63
* | | Merge topic 'CheckLanguage-cuda-host' into release-3.17Brad King2020-05-062-10/+10
|\ \ \
| * | | CheckLanguage: Fix forwarding of CMAKE_CUDA_HOST_COMPILERBrad King2020-05-052-10/+10
| | |/ | |/|
* | | Merge topic 'FindBoost-1.73' into release-3.17Brad King2020-05-051-1/+5
|\ \ \
| * | | FindBoost: Update MinGW compiler tag for Boost 1.73Brad King2020-05-041-1/+5
| | |/ | |/|
* | | Merge topic 'FindBoost-1.73' into release-3.17Brad King2020-05-051-1/+1
|\ \ \
| * | | FindBoost: Add 1.73 to known versionsBoris Basic2020-05-041-1/+1
| |/ /
* | | Merge topic 'bootstrap-solaris-tr' into release-3.17Brad King2020-05-051-1/+1
|\ \ \
| * | | bootstrap: Use 'tr' more portablyBrad King2020-05-041-1/+1
| |/ /
* | | Merge topic 'cm_cxx_features-icpc-10121' into release-3.17Brad King2020-05-011-0/+2
|\ \ \
| * | | cm_cxx_features: Filter out 'icpc: command line warning #10121'Jennifer Kathleen Green2020-04-301-0/+2
* | | | Merge topic 'FindPython-fphsa' into release-3.17Brad King2020-04-301-7/+7
|\ \ \ \
| * | | | FindPython: fix error on FPHSA callMarc Chevrier2020-04-291-7/+7
| | |/ / | |/| |
* | | | Merge topic 'cm_cxx_features-libhugetlbfs' into release-3.17Brad King2020-04-301-0/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | cm_cxx_features: Filter out libhugetlbfs warningsJennifer Green2020-04-291-0/+2
|/ /
* | CMake 3.17.2v3.17.2Brad King2020-04-281-1/+1
* | Merge topic 'FindBoost-1.73' into release-3.17Brad King2020-04-281-1/+1
|\ \
| * | FindBoost: Prevent warning with boost 1.73Orgad Shaneh2020-04-271-1/+1
* | | Merge topic 'makefile-objc' into release-3.17Brad 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 topic 'pch-genex-absolute' into release-3.17Brad King2020-04-285-16/+19
|\ \ \
| * | | target_precompile_headers: Fix documented example using genexBrad King2020-04-275-16/+19
| |/ /
* | | Merge topic 'FindPython-reason-failure' into release-3.17Brad King2020-04-271-21/+23
|\ \ \
| * | | FindPython: fix reason failure propagationMarc Chevrier2020-04-241-21/+23
|/ / /
* | | Merge topic 'FindPython-fix-python-compiler-validation' into release-3.17Brad King2020-04-245-19/+129
|\ \ \
| * | | FindPython: fix python compiler validationMarc Chevrier2020-04-235-19/+129
* | | | Merge topic 'ninja-order-only-fix' into release-3.17Brad King2020-04-245-6/+36
|\ \ \ \ | |/ / / |/| | |
| * | | Ninja: Remove config suffix from order-only targetKyle Edwards2020-04-235-6/+36
|/ / /
* | | Merge topic 'apple-merge-same-sysroot' into release-3.17Brad King2020-04-222-1/+24
|\ \ \
| * | | Apple: Merge per-arch sysroot parameters if all are the sameGregor Jasny2020-04-212-1/+24
* | | | Merge topic 'cpack-symlinks' into release-3.17Brad King2020-04-222-0/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | CPack: Do not recurse through directory symlinksBrad King2020-04-212-0/+5
* | | | Merge topic 'FindBoost-1.73' into release-3.17Brad King2020-04-212-313/+336
|\ \ \ \ | |_|/ / |/| | |
| * | | FindBoost: Add support for Boost 1.73Alexander Grund2020-04-202-1/+22
| * | | FindBoost: Simplify Boost_VERSION_STRING comparisonsAlexander Grund2020-04-201-312/+314
| * | | BoostScanDeps: Fix typo in numpy handlingAlexander Grund2020-04-201-1/+1
| |/ /
* | | Merge topic 'ninja-fortran-doc' into release-3.17Brad King2020-04-202-13/+2
|\ \ \
| * | | Ninja: Document that Fortran support is available with Ninja 1.10+Brad King2020-04-172-13/+2
| |/ /
* | | Merge topic 'ios_multi_arch_fix' into release-3.17Brad King2020-04-171-11/+76
|\ \ \
| * | | iOS: Fix detection of supported SDK architecturesAlexandru Croitor2020-04-161-11/+76
| |/ /
* | | Merge topic 'ibmi-aix-exports' into release-3.17Brad King2020-04-151-2/+5
|\ \ \
| * | | AIX: Activate symbol export/import IBM i (OS400)Brad King2020-04-141-2/+5
| | |/ | |/|
* | | Merge topic 'FindPython-if-auto-deref' into release-3.17Brad King2020-04-151-9/+9
|\ \ \
| * | | FindPython: remove extra dereferenceBen Boeckel2020-04-141-1/+1
| * | | FindPython: avoid autoderef in version comparisonsBen Boeckel2020-04-141-8/+8
| | |/ | |/|