Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | cmGraphEdge: remove custom copy ctor | Daniel Pfeifer | 2017-04-21 | 1 | -16/+1 | |
| * | | | | | | | 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 | |
| * | | | | | | | cmCLocaleEnvironmentScope: make noncopyable | Daniel Pfeifer | 2017-04-21 | 1 | -0/+3 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'remove-xcode-2' | Brad King | 2017-04-24 | 14 | -615/+165 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | 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 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | 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 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmCTestTestHandler: use pointers to static memory | Ben Boeckel | 2017-04-21 | 1 | -4/+4 | |
| * | | | | | | | cmCTestTestCommand: defer getting the global timeout | Ben Boeckel | 2017-04-21 | 1 | -1/+2 | |
* | | | | | | | | Merge topic 'vs8-deprecate' | Brad King | 2017-04-24 | 9 | -2/+42 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Deprecate Visual Studio 8 2005 generator | Brad King | 2017-04-21 | 9 | -2/+42 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'namespace-jar-exports' | Brad King | 2017-04-24 | 4 | -17/+27 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Tests: Test namespaces with exported JARs | Matthew Woehlke | 2017-04-21 | 3 | -2/+6 | |
| * | | | | | | | | UseJava: Support namespaced exports | Matthew Woehlke | 2017-04-21 | 1 | -15/+21 | |
* | | | | | | | | | Merge topic 'fix-test-all-find-modules' | Brad King | 2017-04-24 | 2 | -6/+2 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | Tests: Simplify CMakeOnly.AllFindModules policy settings | Brad King | 2017-04-21 | 1 | -5/+1 | |
| * | | | | | | | | Tests: Fix FindModulesExecuteAll when KDE4 is installed | Brad King | 2017-04-21 | 1 | -1/+1 | |
* | | | | | | | | | Merge topic 'source_group-TREE-alt-root' | Brad King | 2017-04-24 | 1 | -16/+43 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'backport-source_group-TREE-alt-root' into source_group-TREE-alt... | Brad King | 2017-04-21 | 1 | -16/+43 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | / / | | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| | * | | | | | | | source_group: Fix TREE with root that is not current source dir | Mateusz Janek | 2017-04-21 | 1 | -16/+44 | |
| | |/ / / / / / | ||||||
* | | | | | | | | Merge topic 'loosen-object-deps' | Brad King | 2017-04-24 | 15 | -24/+171 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Tests: use BYPRODUCTS in the CustomCommandWorkingDirectory test | Ben Boeckel | 2017-04-21 | 2 | -0/+10 | |
| * | | | | | | | | RunCMake.Ninja: add a test for assumed sources | Ben Boeckel | 2017-04-21 | 2 | -0/+36 | |
| * | | | | | | | | ninja: break unnecessary target dependencies | Ben Boeckel | 2017-04-21 | 12 | -24/+110 | |
| * | | | | | | | | RunCMake.Ninja: support passing arguments when running ninja | Ben Boeckel | 2017-04-21 | 1 | -1/+1 | |
| * | | | | | | | | ninja: remove duplicate order-only dependencies | Ben Boeckel | 2017-04-21 | 1 | -0/+4 | |
| * | | | | | | | | ninja: describe the intermediate order depends target better | Ben Boeckel | 2017-04-21 | 1 | -1/+1 | |
| * | | | | | | | | Ninja: Order Fortran dyndep file generation explicitly | Brad King | 2017-04-21 | 1 | -0/+11 | |
* | | | | | | | | | Merge topic 'clang-tidy' | Brad King | 2017-04-24 | 19 | -105/+96 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | clang-tidy: avoid copy | Daniel Pfeifer | 2017-04-21 | 2 | -3/+4 | |
| * | | | | | | | | | clang-tidy: use .empty() to check emptyness | Daniel Pfeifer | 2017-04-21 | 1 | -1/+1 | |
| * | | | | | | | | | clang-tidy: remove reduntant .data() calls | Daniel Pfeifer | 2017-04-21 | 2 | -18/+13 | |
| * | | | | | | | | | clang-tidy: remove else after break and continue | Daniel Pfeifer | 2017-04-21 | 14 | -83/+78 | |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-04-24 | 1 | -1/+1 | |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-04-23 | 1 | -1/+1 | |
| |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-04-22 | 1 | -1/+1 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'release' | Brad King | 2017-04-21 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | Merge branch 'cpack-rpm-buildrequires-docs' into release | Brad King | 2017-04-20 | 1 | -0/+13 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'fix-vs2017-guid-braces' into release | Brad King | 2017-04-20 | 1 | -7/+2 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'enable_ptx_compilation' | Brad King | 2017-04-21 | 20 | -11/+231 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | CUDA: Allow sources to be compiled to .ptx files | Robert Maynard | 2017-04-20 | 20 | -11/+231 | |
* | | | | | | | | Merge topic 'cpack-rpm-buildrequires-docs' | Brad King | 2017-04-21 | 1 | -0/+13 | |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | CPack/RPM doc: CPACK_RPM_BUILDREQUIRES docs | Domen Vrankar | 2017-04-20 | 1 | -0/+13 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'kwsys-import-cleanup' | Brad King | 2017-04-21 | 2 | -10/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'upstream-KWSys' into kwsys-import-cleanup | Ben Boeckel | 2017-04-20 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | KWSys 2017-04-20 (8785f84f) | KWSys Upstream | 2017-04-20 | 2 | -18/+8 | |