Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | 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 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'findopenmp-components' | Brad King | 2017-09-15 | 2 | -17/+48 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | FindOpenMP: Add support for components | Christian Pfeiffer | 2017-09-14 | 2 | -15/+44 | |
| * | | | | | | | FindOpenMP: Minor environmental improvements | Christian Pfeiffer | 2017-09-14 | 1 | -2/+4 | |
* | | | | | | | | Merge topic 'codeblocks-exclude-external' | Brad King | 2017-09-15 | 5 | -1/+39 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | CodeBlocks: add option to exclude external files | Alexandr (Sagrer) Gridnev | 2017-09-14 | 5 | -1/+39 | |
* | | | | | | | | | Merge topic 'ranged-for' | Brad King | 2017-09-15 | 33 | -869/+606 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Meta: modernize old-fashioned loops to range-based `for` (CTest). | Pavel Solodovnikov | 2017-09-14 | 33 | -869/+606 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'update-kwsys' | Brad King | 2017-09-15 | 2 | -66/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-09-14 | 2 | -66/+0 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | KWSys 2017-09-14 (d85b17e7) | KWSys Upstream | 2017-09-14 | 2 | -66/+0 | |
* | | | | | | | | | | | Merge topic 'fphsa-fix-version-exact' | Brad King | 2017-09-15 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | FPHSA: fix typo in comment | Yves Frederix | 2017-09-14 | 1 | -2/+2 | |
| * | | | | | | | | | | | FPHSA: replace left-over VERSION by _FOUND_VERSION. | Yves Frederix | 2017-09-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | FPHSA: Add (failing) unit test when checking EXACT on full version number | Yves Frederix | 2017-09-14 | 1 | -2/+2 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-15 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge topic 'doc-RunCMake-result' | Brad King | 2017-09-14 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Tests: Update RunCMake/README.rst to clarify meaning of -result.txt | Brad King | 2017-09-14 | 1 | -2/+2 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'release-3.9' | Brad King | 2017-09-14 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'backport-autogen-target-depends' into release-3.9 | Brad King | 2017-09-13 | 12 | -72/+242 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'bootstrap-twice-in-source' into release-3.9 | Brad King | 2017-09-13 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'backport-vs-fix-config-map' into release-3.9 | Brad King | 2017-09-13 | 2 | -8/+20 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge topic 'get_filename_component-fix-program-split' | Brad King | 2017-09-14 | 5 | -1/+99 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | get_filename_component: Revise PROGRAM/PROGRAM_ARGS split semantics | Brad King | 2017-09-13 | 5 | -1/+99 | |
* | | | | | | | | | | | | | Merge topic 'remove-nmcl' | Brad King | 2017-09-14 | 1 | -4/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |