Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CUDA: Makefile uses relative path for device linking status messages | Robert Maynard | 2017-04-26 | 2 | -3/+11 |
| | |||||
* | CUDA: Visual Studio now properly delays device linking | Robert Maynard | 2017-04-26 | 5 | -8/+148 |
| | |||||
* | Merge branch 'release' | Brad King | 2017-04-24 | 0 | -0/+0 |
|\ | |||||
| * | Merge branch 'backport-source_group-TREE-alt-root' into release | Brad King | 2017-04-21 | 1 | -16/+44 |
| |\ | |||||
| * \ | Merge branch 'fix-test-all-find-modules' into release | Brad King | 2017-04-21 | 2 | -6/+2 |
| |\ \ | |||||
* | \ \ | Merge topic 'autogen_once' | Brad King | 2017-04-24 | 2 | -265/+306 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 97d25404 Autogen: Use FileWrite to write the settings file d0404596 Autogen: Save the hash of the old settings string only 7c5f5f1a Autogen: Generate moc_predefs.h only on demand 1d5ed679 Autogen: Uppercase function name e4a23565 Autogen: New QuotedCommand function for logging 9d9e17fa Autogen: Use FileDiffers and FileWrite for AUTOMOC 65290169 Autogen: Add FileDiffers and FileWrite methods 344a6d84 Autogen: MakeParentDirectory logPrefix parameter ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !747 | ||||
| * | | | | Autogen: Use FileWrite to write the settings file | Sebastian Holtermann | 2017-04-22 | 1 | -19/+21 |
| | | | | | |||||
| * | | | | Autogen: Save the hash of the old settings string only | Sebastian Holtermann | 2017-04-22 | 1 | -27/+34 |
| | | | | | |||||
| * | | | | Autogen: Generate moc_predefs.h only on demand | Sebastian Holtermann | 2017-04-22 | 2 | -30/+42 |
| | | | | | |||||
| * | | | | Autogen: Uppercase function name | Sebastian Holtermann | 2017-04-22 | 1 | -7/+7 |
| | | | | | |||||
| * | | | | Autogen: New QuotedCommand function for logging | Sebastian Holtermann | 2017-04-22 | 1 | -22/+24 |
| | | | | | |||||
| * | | | | Autogen: Use FileDiffers and FileWrite for AUTOMOC | Sebastian Holtermann | 2017-04-22 | 1 | -81/+54 |
| | | | | | |||||
| * | | | | Autogen: Add FileDiffers and FileWrite methods | Sebastian Holtermann | 2017-04-22 | 2 | -0/+47 |
| | | | | | |||||
| * | | | | Autogen: MakeParentDirectory logPrefix parameter | Sebastian Holtermann | 2017-04-22 | 2 | -8/+13 |
| | | | | | |||||
| * | | | | Autogen: Determine settings file name only once | Sebastian Holtermann | 2017-04-22 | 2 | -24/+20 |
| | | | | | |||||
| * | | | | Autogen: Overhaul class variable names and sorting | Sebastian Holtermann | 2017-04-22 | 2 | -86/+83 |
| | | | | | |||||
* | | | | | Merge topic 'eq-delete' | Brad King | 2017-04-24 | 4 | -0/+28 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5d167132 cmConfigure: provide macros CM_EQ_DELETE and CM_DISABLE_COPY Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Craig Scott <craig.scott@crascit.com> Merge-request: !746 | ||||
| * | | | | | cmConfigure: provide macros CM_EQ_DELETE and CM_DISABLE_COPY | Daniel Pfeifer | 2017-04-22 | 4 | -0/+28 |
| |/ / / / | |||||
* | | | | | Merge topic 'clazy-2' | Brad King | 2017-04-24 | 24 | -124/+78 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 99d50d2b cmLinkLineComputer: make noncopyable 44b8debf cmGlobalGenerator::DirectoryContent: remove custom copy ctor 73bedfea cmTargetDepend: pass by value e6c606c7 cmGeneratorTarget::SourceFileFlags: remove custom copy ctor 8d090ff2 cmLinkImplItem: remove custom copy ctor a8a9577e cmLinkItem: remove custom copy ctor bf955e58 cmComputeLinkInformation::Item: remove custom copy ctor b44659f5 cmCryptoHash: make noncopyable ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !745 | ||||
| * | | | | | cmLinkLineComputer: make noncopyable | Daniel Pfeifer | 2017-04-21 | 1 | -0/+3 |
| | | | | | | |||||
| * | | | | | cmGlobalGenerator::DirectoryContent: remove custom copy ctor | Daniel Pfeifer | 2017-04-21 | 1 | -6/+0 |
| | | | | | | |||||
| * | | | | | cmTargetDepend: pass by value | Daniel Pfeifer | 2017-04-21 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | cmGeneratorTarget::SourceFileFlags: remove custom copy ctor | Daniel Pfeifer | 2017-04-21 | 1 | -5/+0 |
| | | | | | | |||||
| * | | | | | cmLinkImplItem: remove custom copy ctor | Daniel Pfeifer | 2017-04-21 | 1 | -6/+0 |
| | | | | | | |||||
| * | | | | | cmLinkItem: remove custom copy ctor | Daniel Pfeifer | 2017-04-21 | 1 | -5/+0 |
| | | | | | | |||||
| * | | | | | cmComputeLinkInformation::Item: remove custom copy ctor | Daniel Pfeifer | 2017-04-21 | 1 | -6/+0 |
| | | | | | | |||||
| * | | | | | cmCryptoHash: make noncopyable | Daniel Pfeifer | 2017-04-21 | 1 | -0/+3 |
| | | | | | | |||||
| * | | | | | cmScriptGenerator: pass Indent by value | Daniel Pfeifer | 2017-04-21 | 14 | -84/+66 |
| | | | | | | |||||
| * | | | | | cmScriptGenerator: make noncopyable | Daniel Pfeifer | 2017-04-21 | 1 | -0/+3 |
| | | | | | | |||||
| * | | | | | cmMakefile::ScopePushPop: make noncopyable | Daniel Pfeifer | 2017-04-21 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | cmStateDetail::PolicyStackEntry: remove custom copy ctor | Daniel Pfeifer | 2017-04-21 | 1 | -5/+0 |
| | | | | | | |||||
| * | | | | | cmDefinitions::Def: remove custom copy ctor | Daniel Pfeifer | 2017-04-21 | 1 | -6/+0 |
| | | | | | | |||||
* | | | | | | Merge topic 'clazy' | Brad King | 2017-04-24 | 8 | -27/+21 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a28894e4 cmCommandArgumentParserHelper: make noncopyable 765822ad cmake: pass cmStateSnapshot by const ref 0d0995b7 cmListFileArgument: remove custom copy ctor 44963b50 cmLocaleRAII: make noncopyable 3f677f20 cmGraphEdge: remove custom copy ctor b799ca42 cmAlgorithms: pass std::string by const ref 7d6090ae cmSystemTools::SaveRestoreEnvironment: make noncopyable aecba652 cmCLocaleEnvironmentScope: make noncopyable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !744 | ||||
| * | | | | | | cmCommandArgumentParserHelper: make noncopyable | Daniel Pfeifer | 2017-04-21 | 1 | -0/+4 |
| | | | | | | | |||||
| * | | | | | | cmake: pass cmStateSnapshot by const ref | Daniel Pfeifer | 2017-04-21 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | cmListFileArgument: remove custom copy ctor | Daniel Pfeifer | 2017-04-21 | 1 | -6/+0 |
| | | | | | | | |||||
| * | | | | | | cmLocaleRAII: make noncopyable | Daniel Pfeifer | 2017-04-21 | 1 | -2/+6 |
| | | | | | | | |||||
| * | | | | | | cmGraphEdge: remove custom copy ctor | Daniel Pfeifer | 2017-04-21 | 1 | -16/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, merge the other ctors using default args. | ||||
| * | | | | | | cmAlgorithms: pass std::string by const ref | Daniel Pfeifer | 2017-04-21 | 1 | -1/+2 |
| | | | | | | | |||||
| * | | | | | | cmSystemTools::SaveRestoreEnvironment: make noncopyable | Daniel Pfeifer | 2017-04-21 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, make the destructor non-virtual. | ||||
| * | | | | | | cmCLocaleEnvironmentScope: make noncopyable | Daniel Pfeifer | 2017-04-21 | 1 | -0/+3 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'remove-xcode-2' | Brad King | 2017-04-24 | 14 | -615/+165 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7373b389 Xcode: Drop support for Xcode versions below 3 eaf53849 Xcode: Compute version number earlier Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Gregor Jasny <gjasny@googlemail.com> Merge-request: !737 | ||||
| * | | | | | | Xcode: Drop support for Xcode versions below 3 | Brad King | 2017-04-22 | 13 | -605/+151 |
| | | | | | | | |||||
| * | | | | | | Xcode: Compute version number earlier | Brad King | 2017-04-21 | 2 | -10/+14 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'findmpi-improvements' | Brad King | 2017-04-24 | 1 | -46/+58 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ece4f647 FindMPI: Modernize documentation 6d4fa021 FindMPI: MPIEXEC handling improvements Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !740 | ||||
| * | | | | | | FindMPI: Modernize documentation | Christian Pfeiffer | 2017-04-21 | 1 | -44/+45 |
| | | | | | | | |||||
| * | | | | | | FindMPI: MPIEXEC handling improvements | Christian Pfeiffer | 2017-04-21 | 1 | -2/+13 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'ctest-minor-fixups' | Brad King | 2017-04-24 | 2 | -5/+6 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3d1bd011 cmCTestTestHandler: use pointers to static memory 5969048d cmCTestTestCommand: defer getting the global timeout Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !735 | ||||
| * | | | | | | cmCTestTestHandler: use pointers to static memory | Ben Boeckel | 2017-04-21 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's no need to reserve 100 bytes for each of these strings. | ||||
| * | | | | | | cmCTestTestCommand: defer getting the global timeout | Ben Boeckel | 2017-04-21 | 1 | -1/+2 |
| | | | | | | |