summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ninja: In cmNinjaTargetGenerator optimize string compositionSebastian Holtermann2019-05-131-62/+78
* Ninja: Inline range loop range argumentsSebastian Holtermann2019-05-123-28/+14
* Ninja: In cmGlobalNinjaGenerator use std::unique_ptr to manage output streamsSebastian Holtermann2019-05-112-28/+31
* Ninja: Add and use cmGlobalNinjaGenerator::CMakeCmd methodSebastian Holtermann2019-05-102-46/+48
* Ninja: Fix message in cmGlobalNinjaGenerator::WriteBuild methodSebastian Holtermann2019-05-101-5/+3
* Ninja: Simplify cmGlobalNinjaGenerator::AddRule and HasRule methodsSebastian Holtermann2019-05-102-13/+8
* Ninja: Simplify cmGlobalNinjaGenerator::WriteRule methodSebastian Holtermann2019-05-101-45/+31
* 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
* | | | | | | | Merge topic 'docs-static-lib-link-options'Marc Chevrier2019-05-072-15/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | Help: Clarify that link options don't apply to static library targetsCraig Scott2019-05-052-15/+26
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-05-071-1/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge branch 'release-3.14'Brad King2019-05-060-0/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge branch 'FindPython-fix-Python_RUNTIME_LIBRARY_DIRS-variable' into relea...Brad King2019-05-061-3/+6
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'fix_ios_try_compile' into release-3.14Brad King2019-05-061-1/+8
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'FindPython-fix-Python_RUNTIME_LIBRARY_DIRS-variable'Brad King2019-05-061-3/+6
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | FindPython: ensure variable Python_RUNTIME_LIBRARY_DIRS is set correctlyMarc Chevrier2019-05-051-3/+6
| |/ / / / / / / /
* | | | | | | | | Merge topic 'fix_ios_try_compile'Brad King2019-05-061-1/+8
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | iOS: Fix try_compile FILE_COPY not to failAlexandru Croitor2019-05-061-1/+8