Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| * | | | | | Convert: Extract ConvertToRelativePath from Convert() | Stephen Kelly | 2016-08-27 | 2 | -4/+13 | |
| * | | | | | 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 | |
|\ \ \ \ \ \ \ |