summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake 3.17.3v3.17.3Brad King2020-05-281-1/+1
* Merge topic 'ctest-repeat-notrun' into release-3.17Brad King2020-05-271-0/+5
|\
| * CTest: Make sure NOT_RUN tests show up in the failed test logRobert Maynard2020-05-271-0/+5
* | Merge topic 'ninja-multi-install' into release-3.17Brad King2020-05-253-5/+42
|\ \
| * | Ninja Multi-Config: Make "install" targets depend on default configsKyle Edwards2020-05-223-5/+42
* | | CUDA: Propagate CMAKE_CUDA_RUNTIME_LIBRARY state to try_compileRobert Maynard2020-05-201-0/+3
|/ /
* | Merge topic 'vs-sln-version' into release-3.17Brad King2020-05-201-0/+1
|\ \
| * | VS: Restore .sln support for VS Version SelectorBrad King2020-05-191-0/+1
* | | Merge topic 'fix-ClearSourcesCache' into release-3.17Brad King2020-05-181-0/+1
|\ \ \
| * | | cmGeneratorTarget: Clear AllConfigSources in ClearSourcesCacheBrad King2020-05-151-0/+1
| |/ /
* | | Merge topic 'vs-pch-compile-opts' into release-3.17Brad King2020-05-121-1/+1
|\ \ \
| * | | VS: Fix using PCH from source with COMPILE_OPTIONSBrad King2020-05-111-1/+1
| |/ /
* | | Merge topic 'pch-reuse-multi' into release-3.17Brad King2020-05-081-1/+3
|\ \ \
| * | | PCH: Fix REUSE_FROM in multi-config generatorsAndreas Schönle2020-05-071-1/+3
| | |/ | |/|
* | | cm_cxx_features: Filter out 'icpc: command line warning #10121'Jennifer Kathleen Green2020-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 '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
| |/
* | Ninja: Remove config suffix from order-only targetKyle Edwards2020-04-233-6/+15
* | 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 'ninja-fortran-doc' into release-3.17Brad King2020-04-201-8/+1
|\ \ \
| * | | Ninja: Document that Fortran support is available with Ninja 1.10+Brad King2020-04-171-8/+1
| |/ /
* | | 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
| | |/ | |/|
| * | CMake 3.16.6v3.16.6Brad King2020-04-101-1/+1
| * | Merge branch 'backport-3.16-link-libs-config-case' into release-3.16Brad King2020-03-301-5/+2
| |\ \
| | * | target_link_libraries: Fix regression in case of $<CONFIG> genexBrad King2020-03-301-5/+2
| * | | Merge branch 'make-nested-silent' into release-3.16Brad King2020-03-261-1/+5
| |\ \ \
* | | | | file(UPLOAD): Add default ca_certsHarry Mallon2020-04-151-0/+7
| |_|_|/ |/| | |
* | | | CMake 3.17.1v3.17.1Brad King2020-04-091-1/+1
* | | | Merge topic 'ccmake_incremental_log_display' into release-3.17Brad King2020-04-094-19/+48
|\ \ \ \
| * | | | ccmake: Use incremental rendering for the logsSylvain Joubert2020-04-084-11/+33
| * | | | cmCursesLongMessageForm: Factor out helper to draw message to formBrad King2020-04-082-8/+15
* | | | | Merge topic 'apple-arch-sysroots' into release-3.17Brad King2020-04-092-11/+29
|\ \ \ \ \
| * | | | | Apple: Fix mapping CMAKE_APPLE_ARCH_SYSROOTS to custom OSX_ARCHITECTURESBrad King2020-04-082-11/+29
| * | | | | Apple: Improve handling of missing SDKs in CMAKE_APPLE_ARCH_SYSROOTSBrad King2020-04-081-1/+1
| |/ / / /
* | | | | Ninja: Make config uppercase in object order targetKyle Edwards2020-04-071-1/+1
|/ / / /
* | | | Merge topic 'llvm-rc-include-path' into release-3.17Brad King2020-04-071-5/+15
|\ \ \ \
| * | | | llvm-rc: Restore include path for data after explicit preprocessingThomas Bernard2020-04-061-5/+15
* | | | | Merge topic 'cpack-nsis-version' into release-3.17Brad King2020-04-011-2/+2
|\ \ \ \ \
| * | | | | CPack/NSIS: Document and check requirement of at least NSIS 3.0Brad King2020-03-311-2/+2
* | | | | | Merge topic 'link-libs-config-case' into release-3.17Brad King2020-03-311-6/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | target_link_libraries: Fix regression in case of $<CONFIG> genexBrad King2020-03-301-6/+2
| |/ / / /
* | | | | Merge topic 'ctest-timeout-report' into release-3.17Brad King2020-03-272-8/+14
|\ \ \ \ \
| * | | | | CTest: Fix reported duration on timeout when grindchild keeps pipes openBrad King2020-03-262-8/+14
| |/ / / /