summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Style: Remove spaces after command call and `(`Alex Turbov2019-09-081-8/+8
* | | | | | | Merge topic 'ctest-argument-parser'Kyle Edwards2019-09-2620-547/+289
|\ \ \ \ \ \ \
| * | | | | | | cmCTest*Command: Port to cmArgumentParserRegina Pfeifer2019-09-2018-539/+270
| * | | | | | | cmArgumentParser: Record parsed keywordsRegina Pfeifer2019-09-202-8/+19
* | | | | | | | Merge branch 'release-3.15'Brad King2019-09-250-0/+0
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'vs-16.4-custom-commands' into release-3.15Brad King2019-09-242-3/+17
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'vs-16.4-custom-commands'Brad King2019-09-252-3/+17
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | / / / | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | VS: Tell VS 16.4 not to verify SYMBOLIC custom command outputsBrad King2019-09-242-3/+17
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-09-251-1/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge topic 'pch-relative-includes'Brad King2019-09-249-17/+89
|\ \ \ \ \ \ \ \
| * | | | | | | | Precompile headers: Treat headers as relative to current source directoryCristian Adam2019-09-239-17/+89
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'add-genex-evaluate-utility'Brad King2019-09-2424-274/+198
|\ \ \ \ \ \ \ \
| * | | | | | | | cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utilityDaniel Eiband2019-09-2317-158/+122
| * | | | | | | | cmCustomCommandGenerator: Replace generator expression memberDaniel Eiband2019-09-222-16/+7
| * | | | | | | | cmGeneratorExpression: Remove Evaluate overload by parameter re-orderingDaniel Eiband2019-09-226-37/+23
| * | | | | | | | cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpressionDaniel Eiband2019-09-2210-60/+68
| * | | | | | | | cmGeneratorTarget: Remove unused virtual signature of TargetPropertyEntryDaniel Eiband2019-09-211-35/+10
| |/ / / / / / /
* | | | | | | | Merge topic 'miscellaneous-refactorings'Brad King2019-09-244-5/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | VS: Remove call to ConvertToWindowsExtendedPath with result discardedDaniel Eiband2019-09-211-1/+0
| * | | | | | | | cmState: Avoid lowering command name twiceDaniel Eiband2019-09-211-1/+1
| * | | | | | | | Generators: Remove function declarations which do not have a definitionDaniel Eiband2019-09-212-3/+0
| |/ / / / / / /
* | | | | | | | Merge topic 'update-cached-is-generated-property'Brad King2019-09-243-2/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | cmSourceFile: Remove non-const GetProperties accessorDaniel Eiband2019-09-213-2/+10
| |/ / / / / / /
* | | | | | | | Merge topic 'iar-v850-asm'Brad King2019-09-241-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | IAR: Add v850 assembler supportNico Mueller2019-09-231-0/+5
* | | | | | | | | Merge topic 'FindThreads-lib-name'Brad King2019-09-241-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindThreads: Do not hard-code '-l' flag on library nameAlan W. Irwin2019-09-231-4/+4
* | | | | | | | | | Merge topic 'FindOpenSSL-static-deps'Brad King2019-09-241-5/+43
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | FindOpenSSL: add pthread and dl dependencies to static lib on LinuxDavid Callu2019-09-201-5/+43
* | | | | | | | | | | Merge topic 'free-free-set-them-free'Brad King2019-09-2419-1042/+763
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cmInstallCommand: Port away from cmCommandRegina Pfeifer2019-09-213-345/+317
| * | | | | | | | | | | cmTargetLinkLibrariesCommand: Port away from cmCommandRegina Pfeifer2019-09-213-178/+141
| * | | | | | | | | | | cmSourceGroupCommand: Port away from cmCommandRegina Pfeifer2019-09-213-85/+49
| * | | | | | | | | | | cmSetTargetPropertiesCommand: Port away from cmCommandRegina Pfeifer2019-09-213-50/+25
| * | | | | | | | | | | cmProjectCommand: Port away from cmCommandRegina Pfeifer2019-09-213-139/+95
| * | | | | | | | | | | cmLoadCacheCommand: Port away from cmCommandRegina Pfeifer2019-09-213-57/+35
| * | | | | | | | | | | cmLinkDirectoriesCommand: Port away from cmCommandRegina Pfeifer2019-09-213-51/+18
| * | | | | | | | | | | cmIncludeDirectoryCommand: Port away from cmCommandRegina Pfeifer2019-09-213-57/+25
| * | | | | | | | | | | cmExportCommand: Port away from cmCommandRegina Pfeifer2019-09-213-80/+58
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-09-241-1/+1
* | | | | | | | | | | Merge topic 'smart_ptr/cmDependsC'Brad King2019-09-232-13/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cmDependsC: remove cmDeleteAll callTushar Maheshwari2019-09-202-13/+9
| |/ / / / / / / / / /
* | | | | | | | | | | Merge topic 'object-library-sources'Brad King2019-09-231-4/+7
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Do not collect objects from dependencies of object librariesBrad King2019-09-201-4/+7
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'HP-UX_Port_GCC'Brad King2019-09-2310-6/+81
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | bootstrap: Require GCC 4.9 or higher on HP-UXBrad King2019-09-201-0/+8
| * | | | | | | | | libuv: Add partial port to HP-UXEarle Lowe2019-09-209-4/+70
| * | | | | | | | | jsoncpp: Fix compilation on HP-UX 11.31 ia64 with GCC 4.9.3Earle Lowe2019-09-201-2/+3
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-09-231-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-09-221-1/+1