summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmListFileBacktrace: Refactor storage to provide efficient value semanticsBrad King2016-04-1813-192/+247
* cmState: Avoid accumulating snapshot storage for backtracesBrad King2016-04-154-37/+39
* cmState: Add Snapshot method to get bottom of call stackBrad King2016-04-152-0/+16
* Add call stack to unused/uninitialized variable warningsBrad King2016-04-152-25/+4
* cmLocalGenerator: Simplify IssueMessage implementationBrad King2016-04-151-11/+1
* cmLocalGenerator: Use own IssueMessage methodBrad King2016-04-151-2/+2
* cmOutputConverter: Assert construction with a valid snapshotBrad King2016-04-151-0/+1
* cmMakefile: Move cmMakefileCall to .cxx fileBrad King2016-04-152-26/+20
* cmWhileCommand: Simplify context constructionBrad King2016-04-151-6/+2
* cmIfCommand: Simplify execution context constructionBrad King2016-04-151-8/+2
* Merge topic 'cmState-rename-include-snapshot'Brad King2016-04-133-11/+11
|\
| * cmState: Rename CallStack snapshots to IncludeFileBrad King2016-04-123-11/+11
* | Merge topic 'try_compile-config-flags'Brad King2016-04-135-2/+39
|\ \
| * | try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes (#16054)Brad King2016-04-115-0/+35
| * | cmCoreTryCompile: Factor out config lookup for re-useBrad King2016-04-111-2/+4
* | | Merge topic 'FindMPI-docs'Brad King2016-04-131-12/+15
|\ \ \
| * | | FindMPI: Improve documentation formattingChristoph GrĂ¼ninger2016-04-111-12/+15
| |/ /
* | | Merge topic 'clang-tidy'Brad King2016-04-1324-28/+182
|\ \ \
| * | | Add options to run clang-tidy with the compilerDaniel Pfeifer2016-04-1324-28/+182
| |/ /
* | | CMake Nightly Date StampKitware Robot2016-04-131-1/+1
| |/ |/|
* | CMake Nightly Date StampKitware Robot2016-04-121-1/+1
|/
* Merge topic 'test-RunCMake.BuildDepends-filesystem-workaround'Brad King2016-04-111-0/+1
|\
| * Tests: Work around filesystem timestamp bugs in RunCMake.BuildDependsBrad King2016-04-081-0/+1
* | Merge topic 'preallocate-condition-keywords'Brad King2016-04-111-4/+4
|\ \
| * | cmConditionEvaluator: Use pre-allocated keywords in more placesBrad King2016-04-081-4/+4
* | | Merge topic 'GetPrerequisites-more-dumpbin-paths'Brad King2016-04-111-0/+11
|\ \ \
| * | | GetPrerequisites: Look for VS tools using environment variablesBrad King2016-04-081-0/+7
| * | | GetPrerequisites: add path of VS 10,11,12,14 in order to find dumpbin.exeFARBOS Arnaud2016-04-081-0/+4
* | | | CMake Nightly Date StampKitware Robot2016-04-111-1/+1
* | | | CMake Nightly Date StampKitware Robot2016-04-101-1/+1
* | | | CMake Nightly Date StampKitware Robot2016-04-091-1/+1
* | | | Merge branch 'release'Brad King2016-04-080-0/+0
|\ \ \ \
| * \ \ \ Merge branch 'ninja-restat-custom-command-byproducts' into releaseBrad King2016-04-053-2/+31
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'fortran-line-directives-no-dirs' into releaseBrad King2016-04-051-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'FindGSL-doc-typo' into releaseBrad King2016-04-051-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'ninja-restat-custom-command-byproducts'Brad King2016-04-083-2/+31
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Ninja: Restat custom command byproducts even with a SYMBOLIC output (#16049)Brad King2016-04-053-1/+30
| * | | | | | Ninja: Fix detection of custom command symbolic outputsBrad King2016-04-051-1/+1
* | | | | | | Merge topic 'drop-DNDEBUG-space'Brad King2016-04-082-9/+9
|\ \ \ \ \ \ \
| * | | | | | | MSVC: Drop space in `/DNDEBUG` flag for consistency (#16052)Brad King2016-04-072-9/+9
* | | | | | | | Merge topic 'ninja-object-rsp'Brad King2016-04-085-12/+40
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Ninja: Honor CMAKE_NINJA_FORCE_RESPONSE_FILE for compile rulesDmitry Ivanov2016-04-071-4/+24
| * | | | | | | cmGlobalNinjaGenerator: Clarify logic for forcing use of response filesDmitry Ivanov2016-04-073-5/+6
| * | | | | | | cmNinjaTargetGenerator: Factor out helper for forced response file checkDmitry Ivanov2016-04-073-3/+10
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2016-04-081-1/+1
|/ / / / / /
* | | | | | Merge topic 'branch_coverage_working_dir'Brad King2016-04-071-2/+2
|\ \ \ \ \ \
| * | | | | | CTestCoverageCollectGCOV: specify base dir for GLOB_RECURSEZack Galbreath2016-04-041-2/+2
* | | | | | | Merge topic 'branch_coverage_glob'Brad King2016-04-074-8/+74
|\ \ \ \ \ \ \
| * | | | | | | CTestCoverageCollectGCOV: Improve documentationZack Galbreath2016-04-071-8/+13
| * | | | | | | CTestCoverageCollectGCOV: Honor CTEST_EXTRA_COVERAGE_GLOBZack Galbreath2016-04-074-0/+61