summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2019-05-091-1/+1
* Merge topic 'autogen_cache'Brad King2019-05-089-1598/+2067
|\
| * Autogen: Refactor AUTOMOC and AUTOUIC and add source file parse data cachingSebastian Holtermann2019-05-079-1598/+2067
* | Merge topic 'ctest-update-version-override'Craig Scott2019-05-085-0/+25
|\ \
| * | ctest: Add new variable CTEST_UPDATE_VERSION_OVERRIDEZack Galbreath2019-05-075-0/+25
* | | CMake Nightly Date StampKitware Robot2019-05-081-1/+1
* | | Merge topic 'enforce-explicit-use-of-project'Brad King2019-05-071-0/+10
|\ \ \
| * | | cmMakefile: Enforce explicit use of project() commandBartosz Kosiorek2019-05-061-0/+10
* | | | Merge topic 'touch-after-ranlib'Brad King2019-05-071-0/+14
|\ \ \ \
| * | | | Apple: Preserve high resolution mtime for static librariesGregor Jasny2019-05-051-0/+14
* | | | | CMake Nightly Date StampKitware Robot2019-05-071-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'fix_ios_try_compile'Brad King2019-05-061-1/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | iOS: Fix try_compile FILE_COPY not to failAlexandru Croitor2019-05-061-1/+8
| * | | CMake 3.14.3v3.14.3Brad King2019-04-221-1/+1
* | | | CMake Nightly Date StampKitware Robot2019-05-061-1/+1
* | | | CMake Nightly Date StampKitware Robot2019-05-051-1/+1
* | | | CMake Nightly Date StampKitware Robot2019-05-041-1/+1
* | | | Merge topic 'std-pipes-always'Brad King2019-05-037-2/+73
|\ \ \ \
| * | | | Ensure stdin, stdout, and stderr pipes are always openBrad King2019-05-027-2/+73
| | |_|/ | |/| |
* | | | Merge topic 'cpack-ifw-stylesheet'Brad King2019-05-032-0/+20
|\ \ \ \
| * | | | CPack/IFW: Add StyleSheet fieldZaytsev Yuriy2019-05-022-0/+20
* | | | | Merge topic 'jobs-positive-value'Brad King2019-05-031-3/+21
|\ \ \ \ \
| * | | | | cmake: --build -j <jobs> should not accept 0.Fred Baksik2019-05-011-3/+21
* | | | | | Merge topic 'genex-TARGET_FILE_BASE_NAME-manage-postfix'Brad King2019-05-033-15/+27
|\ \ \ \ \ \
| * | | | | | Genex: Update $<TARGET_FILE_BASE_NAME:...>: take care of POSTFIXMarc Chevrier2019-05-021-3/+6
| * | | | | | Refactor: introduce method cmGeneratorTarget::GetFilePostfixMarc Chevrier2019-05-022-12/+21
* | | | | | | CMake Nightly Date StampKitware Robot2019-05-031-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge topic 'genex-code-cleanup'Brad King2019-05-021-416/+175
|\ \ \ \ \ \
| * | | | | | cmGeneratorExpressionNode: refactor TargetPropertyNodeLeonid Pospelov2019-04-221-48/+49
| * | | | | | cmGeneratorExpressionNode: use ctor arguments instead of macroLeonid Pospelov2019-04-221-30/+36
| * | | | | | cmGeneratorExpressionNode: add VersionNodeLeonid Pospelov2019-04-221-84/+10
| * | | | | | cmGeneratorExpressionNode: remove structs CompilerId*, CompilerVersion*Leonid Pospelov2019-04-221-166/+43
| * | | | | | cmGeneratorExpressionNode: add CharacterNodeLeonid Pospelov2019-04-221-36/+8
| * | | | | | cmGeneratorExpressionNode: simplify code in EqualNodeLeonid Pospelov2019-04-221-54/+29
| * | | | | | cmGeneratorExpressionNode: Simplify static string constantBrad King2019-04-221-2/+4
* | | | | | | Merge topic 'code-cleanup-3'Brad King2019-05-021-29/+11
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | cmGlobalVisualStudioGenerator: remove redundant variablesLeonid Pospelov2019-04-241-12/+5
| * | | | | | cmGlobalVisualStudioGenerator: use cmJoin to join the filenamesLeonid Pospelov2019-04-221-11/+1
| * | | | | | cmGlobalVisualStudioGenerator: use auto instead of iterator typesLeonid Pospelov2019-04-221-6/+5
| | |/ / / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2019-05-021-1/+1
* | | | | | Merge topic 'out-of-dir-linking-private-deps'Brad King2019-05-011-2/+2
|\ \ \ \ \ \
| * | | | | | target_link_libraries: Fix static library private deps in other dirsBrad King2019-04-301-2/+2
| * | | | | | CMake 3.13.4v3.13.4Brad King2019-02-011-1/+1
| * | | | | | Merge branch 'backport-autogen-qt-version-from-dirprops' into release-3.13Brad King2019-01-301-0/+12
| |\ \ \ \ \ \
| | * | | | | | AutoGen: query Qt5 version from directory propertiesBen Boeckel2019-01-301-0/+12
| * | | | | | | Merge branch 'backport-restore-install-late-framework' into release-3.13Brad King2019-01-291-2/+23
| |\ \ \ \ \ \ \
| | * | | | | | | macOS: Restore compatibility for setting FRAMEWORK after install()Brad King2019-01-291-2/+23
| | |/ / / / / /
| * | | | | | | Merge branch 'add-missing-macos-framework' into release-3.13Brad King2019-01-291-1/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'revert-file-alt-httpauth' into release-3.13Brad King2019-01-241-8/+0
| |\ \ \ \ \ \ \ \
| * | | | | | | | | cmake: Convert no source/build dir error to warningCraig Scott2019-01-221-2/+5
| | |_|/ / / / / / | |/| | | | | | |