Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge topic 'x32-abi-tests' | Brad King | 2017-03-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Tests: Fix CMakeOnly.find_library test logic for libx32 case | Christian Schmidbauer | 2017-03-10 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge topic 'BundleUtilities-elf-rpath' | Brad King | 2017-03-13 | 7 | -1/+88 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | BundleUtilities: Fix bundle verification on Unix by considering rpaths. | Florian Apolloner | 2017-03-10 | 1 | -1/+2 | |
| * | | | | | | | | | | | BundleUtilities: Teach `get_item_rpaths` to parse ELF binaries | Florian Apolloner | 2017-03-10 | 1 | -0/+10 | |
| * | | | | | | | | | | | file: Add READ_ELF command to parse ELF binaries | Florian Apolloner | 2017-03-10 | 6 | -0/+76 | |
* | | | | | | | | | | | | Merge topic 'xcode-test-schema-generation' | Brad King | 2017-03-13 | 7 | -6/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Xcode: Add test for schema generation | Gregor Jasny | 2017-03-12 | 2 | -0/+21 | |
| * | | | | | | | | | | | | Xcode: Control schema generation via variable | Gregor Jasny | 2017-03-12 | 5 | -6/+5 | |
* | | | | | | | | | | | | | Merge topic 'cuda-vs' | Brad King | 2017-03-13 | 20 | -34/+775 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | CUDA: Work around VS limitation in CudaOnly.WithDefs test | Brad King | 2017-03-10 | 2 | -2/+10 | |
| * | | | | | | | | | | | | VS: Add more CUDA flag table entries | Brad King | 2017-03-10 | 1 | -0/+11 | |
| * | | | | | | | | | | | | VS: Add support for the CUDA_SEPARABLE_COMPILATION property | Brad King | 2017-03-10 | 1 | -0/+4 | |
| * | | | | | | | | | | | | VS: Select CUDA code generation architectures | Brad King | 2017-03-10 | 4 | -0/+77 | |
| * | | | | | | | | | | | | VS: Select the CUDA runtime library | Brad King | 2017-03-10 | 4 | -2/+70 | |
| * | | | | | | | | | | | | VS: Place CUDA host compiler options in proper project file fields | Brad King | 2017-03-10 | 3 | -2/+54 | |
| * | | | | | | | | | | | | VS: Do not pass CUDA compile options to C compiler | Brad King | 2017-03-10 | 1 | -2/+4 | |
| * | | | | | | | | | | | | VS: Do not use absolute paths to CUDA sources | Brad King | 2017-03-10 | 1 | -2/+4 | |
| * | | | | | | | | | | | | VS: Add basic infrastructure for CUDA generation | Brad King | 2017-03-10 | 4 | -0/+112 | |
| * | | | | | | | | | | | | VS: Add placeholder CUDA flag tables | Brad King | 2017-03-10 | 4 | -0/+21 | |
| * | | | | | | | | | | | | VS: Record in global generator whether CUDA is enabled | Brad King | 2017-03-10 | 2 | -0/+8 | |
| * | | | | | | | | | | | | VS: Add support for determining CUDA compiler id | Brad King | 2017-03-10 | 2 | -21/+44 | |
| * | | | | | | | | | | | | VS: Add method to take a value out of the option parser flag map | Brad King | 2017-03-10 | 2 | -0/+14 | |
| * | | | | | | | | | | | | VS: Add method to re-parse specific option parser fields | Brad King | 2017-03-10 | 2 | -1/+23 | |
| * | | | | | | | | | | | | VS: Add method to clear flag tables of option parser | Brad King | 2017-03-10 | 2 | -0/+10 | |
| * | | | | | | | | | | | | VS: Add more placeholders to compiler id detection project file template | Brad King | 2017-03-10 | 2 | -0/+12 | |
| * | | | | | | | | | | | | VS: Refactor compiler id detection project file template | Brad King | 2017-03-10 | 2 | -2/+4 | |
| * | | | | | | | | | | | | VS: Select highest available CUDA toolset by default | Brad King | 2017-03-10 | 2 | -2/+31 | |
| * | | | | | | | | | | | | VS: Provide an option to specify CUDA toolset version | Brad King | 2017-03-10 | 9 | -2/+51 | |
| * | | | | | | | | | | | | VS: Find the MSBuild value for VCTargetsPath | Brad King | 2017-03-10 | 2 | -0/+215 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge topic 'refactor-module-def' | Brad King | 2017-03-13 | 14 | -181/+165 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementation | Brad King | 2017-03-09 | 11 | -137/+90 | |
| * | | | | | | | | | | | Refactor module definition file selection | Brad King | 2017-03-09 | 9 | -39/+64 | |
| * | | | | | | | | | | | Refactor module definition source enumeration | Brad King | 2017-03-09 | 3 | -9/+15 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge topic 'update-kwsys' | Brad King | 2017-03-13 | 4 | -3/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-03-10 | 4 | -3/+22 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | KWSys 2017-03-07 (5da8cfe0) | KWSys Upstream | 2017-03-10 | 4 | -3/+22 | |
* | | | | | | | | | | | | Merge topic 'FindGit-avoid-vs-2017-git' | Brad King | 2017-03-13 | 1 | -1/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | FindGit: Avoid finding VS 2017 non-general Git installation | Brad King | 2017-03-10 | 1 | -1/+15 | |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-13 | 1 | -1/+1 | |
| |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-12 | 1 | -1/+1 | |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-11 | 1 | -1/+1 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge topic 'GNU-FindBinUtils-no-policy' | Brad King | 2017-03-10 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | GNU-FindBinUtils: Avoid setting policy CMP0054 | Brad King | 2017-03-10 | 1 | -3/+1 | |
* | | | | | | | | | | Merge topic 'pr.gcc_ar' | Brad King | 2017-03-10 | 12 | -0/+70 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| * | | | | | | | | | Add 'CMAKE_GCC_AR' and 'CMAKE_GCC_RANLIB' variables | Ruslan Baratov | 2017-03-08 | 12 | -0/+70 | |
* | | | | | | | | | | Merge topic 'test-CPackComponents-fix-NSIS-root' | Brad King | 2017-03-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Tests: Fix CPackComponents NSIS install root | Brad King | 2017-03-09 | 1 | -1/+1 | |
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-10 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge topic 'x32-abi' | Brad King | 2017-03-09 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | |