summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-09-211-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge topic 'cmake-system-headers'Brad King2019-09-20145-272/+528
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | cmstd: Extend header <cm/iterator>Marc Chevrier2019-09-201-0/+138
| * | | | | | | cmstd: Modernize CMake system headersMarc Chevrier2019-09-20145-272/+390
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'pch-source-list'Brad King2019-09-203-1/+13
|\ \ \ \ \ \ \
| * | | | | | | Precompile Headers: Add precompile header file to source listCristian Adam2019-09-193-1/+13
* | | | | | | | Merge topic 'smart_ptr/cmComputeLinkDepends'Brad King2019-09-202-14/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | cmComputeLinkDepends: remove manual memory deallocationTushar Maheshwari2019-09-182-14/+11
* | | | | | | | | Merge topic 'smart_ptr/cmExportSet'Brad King2019-09-2013-119/+75
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmExportSet: subsume cmExportSetMap source filesTushar Maheshwari2019-09-1912-52/+30
| * | | | | | | | | cmExportSet: default destructorTushar Maheshwari2019-09-197-31/+34
| * | | | | | | | | cmExportSetMap: improve ownership of cmExportSetTushar Maheshwari2019-09-195-47/+22
* | | | | | | | | | Merge topic 'split-custom-command-creation'Brad King2019-09-2018-107/+305
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmMakefile: Separate custom command setup from actual creationDaniel Eiband2019-09-174-63/+184
| * | | | | | | | | | cmMakefile: Refactor AddCustomCommandOldStyle to be delay friendlyDaniel Eiband2019-09-171-27/+36
| * | | | | | | | | | add_custom_command: Add tests for rejecting literal quotes in commandsDaniel Eiband2019-09-1714-0/+42
| * | | | | | | | | | cmMakefile: Validate command line for all custom commandsDaniel Eiband2019-09-172-40/+54
| * | | | | | | | | | cmMakefile: Extract custom command validation methodDaniel Eiband2019-09-172-8/+21
| * | | | | | | | | | cmMakefile: Create all generated byproducts as known sourcesDaniel Eiband2019-09-172-8/+7
* | | | | | | | | | | Merge topic 'prepare-genex-in-byproducts'Brad King2019-09-205-45/+49
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Genex: Evaluate byproduct generator expressions in cmCustomCommandGeneratorDaniel Eiband2019-09-173-2/+6
| * | | | | | | | | | | Genex: Move genex expansion of paths into AppendPaths utilityDaniel Eiband2019-09-171-14/+23
| * | | | | | | | | | | Refactoring: Use ConfigName instead of property CMAKE_BUILD_TYPEDaniel Eiband2019-09-173-29/+20
| |/ / / / / / / / / /
* | | | | | | | | | | Merge topic 'fileapiLinkPathAndLinkDirBacktraces'Brad King2019-09-2012-63/+259
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fileapi: add backtraces for LINK_PATH and LINK_DIRECTORIESJustin Goshi2019-09-185-22/+66
| * | | | | | | | | | | cmLocalGenerator: Add OutputLinkLibraries overload with backtracesJustin Goshi2019-09-182-4/+21
| * | | | | | | | | | | cmGeneratorTarget: Store backtrace for target LINK_DIRECTORIES propertyJustin Goshi2019-09-181-1/+1
| * | | | | | | | | | | cmLinkLineComputer: Add ComputeLinkLibraries overload with backtracesJustin Goshi2019-09-184-22/+63