Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 24 | -42/+43 |
* | CMake Nightly Date Stamp | Kitware Robot | 2017-09-21 | 1 | -1/+1 |
* | Merge topic 'CTest-cov-string' | Brad King | 2017-09-20 | 2 | -11/+10 |
|\ | |||||
| * | CTest: pass std::string to cmCTestCoverageHandler::ShouldIDoCoverage() | Rolf Eike Beer | 2017-09-19 | 2 | -11/+10 |
* | | Merge topic 'pgi-fortran-flag-fix' | Brad King | 2017-09-20 | 2 | -5/+8 |
|\ \ | |||||
| * | | PGI-Fortran: Add -Mipa=fast,inline as IPO option. | Tin Huynh | 2017-09-15 | 1 | -4/+8 |
| * | | PGI-Fortran: Remove -Kieee and -Mpreprocess | Tin Huynh | 2017-09-06 | 1 | -1/+0 |
* | | | Merge topic 'ninja-performance' | Brad King | 2017-09-20 | 3 | -32/+59 |
|\ \ \ | |||||
| * | | | Ninja: Cache ConvertToNinjaPath results to avoid repeat work | Matthias Maennich | 2017-09-19 | 2 | -5/+15 |
| * | | | Ninja: Improve performance with deeply-dependent custom targets | Matthias Maennich | 2017-09-19 | 3 | -27/+44 |
| | |/ | |/| | |||||
* | | | Merge topic 'tidy-modernize-loop-convert' | Brad King | 2017-09-20 | 6 | -21/+10 |
|\ \ \ | |||||
| * | | | Enable clang-tidy modernize-loop-convert lint | Brad King | 2017-09-19 | 6 | -21/+10 |
| |/ / | |||||
* | | | Merge topic 'cxx11-nullptr' | Brad King | 2017-09-20 | 14 | -67/+68 |
|\ \ \ | |||||
| * | | | Use C++11 nullptr (cont.) | Matthias Maennich | 2017-09-19 | 14 | -67/+68 |
* | | | | Merge topic 'fix-compiler-failure-formatting' | Brad King | 2017-09-20 | 6 | -12/+18 |
|\ \ \ \ | |||||
| * | | | | Improve formatting of compiler failure error message | Brad King | 2017-09-19 | 6 | -12/+18 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'cxx-checks-tolerate-unused-flag' | Brad King | 2017-09-20 | 1 | -1/+4 |
|\ \ \ \ | |||||
| * | | | | C++ feature checks: Filter out warnings caused by user flags | Brad King | 2017-09-19 | 1 | -0/+2 |
| * | | | | C++ feature checks: Prepare for multiple check output filters | Brad King | 2017-09-19 | 1 | -1/+2 |
| |/ / / | |||||
* | | | | Merge branch 'release-3.9' | Brad King | 2017-09-20 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * | | | | CMake 3.9.3v3.9.3 | Brad King | 2017-09-20 | 1 | -1/+1 |
* | | | | | Merge branch 'release-3.9' | Brad King | 2017-09-20 | 0 | -0/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'CTest-crash-missing-glob' into release-3.9 | Brad King | 2017-09-19 | 1 | -0/+2 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'CTest-crash-missing-glob' | Brad King | 2017-09-20 | 1 | -0/+2 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | CTest: fix crash if source file for coverage cannot be found | Rolf Eike Beer | 2017-09-19 | 1 | -0/+2 |
| |/ / / / | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-20 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | 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 |
|\ \ \ \ \ \ \ |