Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Convert: Replace FULL conversions with equivalent | Stephen Kelly | 2016-08-27 | 2 | -11/+7 | |
| * | | | | VS: Replace FULL/UNCHANGED conversion with equivalent | Stephen Kelly | 2016-08-27 | 1 | -2/+2 | |
| * | | | | Convert: Remove NONE conversion | Stephen Kelly | 2016-08-27 | 2 | -3/+0 | |
| * | | | | Convert: Replace uses of Convert(NONE) | Stephen Kelly | 2016-08-27 | 9 | -54/+49 | |
| * | | | | VS: Replace variable with an if() | Stephen Kelly | 2016-08-27 | 1 | -2/+5 | |
| * | | | | Makefiles: Replace ternaries with if()s | Stephen Kelly | 2016-08-27 | 2 | -10/+15 | |
| * | | | | Makefiles: Inline MakeLauncher into only caller | Stephen Kelly | 2016-08-27 | 2 | -35/+27 | |
| * | | | | Makefiles: Simplify MakeLauncher return value | Stephen Kelly | 2016-08-27 | 1 | -3/+2 | |
| * | | | | Makefiles: Invert logic in MakeLauncher | Stephen Kelly | 2016-08-27 | 1 | -20/+19 | |
| * | | | | Makefiles: Remove useless use of Convert | Stephen Kelly | 2016-08-27 | 1 | -2/+1 | |
| * | | | | Makefiles: Replace method with Wacom specific API | Stephen Kelly | 2016-08-27 | 2 | -8/+17 | |
| * | | | | Makefiles: Deduplicate variable | Stephen Kelly | 2016-08-27 | 1 | -4/+5 | |
| * | | | | Convert: Remove obsolete GetRelativeRootPath | Stephen Kelly | 2016-08-27 | 2 | -22/+0 | |
| * | | | | Makefiles: Change AppendCustomCommand API to strings | Stephen Kelly | 2016-08-27 | 6 | -27/+27 | |
| * | | | | Makefiles: Change signature of AppendCustomCommand | Stephen Kelly | 2016-08-27 | 3 | -7/+7 | |
| * | | | | Makefiles: Port CreateCDCommand to string-based API | Stephen Kelly | 2016-08-27 | 5 | -25/+23 | |
| * | | | | Convert: Remove ConvertToOutputForExisting overload | Stephen Kelly | 2016-08-27 | 2 | -18/+0 | |
| * | | | | Makefiles: Use string overload of ConvertToOutputForExisting | Stephen Kelly | 2016-08-27 | 1 | -1/+1 | |
| * | | | | Makefiles: Rename local variable | Stephen Kelly | 2016-08-27 | 1 | -2/+2 | |
| * | | | | Convert: Remove unused overload | Stephen Kelly | 2016-08-27 | 2 | -23/+0 | |
* | | | | | Merge topic 'vs-NsightTegra-empty-version' | Brad King | 2016-08-30 | 1 | -5/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | VS: Fix out-of-bounds write on empty Nsight Tegra version | Fujii Hironori | 2016-08-26 | 1 | -5/+4 | |
* | | | | | | Merge topic 'code-blocks-include-order' | Brad King | 2016-08-30 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | CodeBlocks: List C++ includes first | Kevin Ottens | 2016-08-26 | 1 | -2/+2 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'ninja-add_custom_command-depfile' | Brad King | 2016-08-30 | 9 | -24/+56 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | add_custom_command: Add DEPFILE option for Ninja | Kulla Christoph | 2016-08-30 | 9 | -24/+56 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-30 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-29 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-28 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-27 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge topic 'vs-resource-pri-dir' | Brad King | 2016-08-26 | 1 | -3/+3 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | VS: Use target-specific directory for `resources.pri` | Brad King | 2016-08-25 | 1 | -3/+3 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-26 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge topic 'include-what-you-use' | Brad King | 2016-08-25 | 93 | -177/+642 | |
|\ \ \ \ | ||||||
| * | | | | CTest: fix include-what-you-use violations | Daniel Pfeifer | 2016-08-25 | 93 | -177/+642 | |
* | | | | | Merge topic 'extract-cmMessenger' | Brad King | 2016-08-25 | 13 | -229/+359 | |
|\ \ \ \ \ | ||||||
| * | | | | | Parser: Port away from cmMakefile | Stephen Kelly | 2016-08-25 | 4 | -20/+32 | |
| * | | | | | cmMessenger: Extract from cmake class | Stephen Kelly | 2016-08-25 | 6 | -168/+276 | |
| * | | | | | cmMakefile: Port nested error logic away from cmExecutionStatus | Stephen Kelly | 2016-08-25 | 4 | -16/+16 | |
| * | | | | | cmMakefile: Simplify IssueMessage implementation | Stephen Kelly | 2016-08-25 | 1 | -5/+3 | |
| * | | | | | Parser: Issue messages through cmake, not cmSystemTools | Stephen Kelly | 2016-08-25 | 1 | -30/+40 | |
| * | | | | | Parser: Store the Backtrace for use in issuing messages | Stephen Kelly | 2016-08-24 | 1 | -0/+2 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'intel-fortran-mod-diff' | Brad King | 2016-08-25 | 1 | -0/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fortran: Fix .mod file comparison for Intel 16 format | Brad King | 2016-08-24 | 1 | -0/+6 | |
| | |_|/ / | |/| | | | ||||||
| * | | | | CMake 3.6.1v3.6.1 | Brad King | 2016-07-22 | 1 | -1/+1 | |
| * | | | | Merge branch 'revert-autogen-subdirs' into release | Brad King | 2016-07-21 | 3 | -159/+45 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'compat-CPACK_INSTALL_CMAKE_PROJECTS-subdirectory' into release | Brad King | 2016-07-19 | 1 | -1/+2 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'ninja-no-accidental-rsp' into release | Brad King | 2016-07-15 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'vs14-debug-enum-older-toolsets' into release | Brad King | 2016-07-13 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | ||||||
* | | | | | | | | Merge topic 'update-kwsys' | Brad King | 2016-08-25 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ \ |