Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CPackDeb: Enable the DEB generator on Windows | Nils Gladitz | 2017-06-28 | 6 | -24/+75 |
* | CMake Nightly Date Stamp | Kitware Robot | 2017-06-17 | 1 | -1/+1 |
* | Merge topic 'fix-shadow-field-warnings' | Brad King | 2017-06-16 | 5 | -24/+30 |
|\ | |||||
| * | cmCPackDragNDropGenerator: Drop unused member | Brad King | 2017-06-14 | 1 | -2/+0 |
| * | cmCommonTargetGenerator: Rename member to avoid shadowing | Brad King | 2017-06-14 | 2 | -18/+20 |
| * | cmGlobalGenerator: Rename member to avoid shadowing | Brad King | 2017-06-14 | 2 | -4/+10 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-16 | 1 | -1/+1 |
* | | Merge topic 'vs_csharp_prop_for_all_extensions' | Brad King | 2017-06-15 | 2 | -24/+49 |
|\ \ | |||||
| * | | Vs: add support for VS_CSHARP_* target property for additional file extensions | Michael Stürmer | 2017-06-13 | 2 | -24/+49 |
* | | | Merge topic 'ipo-per-lang' | Brad King | 2017-06-15 | 8 | -20/+28 |
|\ \ \ | |||||
| * | | | IPO: Consider support for each language separately | Brad King | 2017-06-14 | 8 | -20/+28 |
* | | | | Merge topic 'libuv-restore-fmode' | Brad King | 2017-06-15 | 1 | -0/+16 |
|\ \ \ \ | |||||
| * | | | | cmake: Fix default file translate mode when using libuv | Brad King | 2017-06-14 | 1 | -0/+16 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-15 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge topic 'vs-dotnet-custom-reference-tags' | Brad King | 2017-06-14 | 2 | -0/+32 |
|\ \ \ | |||||
| * | | | VS: add target property VS_DOTNET_REFERENCEPROP_<refname>_TAG_<tagname> | Michael Stürmer | 2017-06-13 | 2 | -0/+32 |
| | |/ | |/| | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-14 | 1 | -1/+1 |
* | | | Merge topic 'remove-stray-line' | Brad King | 2017-06-13 | 1 | -1/+0 |
|\ \ \ | |||||
| * | | | cmGlobalGenerator: Remove unused line | Brad King | 2017-06-12 | 1 | -1/+0 |
* | | | | Merge topic 'cuda-dlink-no-deprecated-gpu' | Brad King | 2017-06-13 | 1 | -0/+7 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | CUDA: When linking device code suppress CUDA 8.0+ deprecation warnings | Robert Maynard | 2017-06-13 | 1 | -0/+7 |
| | |/ | |/| | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-13 | 1 | -1/+1 |
* | | | Merge topic 'execute_process-pipeline-results' | Brad King | 2017-06-12 | 1 | -1/+52 |
|\ \ \ | |||||
| * | | | execute_process: Add option to get results of every child | Adam Weisi | 2017-06-10 | 1 | -1/+52 |
* | | | | Merge topic 'cpack-freebsd-pkg' | Brad King | 2017-06-12 | 4 | -0/+439 |
|\ \ \ \ | |||||
| * | | | | CPack-FreeBSD: add a generator for FreeBSD pkg(8) | Adriaan de Groot | 2017-06-10 | 4 | -0/+439 |
| |/ / / | |||||
* | | | | Merge topic 'cuda-compiler-launcher' | Brad King | 2017-06-12 | 3 | -2/+5 |
|\ \ \ \ | |||||
| * | | | | CUDA: Add option to run the compiler through launcher tools | Brad King | 2017-06-09 | 3 | -2/+5 |
* | | | | | Merge topic 'update-kwsys' | Brad King | 2017-06-12 | 2 | -15/+8 |
|\ \ \ \ \ | |||||
| * | | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-06-09 | 2 | -15/+8 |
| |/ / / / | |||||
* | | | | | Merge topic 'file-generate-relative-paths' | Brad King | 2017-06-12 | 4 | -3/+78 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | file(GENERATE): Add policy CMP0070 to define relative path behavior | Brad King | 2017-06-09 | 4 | -3/+78 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-12 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-11 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-10 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'file-generate-path-cleanup' | Brad King | 2017-06-09 | 1 | -5/+13 |
|\ \ \ \ | |/ / / | |||||
| * | | | file: Normalize GENERATE command input and output file paths | Brad King | 2017-06-08 | 1 | -5/+13 |
* | | | | Merge topic 'qt-pass-point-by-value' | Brad King | 2017-06-09 | 2 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | CMakeSetupDialog: Pass QPoint by value | Daniel Pfeifer | 2017-06-08 | 2 | -2/+2 |
| |/ / / | |||||
* | | | | Merge topic 'no-return-void-expression' | Brad King | 2017-06-09 | 2 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | QtDialog/FirstConfigure: remove 'return' from void expression | Daniel Pfeifer | 2017-06-08 | 1 | -1/+1 |
| * | | | | cmGlobalGenerator: remove 'return' from void expression | Daniel Pfeifer | 2017-06-08 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge topic 'cpack-destructor-overrides' | Brad King | 2017-06-09 | 8 | -8/+8 |
|\ \ \ \ | |||||
| * | | | | Add CM_OVERRIDE to CPack generator destructors | Brad King | 2017-06-08 | 8 | -8/+8 |
| |/ / / | |||||
* | | | | Merge topic 'improve-msvc-feature-checks' | Brad King | 2017-06-09 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | C++ feature checks: Improve exclusion of "0 Warning(s)" | Brad King | 2017-06-08 | 1 | -1/+3 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-09 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-08 | 1 | -1/+1 |
* | | | | Merge topic 'autogen-no-vs-per-config' | Brad King | 2017-06-07 | 1 | -0/+4 |
|\ \ \ \ | |||||
| * | | | | Autogen: Do not use per-config file suffixes with VS yet | Brad King | 2017-06-07 | 1 | -0/+4 |
| | |_|/ | |/| | |