Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | VS: Verify that MSBuild.exe and devenv.com exist before using them | Brad King | 2016-09-06 | 2 | -7/+20 | |
| |/ / / | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-09-07 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge topic 'genex-LINK_ONLY-not-linking' | Brad King | 2016-09-06 | 1 | -3/+8 | |
|\ \ \ | ||||||
| * | | | Genex: Diagnose invalid LINK_ONLY usage instead of crashing | Brad King | 2016-09-05 | 1 | -3/+8 | |
* | | | | Merge topic 'cpack-deb-long-filenames' | Brad King | 2016-09-06 | 1 | -2/+10 | |
|\ \ \ \ | ||||||
| * | | | | CPack/DEB: Add option to select archive type | Domen Vrankar | 2016-09-05 | 1 | -2/+10 | |
* | | | | | Merge topic 'macro-parenthesis' | Brad King | 2016-09-06 | 7 | -15/+16 | |
|\ \ \ \ \ | ||||||
| * | | | | | surround macro arguments with parentheses | Daniel Pfeifer | 2016-09-05 | 7 | -15/+16 | |
* | | | | | | Merge topic 'cm_nullptr' | Brad King | 2016-09-06 | 2 | -8/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | use CM_NULLPTR | Daniel Pfeifer | 2016-09-05 | 2 | -8/+9 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'qtdialog-tidy' | Brad King | 2016-09-06 | 9 | -33/+51 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | QtDialog: fix clang-tidy warnings | Daniel Pfeifer | 2016-09-06 | 9 | -33/+51 | |
| |/ / / / / | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-09-06 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Merge topic 'include-what-you-use' | Brad King | 2016-09-05 | 26 | -36/+116 | |
|\ \ \ \ \ | ||||||
| * | | | | | CursesDialog: include what you use | Daniel Pfeifer | 2016-09-03 | 26 | -36/+116 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'tidy-readability-redundant-string-cstr' | Brad King | 2016-09-05 | 9 | -67/+60 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | tidy: Fix readability-redundant-string-cstr issues | Gregor Jasny | 2016-09-04 | 9 | -67/+60 | |
| | |/ / | |/| | | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-09-05 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2016-09-04 | 1 | -1/+1 | |
|/ / | ||||||
* | | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 165 | -438/+1102 | |
* | | cmCTest: don't redefine cout and cerr | Daniel Pfeifer | 2016-09-03 | 1 | -10/+0 | |
* | | make sure to include cmConfigure.h before cmStandardIncludes.h | Daniel Pfeifer | 2016-09-03 | 72 | -1/+145 | |
* | | CMake Nightly Date Stamp | Kitware Robot | 2016-09-03 | 1 | -1/+1 | |
* | | Merge topic 'autogen-base32' | Brad King | 2016-09-02 | 4 | -12/+157 | |
|\ \ | ||||||
| * | | cmFilePathUuid: Use Base32 string instead of Base64 string | Sebastian Holtermann | 2016-09-02 | 1 | -12/+6 | |
| * | | Add cmBase32Encoder class | Sebastian Holtermann | 2016-09-02 | 3 | -0/+151 | |
* | | | Merge topic 'vs14-debug-enum-older-toolsets' | Brad King | 2016-09-02 | 1 | -1/+3 | |
|\ \ \ | ||||||
| * | | | VS: Fix VS 2015 .vcxproj debug setting for v80 toolset | Brad King | 2016-09-01 | 1 | -1/+3 | |
| * | | | VS: Fix VS 2015 .vcxproj debug setting for Windows7.1SDK toolset | Brad King | 2016-08-05 | 1 | -4/+7 | |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-09-02 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | Merge topic 'install-directory-genex-fix' | Brad King | 2016-09-01 | 2 | -1/+13 | |
|\ \ \ | ||||||
| * | | | install: Fix evaluation of leading generator expressions in DIRECTORY | Yves Frederix | 2016-08-31 | 2 | -1/+13 | |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-09-01 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge topic '16101-xcode-fix-directory-exclude-from-all' | Brad King | 2016-08-31 | 2 | -11/+5 | |
|\ \ \ | ||||||
| * | | | Xcode: Add targets marked as EXCLUDE_FROM_ALL to project (#16101) | Gregor Jasny | 2016-08-31 | 2 | -11/+5 | |
* | | | | Merge topic 'syntax-unexpected-eof' | Brad King | 2016-08-31 | 1 | -2/+1 | |
|\ \ \ \ | ||||||
| * | | | | Improve error message on unexpected end of file | Brad King | 2016-08-30 | 1 | -2/+1 | |
* | | | | | Merge topic 'import-libuv' | Brad King | 2016-08-31 | 4 | -0/+140 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmake: Add trivial usage of libuv | Brad King | 2016-08-31 | 1 | -0/+7 | |
| * | | | | | FindLibUV: Add module to find libuv package | Brad King | 2016-08-31 | 1 | -0/+131 | |
| * | | | | | libuv: Build the library within CMake | Brad King | 2016-08-31 | 2 | -0/+2 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-31 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge topic 'cleanup-Convert' | Brad King | 2016-08-30 | 25 | -384/+343 | |
|\ \ \ \ \ | ||||||
| * | | | | | Convert: Make variables a bit more clear | Stephen Kelly | 2016-08-27 | 1 | -5/+5 | |
| * | | | | | Convert: Remove UNCHANGED enum value | Stephen Kelly | 2016-08-27 | 2 | -5/+4 | |
| * | | | | | Convert: Remove 'FULL' conversion | Stephen Kelly | 2016-08-27 | 2 | -4/+0 | |
| * | | | | | Convert: Replace Convert(FULL) with equivalent | Stephen Kelly | 2016-08-27 | 7 | -38/+57 | |
| * | | | | | Ninja: Replace ternary with if() | Stephen Kelly | 2016-08-27 | 1 | -3/+4 | |
| * | | | | | Convert: Replace trivial conversion with new method | Stephen Kelly | 2016-08-27 | 13 | -36/+57 | |
| * | | | | | Convert: Replace UNCHANGED conversions with new API call | Stephen Kelly | 2016-08-27 | 6 | -59/+43 | |