summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Autogen: A missing info file is a critical errorSebastian Holtermann2019-05-111-1/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge topic 'cmuvprocesschain'Brad King2019-05-139-8/+915
|\ \ \ \ \ \ \
| * | | | | | | cmUVProcessChain: Add cmUVProcessChainKyle Edwards2019-05-079-5/+912
| * | | | | | | cmUVStreambuf: Initialize all members on constructionBrad King2019-05-071-3/+3
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'apple_clang_full_cxx_14_support'Brad King2019-05-131-0/+2
|\ \ \ \ \ \ \
| * | | | | | | CompileFeatures: Record when AppleClang gained full CXX14 supportRobert Maynard2019-05-071-0/+2
| |/ / / / / /
* | | | | | | Merge topic 'iar-new_architectures'Brad King2019-05-137-28/+68
|\ \ \ \ \ \ \
| * | | | | | | IAR: Add architecture support for RL78, RH850 and MSP430Stefan Andersson2019-05-087-28/+68
* | | | | | | | Merge topic 'FindProtobuf-gen-sources'Brad King2019-05-131-1/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Protobuf: Fix generated source path with PROTOBUF_GENERATE_CPP_APPEND_PATH OFFBob Weinand2019-05-081-1/+6
* | | | | | | | | Merge topic 'windows-signing'Brad King2019-05-139-4/+71
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Utilities/Release: Enable signing of Windows release binariesBrad King2019-05-085-1/+11
| * | | | | | | | | Add undocumented option to sign CMake's own binaries on WindowsBrad King2019-05-082-0/+57
| * | | | | | | | | Configure CMake itself with policies through CMake 3.14Brad King2019-05-083-3/+3
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-05-131-1/+1
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-05-121-1/+1
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-05-111-1/+1
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'FindPython-module'Marc Chevrier2019-05-1021-88/+275
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindPython*: Manage weak link for Python modulesMarc Chevrier2019-05-0721-88/+275
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-05-101-1/+1
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-05-091-1/+1
* | | | | | | | | | Merge topic 'FindBoost-fphsa'Brad King2019-05-0849-223/+1157
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | FindBoost: Add new unit testsDennis Klein2019-05-0744-0/+974
| * | | | | | | | | FindBoost: Modernize module mode with FPHSADennis Klein2019-05-073-131/+29
| * | | | | | | | | FindBoost: Fix and modernize config mode with FPHSADennis Klein2019-05-074-13/+43
| * | | | | | | | | FindBoost: Add vars Boost_VERSION_MACRO/MAJOR/MINOR/PATCH/COUNTDennis Klein2019-05-072-21/+45
| * | | | | | | | | FindBoost: Introduce new imported target Boost::headersDennis Klein2019-05-072-5/+20
| * | | | | | | | | FindBoost: Compare versions consistently against Boost_VERSION_STRINGDennis Klein2019-05-071-55/+48
| |/ / / / / / / /
* | | | | | | | | Merge topic 'autogen_cache'Brad King2019-05-089-1598/+2067
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Autogen: Refactor AUTOMOC and AUTOUIC and add source file parse data cachingSebastian Holtermann2019-05-079-1598/+2067
* | | | | | | | | Merge topic 'ctest-update-version-override'Craig Scott2019-05-0814-7/+80
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | ctest: Add new variable CTEST_UPDATE_VERSION_OVERRIDEZack Galbreath2019-05-0711-0/+70
| * | | | | | | | Help: cross-ref and wording of docs related to ctest_update()Zack Galbreath2019-05-033-2/+5
| * | | | | | | | testing: Update terminology in ctest_update testsZack Galbreath2019-05-022-5/+5
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-05-081-1/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge topic 'enforce-explicit-use-of-project'Brad King2019-05-073-7/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | cmMakefile: Enforce explicit use of project() commandBartosz Kosiorek2019-05-063-7/+30
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge topic 'findmpi-debug'Brad King2019-05-073-17/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | FindMPI: Make tests valid C89 by returning 0Christian Pfeiffer2019-05-062-0/+2
| * | | | | | | | FindMPI: Correct documentaiton for library versionChristian Pfeiffer2019-05-061-1/+1
| * | | | | | | | FindMPI: Add error loggingChristian Pfeiffer2019-05-061-16/+27
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'CTestCoverageCollectGCOV-updates'Brad King2019-05-072-32/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | CTestCoverageCollectGCOV: run gcov with -xCristian Morales Vega2019-05-031-2/+2
| * | | | | | | | CTestCoverageCollectGCOV: run gcov only onceCristian Morales Vega2019-05-032-31/+28
* | | | | | | | | Merge topic 'use_intel_mkl_blas_intface_on_osX'Brad King2019-05-071-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindBLAS: Use Intel fortran interface on OS X even with GNU FortranJakub Benda2019-05-041-1/+2
* | | | | | | | | | Merge branch 'release-3.14'Brad King2019-05-070-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'touch-after-ranlib' into release-3.14Brad King2019-05-061-0/+14
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge topic 'touch-after-ranlib'Brad King2019-05-071-0/+14
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | / / / | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | Apple: Preserve high resolution mtime for static librariesGregor Jasny2019-05-051-0/+14