Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'ranged-for' | Brad King | 2017-09-19 | 18 | -389/+246 |
|\ | |||||
| * | Meta: modernize old-fashioned loops to range-based `for` (CPack). | Pavel Solodovnikov | 2017-09-19 | 18 | -389/+246 |
* | | Merge topic 'string-clear' | Brad King | 2017-09-19 | 70 | -212/+212 |
|\ \ | |||||
| * | | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 70 | -214/+214 |
| |/ | |||||
* | | Merge topic 'vs-manifestuac-flag-map' | Brad King | 2017-09-19 | 8 | -25/+111 |
|\ \ | |||||
| * | | VS: Fix MANIFESTUAC link flag map to .vcxproj elements | comicfans | 2017-09-18 | 8 | -25/+111 |
* | | | Merge topic 'gtest-fix-windows-linking' | Brad King | 2017-09-19 | 2 | -58/+85 |
|\ \ \ | |||||
| * | | | FindGTest: Avoid macro name collision | Matthew Woehlke | 2017-09-18 | 1 | -26/+26 |
| * | | | FindGTest: Improve test to catch link error | Matthew Woehlke | 2017-09-18 | 1 | -0/+2 |
| * | | | FindGTest: Fix shared linking on Windows | Matthew Woehlke | 2017-09-18 | 1 | -44/+68 |
| * | | | FindGTest: Avoid using find_dependency in a find module | Matthew Woehlke | 2017-09-14 | 1 | -4/+5 |
* | | | | Merge topic 'FindBoost-IN_LIST' | Brad King | 2017-09-19 | 1 | -5/+9 |
|\ \ \ \ | |||||
| * | | | | FindBoost: Simplify search in lists | Alex Turbov | 2017-09-18 | 1 | -5/+9 |
* | | | | | Merge topic 'target_system_docs' | Brad King | 2017-09-19 | 3 | -10/+7 |
|\ \ \ \ \ | |||||
| * | | | | | Help: Clarify/make consistent the APPLE, UNIX and WIN32 variable docs | Craig Scott | 2017-09-18 | 3 | -10/+7 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-19 | 1 | -1/+1 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge topic 'ctest-runcommand' | Brad King | 2017-09-18 | 4 | -26/+44 |
|\ \ \ \ \ | |||||
| * | | | | | Doc: document that CoverageExtraFlags will come first | Rolf Eike Beer | 2017-09-15 | 1 | -0/+2 |
| * | | | | | pass arguments as vector to cmCTest::RunCommand() | Rolf Eike Beer | 2017-09-15 | 3 | -26/+42 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'findmpi-overhaul' | Brad King | 2017-09-18 | 9 | -483/+1340 |
|\ \ \ \ \ | |||||
| * | | | | | FindMPI: Add support for FreeBSD and SLES | Christian Pfeiffer | 2017-09-15 | 1 | -2/+29 |
| * | | | | | FindMPI: Support components for various languages | Christian Pfeiffer | 2017-09-15 | 3 | -19/+79 |
| * | | | | | FindMPI: Modernization from ground up | Christian Pfeiffer | 2017-09-15 | 8 | -480/+1250 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'FindBoost-no-find_dependency' | Brad King | 2017-09-18 | 1 | -4/+14 |
|\ \ \ \ \ | |||||
| * | | | | | FindBoost: Improve behavior when thread dependency is missing | Brad King | 2017-09-15 | 1 | -4/+14 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'cmake-gui-high-dpi' | Brad King | 2017-09-18 | 1 | -0/+4 |
|\ \ \ \ \ | |||||
| * | | | | | cmake-gui: Enable High DPI scaling | Luis Caro | 2017-09-15 | 1 | -0/+4 |
| |/ / / / | |||||
* | | | | | Merge topic 'libuv-bootstrap' | Brad King | 2017-09-18 | 10 | -14/+317 |
|\ \ \ \ \ | |||||
| * | | | | | bootstrap: Make libuv available during bootstrap | Brad King | 2017-09-17 | 10 | -14/+313 |
| * | | | | | bootstrap: Require compiler mode aware of C99 on Solaris | Brad King | 2017-09-17 | 1 | -0/+4 |
* | | | | | | Merge topic 'cxx11-override' | Brad King | 2017-09-18 | 255 | -1165/+1090 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cm_codecvt: Tell IWYU to keep cmConfigure.h | Brad King | 2017-09-15 | 1 | -1/+1 |
| * | | | | | | Drop now-unused definition of CM_OVERRIDE | Brad King | 2017-09-15 | 4 | -33/+0 |
| * | | | | | | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 251 | -1131/+1089 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'test-cleanups' | Brad King | 2017-09-18 | 23 | -219/+10 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Tests: Fix CMake syntax warning in VSGNUFortran test | Brad King | 2017-09-15 | 1 | -1/+1 |
| * | | | | | | Tests: Fix some references to 'cmake' executable | Brad King | 2017-09-15 | 1 | -9/+9 |
| * | | | | | | Tests: Drop tests that have not run for over 10 years | Brad King | 2017-09-15 | 22 | -209/+0 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'release-3.9' | Brad King | 2017-09-18 | 0 | -0/+0 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'backport-FindBoost-1.65' into release-3.9 | Brad King | 2017-09-18 | 1 | -3/+27 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'revert-vim-no-tabs' into release-3.9 | Brad King | 2017-09-18 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge topic 'backport-FindBoost-1.65' | Brad King | 2017-09-18 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | FindBoost: Add support for Boost 1.65.0 and 1.65.1 to CMake 3.9 | Roger Leigh | 2017-09-18 | 1 | -3/+27 |
* | | | | | | | | | Merge topic 'revert-vim-no-tabs' | Brad King | 2017-09-18 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | vim: Remove default setting of expandtab | Maarten de Vries | 2017-09-18 | 1 | -1/+0 |
| |/ / / / / / / | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-18 | 1 | -1/+1 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-17 | 1 | -1/+1 |
| |_|_|_|_|/ / |/| | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-16 | 1 | -1/+1 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge topic 'refactor-iwyu-code' | Brad King | 2017-09-15 | 24 | -241/+333 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Clean up iwyu code to not be one big if statement. | Bill Hoffman | 2017-09-13 | 24 | -241/+333 |
| | |_|_|/ / | |/| | | | |