Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindOpenACC: Add module to detect compiler support for OpenACC | Tin Huynh | 2017-09-22 | 4 | -0/+259 |
* | Merge topic 'perf-source-lookup' | Brad King | 2017-09-22 | 5 | -23/+66 |
|\ | |||||
| * | Performance: Improve efficiency of source file lookup in cmMakefile | Aaron Orenstein | 2017-09-20 | 3 | -3/+59 |
| * | cmMakefile: Drop unused method | Aaron Orenstein | 2017-09-20 | 1 | -1/+0 |
| * | cmSourceFileLocation: Drop unnecessary copy-assignment operator | Aaron Orenstein | 2017-09-20 | 3 | -19/+7 |
* | | Merge topic 'autogen-generators-refactor' | Brad King | 2017-09-22 | 49 | -1399/+1939 |
|\ \ | |||||
| * | | Autogen: Tests: Add a change-not test to the mocRerun test | Sebastian Holtermann | 2017-09-21 | 2 | -17/+36 |
| * | | Autogen: Tests: Disable an AUTOMOC_DEPENDS_FILTER test for Ninja | Sebastian Holtermann | 2017-09-21 | 1 | -3/+11 |
| * | | Autogen: Tests: Refactor the QtAutogenRebuild rccDepends test | Sebastian Holtermann | 2017-09-21 | 16 | -103/+151 |
| * | | Autogen: Tests: Move each rerun test script to a NAME.cmake file | Sebastian Holtermann | 2017-09-21 | 4 | -217/+224 |
| * | | Autogen: Tests: Extend CMAKE_AUTOMOC_DEPEND_FILTERS rebuild test | Sebastian Holtermann | 2017-09-21 | 12 | -31/+71 |
| * | | Autogen: Tests: Add <SUBDIR>/ui_view.h AUTOUIC includes to sameName test | Sebastian Holtermann | 2017-09-21 | 13 | -1/+118 |
| * | | Autogen: Tests: Add <SUBDIR>/item.moc includes to sameName test | Sebastian Holtermann | 2017-09-21 | 6 | -9/+68 |
| * | | Autogen: Read relative paths from rcc output | Sebastian Holtermann | 2017-09-21 | 1 | -9/+18 |
| * | | Autogen: In VERBOSE mode print why files are (re)generated | Sebastian Holtermann | 2017-09-20 | 2 | -44/+221 |
| * | | Autogen: Refactor cmQtAutoGenerators | Sebastian Holtermann | 2017-09-20 | 2 | -1100/+1156 |
| |/ | |||||
* | | Merge topic 'cpack-rpm-deb-version' | Brad King | 2017-09-22 | 19 | -21/+124 |
|\ \ | |||||
| * | | CPack RPM and DEB: improved package version handling | Domen Vrankar | 2017-09-21 | 19 | -21/+124 |
* | | | Merge topic 'cpack-rpm-extend-exclude-from-auto-filelist' | Brad King | 2017-09-22 | 1 | -2/+6 |
|\ \ \ | |||||
| * | | | CPack/RPM: new CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST exclude paths | Domen Vrankar | 2017-09-21 | 1 | -2/+6 |
* | | | | Merge topic 'variable_watch-modify-on-callback' | Brad King | 2017-09-22 | 4 | -20/+36 |
|\ \ \ \ | |||||
| * | | | | variable_watch: Made it safe to add/remove watches in access callbacks | Justin Berger | 2017-09-21 | 2 | -20/+18 |
| * | | | | test: Added additional unit test to variable_watch | Justin Berger | 2017-09-21 | 2 | -0/+18 |
| |/ / / | |||||
* | | | | Merge topic 'string-empty' | Brad King | 2017-09-22 | 24 | -42/+43 |
|\ \ \ \ | |||||
| * | | | | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 24 | -42/+43 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-22 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | 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 |