Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmSourceFileLocation: allow skipping ambiguous extensions | Ben Boeckel | 2018-01-10 | 9 | -18/+56 |
* | Merge topic 'serverTestInfoExpandVariables' | Brad King | 2018-01-10 | 1 | -7/+18 |
|\ | |||||
| * | server: Expand generator expressions for test info | Justin Goshi | 2018-01-04 | 1 | -7/+18 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2018-01-10 | 1 | -1/+1 |
* | | Merge topic 'add_cuda_to_source_regex' | Craig Scott | 2018-01-09 | 7 | -6/+12 |
|\ \ | |||||
| * | | CUDA: Add cu as default source file extension | Robert Maynard | 2018-01-08 | 7 | -6/+12 |
* | | | Merge topic 'vs10-target-generator-range-for' | Brad King | 2018-01-09 | 1 | -238/+167 |
|\ \ \ | |||||
| * | | | VS: Modernize 'for' loops in cmVisualStudio10TargetGenerator to C++11 | Vitaly Stakhovsky | 2017-12-21 | 1 | -238/+167 |
* | | | | Merge topic 'vs-ranged-for' | Brad King | 2018-01-09 | 11 | -247/+167 |
|\ \ \ \ | |||||
| * | | | | VS: Use range-based 'for' loops in generator code | Vitaly Stakhovsky | 2017-12-21 | 11 | -247/+167 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-01-09 | 1 | -1/+1 |
* | | | | Merge topic 'execute_process_UTF8_keyword' | Brad King | 2018-01-08 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | execute_process: Allow UTF-8 as a synonym for the UTF8 keyword | Craig Scott | 2017-12-27 | 1 | -1/+1 |
* | | | | | Merge topic '17431-iphone-deployment-target' | Brad King | 2018-01-08 | 8 | -22/+76 |
|\ \ \ \ \ | |||||
| * | | | | | Darwin: Emit deployment target that matches the SDK | Gregor Jasny | 2017-12-22 | 4 | -10/+61 |
| * | | | | | Xcode: rename embedded SDK query function | Gregor Jasny | 2017-12-22 | 7 | -13/+16 |
| | |_|/ / | |/| | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-01-08 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-01-07 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-01-06 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-01-05 | 1 | -1/+1 |
* | | | | | Merge topic 'various-typos' | Craig Scott | 2018-01-04 | 22 | -27/+27 |
|\ \ \ \ \ | |||||
| * | | | | | Various typo fixes | Luz Paz | 2018-01-03 | 22 | -27/+27 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-01-04 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-01-03 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-01-02 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-01-01 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-12-31 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-12-30 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-12-29 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-12-28 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-12-27 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-12-26 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-12-25 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-12-24 | 1 | -1/+1 |
* | | | Merge topic 'self-c++17' | Brad King | 2017-12-23 | 6 | -35/+80 |
|\ \ \ | |||||
| * | | | Compile CMake as C++17 if supported by the compiler | Brad King | 2017-12-22 | 2 | -0/+43 |
| * | | | Generalize check for C++14 constructs | Brad King | 2017-12-22 | 3 | -33/+36 |
| * | | | cmGlobalNinjaGenerator: Avoid using deprecated std::ptr_fun | Brad King | 2017-12-21 | 1 | -2/+1 |
| | |/ | |/| | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-12-23 | 1 | -1/+1 |
| |/ |/| | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2017-12-22 | 1 | -1/+1 |
|/ | |||||
* | Merge topic 'cpackifw-package-remove-target-dir' | Brad King | 2017-12-21 | 2 | -0/+17 |
|\ | |||||
| * | CPack/IFW: Add option to control deletion of the install directory | Jean-Philippe Lebel | 2017-12-15 | 2 | -0/+17 |
* | | Merge topic 'use-override' | Brad King | 2017-12-21 | 13 | -129/+132 |
|\ \ | |||||
| * | | VS: Use 'override' keyword for overridden methods in generator classes | Vitaly Stakhovsky | 2017-12-16 | 13 | -129/+132 |
* | | | Merge topic 'cmake_symlink_library-slashes' | Brad King | 2017-12-21 | 1 | -3/+6 |
|\ \ \ | |||||
| * | | | cmcmd: Fix cmake_symlink_library for inconsistent slashes | Brad King | 2017-12-20 | 1 | -3/+6 |
* | | | | Merge topic 'objlib-dedup' | Brad King | 2017-12-21 | 1 | -1/+6 |
|\ \ \ \ | |||||
| * | | | | objlib: fix unchecked insertions in `cmGeneratorTarget::GetLanguages` | Pavel Solodovnikov | 2017-12-20 | 1 | -1/+6 |
* | | | | | Merge topic 'solaris_warning_single' | Brad King | 2017-12-21 | 1 | -13/+13 |
|\ \ \ \ \ | |||||
| * | | | | | Solaris: Fix shadowed declaration warning | Craig Scott | 2017-12-20 | 1 | -13/+13 |
| |/ / / / |