summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'fix-Android-NsightTegra' into releaseBrad King2016-10-183-2/+5
| |\ \
| * \ \ Merge branch 'cmake-server-pipe-mode-fix' into releaseBrad King2016-10-181-6/+5
| |\ \ \
| * \ \ \ Merge branch 'external-project-source-subdir-usage' into releaseBrad King2016-10-181-8/+9
| |\ \ \ \
* | \ \ \ \ Merge topic 'external-project-source-subdir-usage'Brad King2016-10-191-8/+9
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | ExternalProject: make SOURCE_SUBDIR directly appendableBen Boeckel2016-10-181-6/+6
| * | | | | ExternalProject: error out only if the property is unsetBen Boeckel2016-10-181-2/+3
* | | | | | Merge topic 'ExternalData-multiple-hashes'Brad King2016-10-197-19/+104
|\ \ \ \ \ \
| * | | | | | ExternalData: Add support for multiple hash algorithmsMatt McCormick2016-10-187-19/+104
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'fix-Android-NsightTegra'Brad King2016-10-193-2/+5
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Tests: Add VSNsightTegra test for VS 2015Brad King2016-10-181-0/+3
| * | | | | Tests: Fix VSNsightTegra test on Android NDK r12bBrad King2016-10-181-1/+1
| * | | | | VS: Fix NVIDIA Nsight Tegra Visual Studio Edition supportBrad King2016-10-181-1/+1
* | | | | | Merge topic 'cmake-server-pipe-mode-fix'Brad King2016-10-191-6/+5
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | server-mode: Fix named pipe modeTobias Hunger2016-10-181-6/+5
* | | | | | CMake Nightly Date StampKitware Robot2016-10-191-1/+1
| |_|/ / / |/| | | |
* | | | | Merge branch 'release'Brad King2016-10-180-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'FindwxWidgets-unversioned-library-path' into releaseBrad King2016-10-171-12/+22
| |\ \ \ \
| * \ \ \ \ Merge branch 'osx-no-deployment-target-on-cross-compile' into releaseBrad King2016-10-171-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'doc-math-EXPR' into releaseBrad King2016-10-141-4/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'doc-clarify-ctest-APPEND' into releaseBrad King2016-10-144-4/+12
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'timeout_after_match_testtime'Brad King2016-10-182-1/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CTest: report time spent after matching outputZack Galbreath2016-10-172-1/+4
* | | | | | | | | | Merge topic 'propagate_ctest_use_launchers'Brad King2016-10-185-1/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ctest_configure: Propagate CTEST_USE_LAUNCHERS from caller to projectBill Hoffman2016-10-175-1/+14
* | | | | | | | | | | Merge topic 'CheckFunctionExists-prototype'Brad King2016-10-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | CheckFunctionExists.c: avoid gcc warnings with -Wstrict-prototypesAndre McCurdy2016-10-141-1/+1
* | | | | | | | | | | | Merge topic 'math-EXPR-unary'Brad King2016-10-185-862/+1165
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | math(EXPR): Add support for unary `+` and `-` expressionsBrad King2016-10-144-57/+102
| * | | | | | | | | | | | cmExprParser: Revise indentation style to match rest of CMakeBrad King2016-10-142-115/+155
| * | | | | | | | | | | | cmExprParser: Port to bison 3Brad King2016-10-143-792/+1010
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge topic 'FindwxWidgets-unversioned-library-path'Brad King2016-10-181-12/+22
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| * | | | | | | | | | | FindwxWidgets: Fix finding unversioned VS-built directory prefixesBrad King2016-10-171-12/+22
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2016-10-181-1/+1
| |_|_|/ / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge topic 'extract-computed-target-properties'Brad King2016-10-1712-291/+493
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmTarget: Implement GetProperty in terms of cmState::SnapshotStephen Kelly2016-10-161-3/+10
| * | | | | | | | | | cmTarget: Group code for checking written properties togetherStephen Kelly2016-10-161-25/+25
| * | | | | | | | | | cmTarget: Move sanity checks and computed property access to callersStephen Kelly2016-10-166-23/+48
| * | | | | | | | | | cmGeneratorTarget: Implement cmTargetPropertyComputer interfaceStephen Kelly2016-10-152-0/+40
| * | | | | | | | | | cmTargetPropertyComputer: Template some methods on the TargetStephen Kelly2016-10-153-199/+200
| * | | | | | | | | | cm{,Generator}Target: Add global generator accessorsStephen Kelly2016-10-154-0/+15
| * | | | | | | | | | cmTargetPropertyComputer: Unify whitelist handling from cmTargetStephen Kelly2016-10-153-21/+29
| * | | | | | | | | | cmTargetPropertyComputer: Move whitelist check from cmTargetStephen Kelly2016-10-153-35/+37
| * | | | | | | | | | cmTargetPropertyComputer: Extract into new filesStephen Kelly2016-10-155-245/+290
| * | | | | | | | | | cmTargetPropertyComputer: Implement GetProperty without cmMakefileStephen Kelly2016-10-151-24/+32
| * | | | | | | | | | cmListFileBacktrace: Add a method to retrieve the Bottom of a snapshotStephen Kelly2016-10-151-0/+2
| * | | | | | | | | | cmTarget: Extract GetLocation methodStephen Kelly2016-10-151-38/+54
| * | | | | | | | | | cmTarget: Extract GetSources methodStephen Kelly2016-10-151-83/+92
| * | | | | | | | | | cmTarget: Extract location computation methodsStephen Kelly2016-10-151-54/+44
| * | | | | | | | | | cmTarget: Split property computation into separate classStephen Kelly2016-10-152-54/+78
| * | | | | | | | | | cmTarget: Move IMPORTED check to callersStephen Kelly2016-10-151-6/+7