Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge topic 'FindCUDA-fixes' | Brad King | 2016-09-01 | 1 | -10/+44 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FindCUDA: Allow cuda_compile* macros to be called more than once per directory | Stephen Sorley | 2016-08-31 | 1 | -2/+13 | |
| * | | | | | | FindCUDA: Fix for broken cuda_compile* commands. | Stephen Sorley | 2016-08-31 | 1 | -9/+32 | |
* | | | | | | | 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 'doc-XCODE-variable' | Brad King | 2016-08-31 | 2 | -0/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Document XCODE variable | Ruslan Baratov | 2016-08-31 | 2 | -0/+5 | |
* | | | | | | | Merge topic '16101-xcode-fix-directory-exclude-from-all' | Brad King | 2016-08-31 | 9 | -11/+41 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Xcode: Add targets marked as EXCLUDE_FROM_ALL to project (#16101) | Gregor Jasny | 2016-08-31 | 9 | -11/+41 | |
* | | | | | | | | Merge topic 'FindOpenSSL-new-windows-names' | Brad King | 2016-08-31 | 1 | -0/+17 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | FindOpenSSL: Fix detection of OpenSSL 1.1 Win32/64 | Alexis Murzeau | 2016-08-30 | 1 | -0/+17 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'fortran-macOS-sysroot' | Brad King | 2016-08-31 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fortran: Use -isysroot and -mmacosx-version-min= on macOS if available | Brad King | 2016-08-30 | 1 | -0/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'FindMatlab-additional-components' | Brad King | 2016-08-31 | 3 | -20/+47 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | FindMatlab: adding handling of component "MAT" | Raffi Enficiaud | 2016-08-30 | 3 | -20/+47 | |
* | | | | | | | | | Merge topic 'syntax-unexpected-eof' | Brad King | 2016-08-31 | 5 | -2/+10 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Improve error message on unexpected end of file | Brad King | 2016-08-30 | 5 | -2/+10 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'import-libuv' | Brad King | 2016-08-31 | 112 | -1/+48235 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmake: Add trivial usage of libuv | Brad King | 2016-08-31 | 1 | -0/+7 | |
| * | | | | | | | | | Do not build libuv on HP-UX | Brad King | 2016-08-31 | 1 | -0/+3 | |
| * | | | | | | | | | Do not build libuv on SPARC | Brad King | 2016-08-31 | 1 | -0/+3 | |
| * | | | | | | | | | Do not build libuv on Cygwin | Brad King | 2016-08-31 | 1 | -0/+3 | |
| * | | | | | | | | | Do not build libuv on Mac OS X 10.4 and lower | Brad King | 2016-08-31 | 1 | -0/+14 | |
| * | | | | | | | | | Add option to build CMake against a system libuv | Brad King | 2016-08-31 | 3 | -4/+25 | |
| * | | | | | | | | | FindLibUV: Add module to find libuv package | Brad King | 2016-08-31 | 5 | -0/+169 | |
| * | | | | | | | | | libuv: Fix unused variable warning in uv_loop_close | Brad King | 2016-08-31 | 1 | -0/+2 | |
| * | | | | | | | | | libuv: Avoid including macOS CoreServices header globally | Brad King | 2016-08-31 | 1 | -4/+1 | |
| * | | | | | | | | | libuv: Always include our own header first | Brad King | 2016-08-31 | 2 | -6/+6 | |
| * | | | | | | | | | libuv: Conditionally declare Windows APIs for VS 2008 and below | Brad King | 2016-08-31 | 3 | -2/+23 | |
| * | | | | | | | | | libuv: Fix anonymous union syntax | Brad King | 2016-08-31 | 1 | -2/+2 | |
| * | | | | | | | | | libuv: Fix Windows API function typedef syntax | Brad King | 2016-08-31 | 1 | -5/+5 | |
| * | | | | | | | | | libuv: Install LICENSE file with CMake documentation | Brad King | 2016-08-31 | 1 | -0/+2 | |
| * | | | | | | | | | libuv: Disable warnings to avoid changing 3rd party code | Brad King | 2016-08-31 | 2 | -0/+12 | |
| * | | | | | | | | | libuv: Build the library within CMake | Brad King | 2016-08-31 | 6 | -0/+253 | |
| * | | | | | | | | | Merge branch 'upstream-libuv' into import-libuv | Brad King | 2016-08-31 | 99 | -0/+47701 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | libuv 2016-08-30 (897738b1) | libuv upstream | 2016-08-31 | 99 | -0/+47701 | |
| | / / / / / / / / | ||||||
| * | | | | | | | | | Add script to update libuv from upstream | Brad King | 2016-08-31 | 1 | -0/+26 | |
* | | | | | | | | | | Merge topic 'drop-linux-i386-binary' | Brad King | 2016-08-31 | 4 | -28/+5 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Utilities/Release: Drop Linux 32-bit binary | Brad King | 2016-08-30 | 4 | -28/+5 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | 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 | |