summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmCPluginAPI: do not check pointer before calling free()Rolf Eike Beer2017-09-231-3/+1
* cmCPluginAPI: use strdup() instead of open coding itRolf Eike Beer2017-09-231-17/+5
* CMake Nightly Date StampKitware Robot2017-09-231-1/+1
* Merge topic 'graphviz-link-type'Craig Scott2017-09-223-5/+107
|\
| * graphviz: distinguish target dependency typesNico Müller2017-09-213-5/+107
* | Merge topic 'perf-source-lookup'Brad King2017-09-225-23/+66
|\ \
| * | Performance: Improve efficiency of source file lookup in cmMakefileAaron Orenstein2017-09-203-3/+59
| * | cmMakefile: Drop unused methodAaron Orenstein2017-09-201-1/+0
| * | cmSourceFileLocation: Drop unnecessary copy-assignment operatorAaron Orenstein2017-09-203-19/+7
* | | Merge topic 'autogen-generators-refactor'Brad King2017-09-2249-1399/+1939
|\ \ \
| * | | Autogen: Tests: Add a change-not test to the mocRerun testSebastian Holtermann2017-09-212-17/+36
| * | | Autogen: Tests: Disable an AUTOMOC_DEPENDS_FILTER test for NinjaSebastian Holtermann2017-09-211-3/+11
| * | | Autogen: Tests: Refactor the QtAutogenRebuild rccDepends testSebastian Holtermann2017-09-2116-103/+151
| * | | Autogen: Tests: Move each rerun test script to a NAME.cmake fileSebastian Holtermann2017-09-214-217/+224
| * | | Autogen: Tests: Extend CMAKE_AUTOMOC_DEPEND_FILTERS rebuild testSebastian Holtermann2017-09-2112-31/+71
| * | | Autogen: Tests: Add <SUBDIR>/ui_view.h AUTOUIC includes to sameName testSebastian Holtermann2017-09-2113-1/+118
| * | | Autogen: Tests: Add <SUBDIR>/item.moc includes to sameName testSebastian Holtermann2017-09-216-9/+68
| * | | Autogen: Read relative paths from rcc outputSebastian Holtermann2017-09-211-9/+18
| * | | Autogen: In VERBOSE mode print why files are (re)generatedSebastian Holtermann2017-09-202-44/+221
| * | | Autogen: Refactor cmQtAutoGeneratorsSebastian Holtermann2017-09-202-1100/+1156
| |/ /
* | | Merge topic 'cpack-rpm-deb-version'Brad King2017-09-2219-21/+124
|\ \ \
| * | | CPack RPM and DEB: improved package version handlingDomen Vrankar2017-09-2119-21/+124
* | | | Merge topic 'cpack-rpm-extend-exclude-from-auto-filelist'Brad King2017-09-221-2/+6
|\ \ \ \
| * | | | CPack/RPM: new CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST exclude pathsDomen Vrankar2017-09-211-2/+6
* | | | | Merge topic 'variable_watch-modify-on-callback'Brad King2017-09-224-20/+36
|\ \ \ \ \
| * | | | | variable_watch: Made it safe to add/remove watches in access callbacksJustin Berger2017-09-212-20/+18
| * | | | | test: Added additional unit test to variable_watchJustin Berger2017-09-212-0/+18
| |/ / / /
* | | | | Merge topic 'string-empty'Brad King2017-09-2224-42/+43
|\ \ \ \ \
| * | | | | Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-2124-42/+43
* | | | | | CMake Nightly Date StampKitware Robot2017-09-221-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'update-kwsys'Brad King2017-09-211-0/+6
|\ \ \ \ \
| * \ \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-09-211-0/+6
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | KWSys 2017-09-21 (ff912e4d)KWSys Upstream2017-09-211-0/+6
* | | | | | Merge topic 'midipix-support'Brad King2017-09-212-0/+5
|\ \ \ \ \ \
| * | | | | | Midipix: Add minimal platform filemidipix2017-09-202-0/+5
* | | | | | | Merge topic 'freebsd-compiler-name'Brad King2017-09-212-0/+7
|\ \ \ \ \ \ \
| * | | | | | | Help: Add notes for topic 'freebsd-compiler-name'Brad King2017-09-211-0/+4
| * | | | | | | FreeBSD prefers to call the C++ compiler c++ (just like Linux, Darwin, ..)Adriaan de Groot2017-09-201-0/+3
| |/ / / / / /
* | | | | | | Merge topic 'cpack-different-checksum-file-per-generator'Brad King2017-09-212-5/+3
|\ \ \ \ \ \ \
| * | | | | | | CPack: use a distinct checksum file for each generatorDomen Vrankar2017-09-202-5/+3
* | | | | | | | Merge topic 'cpack-check-install-script'Brad King2017-09-214-1/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | CPack: Add missing check for CPACK_INSTALL_SCRIPT variableAlex Turbov2017-09-204-1/+17
| |/ / / / / / /
* | | | | | | | Merge topic 'libarchive-macos-nanosecond'Brad King2017-09-211-0/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | libarchive: Do not use nanosecond file time APIs on macOS < 10.13Brad King2017-09-201-0/+11
* | | | | | | | | Merge topic 'test_for_missing_sources'Brad King2017-09-2159-0/+209
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Tests: Add tests for missing sources in add_executable and add_library.Deniz Bahadir2017-09-2059-0/+209
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-09-211-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge topic 'CTest-cov-string'Brad King2017-09-202-11/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | CTest: pass std::string to cmCTestCoverageHandler::ShouldIDoCoverage()Rolf Eike Beer2017-09-192-11/+10
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'pgi-fortran-flag-fix'Brad King2017-09-202-5/+8
|\ \ \ \ \ \ \ \