Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-27 | 1 | -1/+1 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-26 | 1 | -1/+1 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-25 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge topic 'iwyu' | Brad King | 2017-03-24 | 10 | -44/+36 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | IWYU: use pragma export | Daniel Pfeifer | 2017-03-23 | 5 | -5/+3 | |
| * | | | | | | | | Autogen: include what you use | Daniel Pfeifer | 2017-03-23 | 3 | -9/+3 | |
| * | | | | | | | | cmCPackGenerator: Move macros to bottom of file | Daniel Pfeifer | 2017-03-23 | 1 | -14/+14 | |
| * | | | | | | | | cmCTest: Move macros to bottom of file | Daniel Pfeifer | 2017-03-23 | 1 | -16/+16 | |
* | | | | | | | | | Merge topic '16680-ios-bundle-resources' | Brad King | 2017-03-24 | 6 | -4/+76 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Apple: Fix Resources location for all generators | Gregor Jasny | 2017-03-23 | 5 | -3/+27 | |
| * | | | | | | | | | Xcode: Properly handle Bundle Resources with more than one hierarchy level | Gregor Jasny | 2017-03-22 | 3 | -1/+45 | |
| * | | | | | | | | | Xcode: Properly handle non-resource Bundle files on iOS | Gregor Jasny | 2017-03-22 | 1 | -2/+6 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-24 | 1 | -1/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge topic 'server-mode-fix-home-dir-check' | Brad King | 2017-03-23 | 1 | -2/+22 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | server-mode: Make CMAKE_HOME_DIRECTORY more reliable | Tobias Hunger | 2017-03-22 | 1 | -2/+22 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-23 | 1 | -1/+1 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge topic '14335-duplicate-else' | Brad King | 2017-03-22 | 2 | -0/+22 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmIfCommand: Reject duplicate else() and misplaced elseif() | Gregor Jasny | 2017-03-22 | 2 | -0/+22 | |
* | | | | | | | | Merge topic 'ninja-fortran-depfile-fix' | Brad King | 2017-03-22 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Ninja: Fix Fortran `include` dependency on generated file | Brad King | 2017-03-21 | 1 | -1/+3 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge topic 'cuda_no_ninja_response_support' | Brad King | 2017-03-22 | 2 | -9/+12 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | CUDA: Disable support for using response files. | Robert Maynard | 2017-03-21 | 2 | -9/+12 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'module-def-and-WINDOWS_EXPORT_ALL_SYMBOLS' | Brad King | 2017-03-22 | 11 | -78/+147 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Support WINDOWS_EXPORT_ALL_SYMBOLS with `.def` files | Brad King | 2017-03-21 | 8 | -57/+97 | |
| * | | | | | | cmGlobalVisualStudioGenerator: Simplify __create_def command generation | Brad King | 2017-03-21 | 1 | -3/+2 | |
| * | | | | | | bindexplib: Add support for parsing and integrating `.def` files | Brad King | 2017-03-21 | 1 | -4/+11 | |
| * | | | | | | bindexplib: Add method for parsing and integrating `.def` files | Bertrand Bellenot | 2017-03-21 | 2 | -1/+30 | |
| * | | | | | | 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 | |