Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | bindexplib: Revise coding style of CMake-specific methods | Brad King | 2017-03-09 | 1 | -13/+7 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-22 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'windows-include-order' | Brad King | 2017-03-21 | 7 | -21/+17 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix include order of windows.h | Daniel Pfeifer | 2017-03-14 | 7 | -21/+17 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-21 | 1 | -1/+1 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Merge topic 'autogen_source_group' | Brad King | 2017-03-20 | 2 | -6/+74 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Autogen: Add AUTOGEN_SOURCE_GROUP support | Sebastian Holtermann | 2017-03-16 | 1 | -6/+67 | |
| * | | | | | | | Autogen: Add generator type enum | Sebastian Holtermann | 2017-03-16 | 1 | -0/+7 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-20 | 1 | -1/+1 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-19 | 1 | -1/+1 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-18 | 1 | -1/+1 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-17 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-16 | 1 | -1/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-15 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-14 | 1 | -1/+1 | |
* | | | | | | Merge topic 'BundleUtilities-elf-rpath' | Brad King | 2017-03-13 | 2 | -0/+70 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | file: Add READ_ELF command to parse ELF binaries | Florian Apolloner | 2017-03-10 | 2 | -0/+70 | |
* | | | | | | | Merge topic 'xcode-test-schema-generation' | Brad King | 2017-03-13 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Xcode: Control schema generation via variable | Gregor Jasny | 2017-03-12 | 1 | -2/+1 | |
* | | | | | | | | Merge topic 'cuda-vs' | Brad King | 2017-03-13 | 8 | -9/+678 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | 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 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: Select highest available CUDA toolset by default | Brad King | 2017-03-10 | 1 | -0/+27 | |
| * | | | | | | | | VS: Provide an option to specify CUDA toolset version | Brad King | 2017-03-10 | 2 | -2/+26 | |
| * | | | | | | | | 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 | |
* | | | | | | | | 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 | |
|/ / / / / / | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-10 | 1 | -1/+1 | |
* | | | | | | Merge topic 'master' | Brad King | 2017-03-09 | 6 | -2/+42 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add support for x32-abi | Steven Newbury | 2017-03-07 | 6 | -2/+42 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-09 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge topic 'fix_csharp_custom_targets' | Brad King | 2017-03-08 | 1 | -0/+4 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | |