Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindProtobuf: add flag to allow descriptor files to be generated | Peter Mitrano | 2017-10-02 | 7 | -4/+129 |
* | FindProtobuf: Refactor custom command output listing | Brad King | 2017-10-02 | 1 | -7/+8 |
* | Merge topic 'update-kwsys' | Brad King | 2017-09-21 | 1 | -0/+6 |
|\ | |||||
| * | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-09-21 | 1 | -0/+6 |
| |\ | |||||
| | * | KWSys 2017-09-21 (ff912e4d) | KWSys Upstream | 2017-09-21 | 1 | -0/+6 |
* | | | Merge topic 'midipix-support' | Brad King | 2017-09-21 | 2 | -0/+5 |
|\ \ \ | |||||
| * | | | Midipix: Add minimal platform file | midipix | 2017-09-20 | 2 | -0/+5 |
* | | | | Merge topic 'freebsd-compiler-name' | Brad King | 2017-09-21 | 2 | -0/+7 |
|\ \ \ \ | |||||
| * | | | | Help: Add notes for topic 'freebsd-compiler-name' | Brad King | 2017-09-21 | 1 | -0/+4 |
| * | | | | FreeBSD prefers to call the C++ compiler c++ (just like Linux, Darwin, ..) | Adriaan de Groot | 2017-09-20 | 1 | -0/+3 |
| |/ / / | |||||
* | | | | Merge topic 'cpack-different-checksum-file-per-generator' | Brad King | 2017-09-21 | 2 | -5/+3 |
|\ \ \ \ | |||||
| * | | | | CPack: use a distinct checksum file for each generator | Domen Vrankar | 2017-09-20 | 2 | -5/+3 |
* | | | | | Merge topic 'cpack-check-install-script' | Brad King | 2017-09-21 | 4 | -1/+17 |
|\ \ \ \ \ | |||||
| * | | | | | CPack: Add missing check for CPACK_INSTALL_SCRIPT variable | Alex Turbov | 2017-09-20 | 4 | -1/+17 |
| |/ / / / | |||||
* | | | | | Merge topic 'libarchive-macos-nanosecond' | Brad King | 2017-09-21 | 1 | -0/+11 |
|\ \ \ \ \ | |||||
| * | | | | | libarchive: Do not use nanosecond file time APIs on macOS < 10.13 | Brad King | 2017-09-20 | 1 | -0/+11 |
* | | | | | | Merge topic 'test_for_missing_sources' | Brad King | 2017-09-21 | 59 | -0/+209 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | Tests: Add tests for missing sources in add_executable and add_library. | Deniz Bahadir | 2017-09-20 | 59 | -0/+209 |
* | | | | | | 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 |
|\ \ \ \ \ \ \ \ |