| Commit message (Expand) | Author | Age | Files | Lines |
* | Ninja: Restat custom command byproducts even with a SYMBOLIC output (#16049) | Brad King | 2016-04-05 | 1 | -1/+1 |
|
|
* | Ninja: Fix detection of custom command symbolic outputs | Brad King | 2016-04-05 | 1 | -1/+1 |
|
|
* | CMake 3.5.1v3.5.1 | Brad King | 2016-03-24 | 1 | -1/+1 |
|
|
* | Merge branch 'fix-variable_watch-reallocation' into release | Brad King | 2016-03-23 | 3 | -10/+19 |
|\ |
|
| * | Avoid occasional use-after-free when a variable watch is executed | Yves Frederix | 2016-03-23 | 3 | -10/+19 |
|
|
* | | Merge branch 'cpack-osx-optional-CoreServices' into release | Brad King | 2016-03-18 | 2 | -1/+20 |
|\ \ |
|
| * | | CPack: Avoid using OS X CoreServices if compiler fails on header (#16021) | Brad King | 2016-03-18 | 2 | -1/+20 |
|
|
* | | | Merge branch 'cmake-gui-osx-identifier' into release | Brad King | 2016-03-17 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | cmake-gui: Populate CFBundleIdentifier in our Info.plist file (#16023) | Brad King | 2016-03-17 | 1 | -0/+1 |
| |/ |
|
* | | CPack: Avoid requiring Carbon framework on OS X (#16021) | Sean McBride | 2016-03-17 | 2 | -16/+7 |
|/ |
|
* | CMake 3.5.0v3.5.0 | Brad King | 2016-03-08 | 1 | -1/+1 |
|
|
* | Merge branch 'vs14-debug-enum-older-toolsets' into release | Brad King | 2016-03-07 | 1 | -0/+28 |
|\ |
|
| * | VS: Fix VS 2015 .vcxproj debug setting for older toolsets (#15986) | Brad King | 2016-03-07 | 1 | -0/+28 |
|
|
* | | CMake 3.5.0-rc3v3.5.0-rc3 | Brad King | 2016-02-18 | 1 | -1/+1 |
|
|
* | | Merge branch 'fix-static-private-non-target-depends' into release | Brad King | 2016-02-17 | 2 | -5/+23 |
|\ \ |
|
| * | | Fix export of STATIC library PRIVATE non-target dependencies | Brad King | 2016-02-17 | 2 | -5/+23 |
|
|
* | | | Merge branch 'fix-cmake_parse_arguments-expansion' into release | Brad King | 2016-02-12 | 1 | -2/+10 |
|\ \ \ |
|
| * | | | cmake_parse_arguments: Restore ;-list argument flattening | Dimitar Yordanov | 2016-02-12 | 1 | -2/+10 |
| |/ / |
|
* | | | Merge branch 'cmake-gui-reset-generator' into release | Brad King | 2016-02-12 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | cmake-gui: Fix cmState initialization when changing generators (#15959) | Brad King | 2016-02-12 | 1 | -0/+7 |
| |/ / |
|
* | | | CMake 3.5.0-rc2v3.5.0-rc2 | Brad King | 2016-02-10 | 1 | -1/+1 |
|
|
* | | | Merge branch 'curl-pre-7.21.5' into release | Brad King | 2016-02-09 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | cmCurl: Fix compilation with system curl versions prior to 7.21.5 | Brad King | 2016-02-09 | 1 | -0/+5 |
| |/ / |
|
* | | | Merge branch 'fix-target-lookup-performance-regression' into release | Brad King | 2016-02-08 | 4 | -62/+47 |
|\ \ \ |
|
| * | | | Improve internal generator target structure lookup | Brad King | 2016-02-08 | 3 | -35/+22 |
|
|
| * | | | Fix internal target lookup performance regression | Brad King | 2016-02-08 | 3 | -34/+32 |
| |/ / |
|
* | | | Merge branch 'fix-install-EXPORT-crash' into release | Brad King | 2016-02-08 | 1 | -3/+5 |
|\ \ \ |
|
| * | | | install(EXPORT): Fix crash on target in another directory | Brad King | 2016-02-05 | 1 | -3/+5 |
| |/ / |
|
* | | | Merge branch 'fix-Fortran-module-in-subdir' into release | Brad King | 2016-02-08 | 1 | -4/+2 |
|\ \ \ |
|
| * | | | Fix dependency scanning configuration in subdirectories | Brad King | 2016-02-05 | 1 | -4/+2 |
| |/ / |
|
* | | | CMake 3.5.0-rc1 version updatev3.5.0-rc1 | Brad King | 2016-02-02 | 1 | -3/+3 |
|/ / |
|
* | | Merge topic 'remove-stray-semicolon' | Brad King | 2016-02-02 | 1 | -1/+1 |
|\ \ |
|
| * | | cmAlgorithms.h: remove superfluous semicolon after method | Christoph GrĂ¼ninger | 2016-02-01 | 1 | -1/+1 |
|
|
* | | | Merge topic 'fix-CMAKE_MATCH-self-match' | Brad King | 2016-02-02 | 1 | -0/+10 |
|\ \ \ |
|
| * | | | cmConditionEvaluator: Fix matching of `CMAKE_MATCH_*` values (#15944) | Brad King | 2016-02-01 | 1 | -0/+10 |
|
|
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-02-02 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge topic 'clarify-add_custom_command-TARGET-scope' | Brad King | 2016-02-01 | 1 | -1/+18 |
|\ \ \ |
|
| * | | | add_custom_command: Clarify error when TARGET is out of scope (#15681) | Brad King | 2016-01-28 | 1 | -1/+18 |
| |/ / |
|
* | | | CMake Nightly Date Stamp | Kitware Robot | 2016-02-01 | 1 | -1/+1 |
|
|
* | | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-31 | 1 | -1/+1 |
|
|
* | | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-30 | 1 | -1/+1 |
|
|
* | | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-29 | 1 | -1/+1 |
|
|
* | | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-28 | 1 | -1/+1 |
|/ / |
|
* | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-27 | 1 | -1/+1 |
|
|
* | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-26 | 1 | -1/+1 |
|
|
* | | Merge topic 'vs-win10-sdk' | Brad King | 2016-01-25 | 2 | -5/+6 |
|\ \ |
|
| * | | VS: Do not fail on Windows 10 with VS 2015 if no SDK is available (#15929) | Brad King | 2016-01-21 | 2 | -5/+6 |
|
|
* | | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-25 | 1 | -1/+1 |
|
|
* | | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-24 | 1 | -1/+1 |
|
|
* | | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-23 | 1 | -1/+1 |
|
|