Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Regenerate lexer source code | Daniel Pfeifer | 2016-12-14 | 16 | -3357/+3743 | |
* | | | | | | Merge topic 'dotnet_hint_references' | Brad King | 2016-12-14 | 2 | -10/+64 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | VS: add support for .NET references with hint paths | Michael Stürmer | 2016-12-13 | 2 | -10/+64 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-14 | 1 | -1/+1 | |
* | | | | | | Merge topic 'try_compile-lang-std-cuda' | Brad King | 2016-12-13 | 1 | -2/+77 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | try_compile: extend CMP0067 to honor language standards for CUDA. | Robert Maynard | 2016-12-12 | 1 | -2/+77 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-13 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'clang-tidy' | Brad King | 2016-12-12 | 59 | -152/+140 | |
|\ \ \ \ \ | ||||||
| * | | | | | clang-tidy: apply misc-redundant-expression fixes | Daniel Pfeifer | 2016-12-12 | 3 | -5/+4 | |
| * | | | | | clang-tidy: apply misc-suspicious-string-compare fixes | Daniel Pfeifer | 2016-12-12 | 2 | -18/+11 | |
| * | | | | | clang-tidy: apply readability-static-definition-in-anonymous-namespace fixes | Daniel Pfeifer | 2016-12-12 | 3 | -23/+19 | |
| * | | | | | clang-tidy: apply readability-redundant-control-flow fixes | Daniel Pfeifer | 2016-12-12 | 4 | -4/+0 | |
| * | | | | | clang-tidy: apply modernize-use-bool-literals fixes | Daniel Pfeifer | 2016-12-12 | 22 | -50/+49 | |
| * | | | | | clang-tidy: apply readability-redundant-string-init fixes | Daniel Pfeifer | 2016-12-12 | 19 | -31/+31 | |
| * | | | | | clang-tidy: apply performance-faster-string-find fixes | Daniel Pfeifer | 2016-12-12 | 6 | -7/+7 | |
| * | | | | | clang-tidy: apply performance-unnecessary-value-param fixes | Daniel Pfeifer | 2016-12-12 | 6 | -14/+19 | |
* | | | | | | Merge topic 'xcode-message-extension' | Brad King | 2016-12-12 | 1 | -0/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Xcode: Add target property to override explicitFileType | Gregor Jasny | 2016-12-03 | 1 | -0/+4 | |
| * | | | | | | Xcode: Add target property to override productType | Gregor Jasny | 2016-12-03 | 1 | -0/+4 | |
* | | | | | | | Merge topic 'fix-ctest-launchers' | Brad King | 2016-12-12 | 3 | -2/+15 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmRulePlaceholderExpander: Remove unused member RuleLauncher | Brad King | 2016-12-09 | 1 | -1/+0 | |
| * | | | | | | | Comment ExpandRuleVariables calls not preceded by launcher insertion | Brad King | 2016-12-09 | 2 | -0/+4 | |
| * | | | | | | | Makefile: Restore RULE_LAUNCH_COMPILE generation on compilation rules | Brad King | 2016-12-09 | 1 | -1/+11 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-12 | 1 | -1/+1 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-11 | 1 | -1/+1 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-10 | 1 | -1/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-09 | 1 | -1/+1 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Merge topic 'csharp_support_options_isdebug' | Brad King | 2016-12-08 | 2 | -2/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | VS: Teach option map IsDebug() method about C# projects | Michael Stürmer | 2016-12-07 | 2 | -2/+13 | |
* | | | | | | | Merge topic 'vs-fix-standalone-Windows7.1SDK-toolset-for-master' | Brad King | 2016-12-08 | 1 | -1/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'vs-fix-standalone-Windows7.1SDK-toolset' into vs-fix-standalone... | Brad King | 2016-12-07 | 1 | -1/+10 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| | * | | | | | | VS: Fix standalone Windows7.1SDK toolset selection | Brad King | 2016-12-07 | 1 | -1/+10 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-08 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge topic 'try_compile-lang-std' | Brad King | 2016-12-07 | 4 | -7/+225 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | try_compile: Add policy CMP0067 to honor language standards | Brad King | 2016-12-06 | 3 | -1/+87 | |
| * | | | | | | | try_compile: Add options to specify language standards | Brad King | 2016-12-06 | 1 | -0/+128 | |
| * | | | | | | | try_compile: Stop processing when test build system fails to generate | Brad King | 2016-12-06 | 1 | -6/+10 | |
* | | | | | | | | Merge topic 'QtAutogen_Contain' | Brad King | 2016-12-07 | 10 | -652/+751 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | QtAutogen: Don't use std::i/ofstream::is_open() | Sebastian Holtermann | 2016-12-07 | 1 | -3/+4 | |
| * | | | | | | | | QtAutogen: Rename and sort variables | Sebastian Holtermann | 2016-12-07 | 2 | -46/+70 | |
| * | | | | | | | | QtAutogen: Generate rcc output file names in one place only | Sebastian Holtermann | 2016-12-07 | 1 | -31/+7 | |
| * | | | | | | | | QtAutogen: Add rcc output files to autogen target byproducts | Sebastian Holtermann | 2016-12-07 | 1 | -29/+27 | |
| * | | | | | | | | QtAutogen: Add moc compilation file to autogen target byproducts | Sebastian Holtermann | 2016-12-07 | 1 | -10/+12 | |
| * | | | | | | | | QtAutogen: Reconfigure when .qrc file changes | Sebastian Holtermann | 2016-12-07 | 1 | -11/+15 | |
| * | | | | | | | | QtAutogen: Rename autogen target to *_autogen from *_automoc | Sebastian Holtermann | 2016-12-07 | 1 | -1/+1 | |
| * | | | | | | | | QtAutogen: Inline single use variable definitions | Sebastian Holtermann | 2016-12-07 | 1 | -8/+5 | |
| * | | | | | | | | QtAutogen: Determine the Qt major version in only one way | Sebastian Holtermann | 2016-12-07 | 1 | -45/+34 | |
| * | | | | | | | | QtAutogen: Clean removes autogen build directory | Sebastian Holtermann | 2016-12-07 | 1 | -5/+3 | |
| * | | | | | | | | QtAutogen: Generate included ui_ and moc_ files in _automoc/includes | Sebastian Holtermann | 2016-12-07 | 3 | -47/+66 | |
| * | | | | | | | | cmGeneratorTarget: Add AddIncludeDirectory method (experimental) | Sebastian Holtermann | 2016-12-07 | 2 | -0/+21 | |