Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmStandardIncludes: Remove MSVC6 condition for cmArrayBegin macro. | Stephen Kelly | 2014-11-20 | 1 | -2/+1 |
* | cmFindCommon: Remove MSVC6 workaround for nested struct private access. | Stephen Kelly | 2014-11-20 | 1 | -7/+0 |
* | cmTarget: Remove std::min and std::max MSVC6 compatibility code. | Stephen Kelly | 2014-11-20 | 1 | -12/+2 |
* | Merge topic 'fix-CMP0054-MSVC' | Brad King | 2014-11-20 | 5 | -11/+11 |
|\ | |||||
| * | Merge branch 'backport-fix-CMP0054-MSVC' into fix-CMP0054-MSVC | Brad King | 2014-11-19 | 0 | -0/+0 |
| |\ | |||||
| | * | Avoid if() quoted auto-dereference when checking for "MSVC" | Fraser Hutchison | 2014-11-19 | 5 | -12/+12 |
| * | | Avoid if() quoted auto-dereference when checking for "MSVC" | Fraser Hutchison | 2014-11-19 | 5 | -11/+11 |
* | | | Merge topic 'FindJava-no-osx-stub' | Brad King | 2014-11-20 | 1 | -1/+4 |
|\ \ \ | |||||
| * | | | FindJava: Do not accept OS X stub 'java' as Java | Brad King | 2014-11-19 | 1 | -1/+4 |
| | |/ | |/| | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2014-11-20 | 1 | -1/+1 |
| |/ |/| | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2014-11-19 | 1 | -1/+1 |
* | | Merge topic 'vs-check-phone-store-tools' | Brad King | 2014-11-18 | 7 | -35/+242 |
|\ \ | |||||
| * | | VS: Do not produce WinMD file for OBJECT libraries (#15228) | Gilles Khouzam | 2014-11-17 | 1 | -1/+2 |
| * | | VS: Improve error messages when compiler is not detected (#15228) | Gilles Khouzam | 2014-11-14 | 6 | -34/+240 |
| |/ | |||||
* | | Merge topic 'update-curl' | Brad King | 2014-11-18 | 1 | -9/+9 |
|\ \ | |||||
| * | | curl: Check for OpenSSL headers independently | Brad King | 2014-11-17 | 1 | -9/+9 |
* | | | Merge topic 'FindCurses-no-cur_colr' | Brad King | 2014-11-18 | 1 | -5/+0 |
|\ \ \ | |||||
| * | | | FindCurses: Drop search for deprecated HP-UX cur_colr library | Ådne Hovda | 2014-11-17 | 1 | -5/+0 |
| | |/ | |/| | |||||
* | | | Merge topic 'doc-sphinx-cmake-fixup' | Brad King | 2014-11-18 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | Utilities/Sphinx: Add missing call to note_explicit_target | Brad King | 2014-11-17 | 1 | -0/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-11-18 | 1 | -1/+1 |
* | | | | Merge topic 'doc-target_include_directories-fixup' | Brad King | 2014-11-17 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Help: target_include_directories does not allow target names | Brad King | 2014-11-17 | 1 | -2/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'ninja-minor-refactoring' | Brad King | 2014-11-17 | 5 | -38/+27 |
|\ \ \ \ | |||||
| * | | | | Ninja: Refactor restat to be a string internally | Brad King | 2014-11-14 | 4 | -15/+15 |
| * | | | | Ninja: Use a TARGET_FILE variable to hold the link output file | Brad King | 2014-11-14 | 1 | -18/+11 |
| * | | | | Tests/BuildDepends: Drop unneeded help for Ninja | Brad King | 2014-11-14 | 1 | -5/+1 |
* | | | | | Merge branch 'release' | Brad King | 2014-11-17 | 0 | -0/+0 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'vs14-is-2015' into release | Brad King | 2014-11-17 | 5 | -18/+38 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'kwsys-SharedForward-vs14' into release | Brad King | 2014-11-17 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'kwsys-SharedForward-vs14' | Brad King | 2014-11-17 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | KWSys SharedForward: Hard-code the ldpath buffer size to below VS 14 limit | Brad King | 2014-11-14 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'update-kwsys' | Brad King | 2014-11-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2014-11-17 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ |/ / / / / / / / / | |||||
| * | | | | | | | | KWSys 2014-11-14 (dec9c30b) | KWSys Robot | 2014-11-17 | 1 | -1/+1 |
* | | | | | | | | | Merge topic 'console-pool' | Brad King | 2014-11-17 | 25 | -36/+172 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | |||||
| * | | | | | | | | Help: Add notes for topic 'console-pool' | Peter Collingbourne | 2014-11-14 | 1 | -0/+8 |
| * | | | | | | | | Ninja: Implement USES_TERMINAL using the console pool if available | Peter Collingbourne | 2014-11-14 | 4 | -0/+13 |
| * | | | | | | | | Ninja: Remove unused declaration | Peter Collingbourne | 2014-11-14 | 1 | -1/+0 |
| * | | | | | | | | Ninja: factor out the test for console pool support | Peter Collingbourne | 2014-11-14 | 2 | -3/+10 |
| * | | | | | | | | Give the interactive cache editor the USES_TERMINAL property | Peter Collingbourne | 2014-11-14 | 2 | -13/+16 |
| * | | | | | | | | Add USES_TERMINAL option for custom commands | Peter Collingbourne | 2014-11-14 | 17 | -17/+123 |
| * | | | | | | | | Rename doing_verbatim to doing_nothing | Peter Collingbourne | 2014-11-14 | 1 | -2/+2 |
* | | | | | | | | | Merge topic 'test-custom-command-errors' | Brad King | 2014-11-17 | 29 | -0/+85 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | Tests: Test add_custom_command and add_custom_target error cases | Brad King | 2014-11-14 | 29 | -0/+85 |
* | | | | | | | | | Merge topic 'vs14-is-2015' | Brad King | 2014-11-17 | 5 | -18/+38 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | |||||
| * | | | | | | | | VS: Rename VS 14 generator to 'Visual Studio 14 2015' | Brad King | 2014-11-14 | 5 | -18/+38 |
* | | | | | | | | | Merge topic 'fix-vs2015-warnings' | Brad King | 2014-11-17 | 2 | -8/+9 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cmVisualStudio10TargetGenerator: fix a narrowing warning | Ben Boeckel | 2014-11-13 | 1 | -2/+2 |
| * | | | | | | | | | cmCallVisualStudioMacro: fix a shadowing warning | Ben Boeckel | 2014-11-13 | 1 | -6/+7 |