summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow OBJECT libraries to be installed, exported, and importedRobert Maynard2017-04-1838-94/+362
* Genex: Allow TARGET_OBJECTS to be used everywhereRobert Maynard2017-04-1812-14/+102
* Genex: Reject TARGET_OBJECTS on non-object libraries earlierBrad King2017-04-1811-41/+53
* Tests: ExportImport C code should use explicit (void) in prototypesRobert Maynard2017-04-181-12/+12
* cmInstallTargetGenerator: Re-order GenerateScriptForConfig logicBrad King2017-04-181-19/+22
* cmGlobalGenerator: Add method to check if object file location is knownBrad King2017-04-183-0/+19
* cmGeneratorTarget: Add method to get the object file directoryBrad King2017-04-182-0/+17
* cmGeneratorTarget: Factor out a GetTargetObjectNames methodBrad King2017-04-183-29/+43
* cmGeneratorTarget: Drop default GetLinkerLanguage config argumentBrad King2017-04-172-2/+3
* Merge topic 'prepare-per-config-objects'Brad King2017-04-177-83/+192
|\
| * cmGeneratorTarget: Drop obj libs from GetConfigCommonSourceFilesBrad King2017-04-132-2/+20
| * Xcode: Refactor loop over all sourcesBrad King2017-04-131-33/+12
| * VS: Teach generators how to mark per-config source filesBrad King2017-04-134-36/+97
| * Xcode: Use config-specific object library files on link linesBrad King2017-04-131-1/+1
| * VS: List config-specific object library files on link linesBrad King2017-04-131-11/+10
| * cmGeneratorTarget: Add method to collect all sources for all configsBrad King2017-04-132-0/+52
* | Merge topic 'file-copy-relative-from'Brad King2017-04-1710-10/+89
|\ \
| * | file: Add COPY/INSTALL option for fixed layout relative to a directoryBrad King2017-04-1310-1/+77
| * | file: Refactor COPY/INSTALL relative path handlingBrad King2017-04-131-10/+13
| |/
* | Merge topic 'iwyu-mapping'Brad King2017-04-172-0/+147
|\ \
| * | Add include-what-you-use mappingDaniel Pfeifer2017-04-132-0/+147
| |/
* | Merge topic 'simpler-import-lib-check'Brad King2017-04-171-3/+1
|\ \
| * | cmExportBuildFileGenerator: use HasImportLibraryBen Boeckel2017-04-131-3/+1
* | | Merge topic 'vs-custom-kits-dir'Brad King2017-04-173-13/+44
|\ \ \
| * | | VS: Add an environment variable for the Windows 10 kits directoryBrad King2017-04-123-0/+19
| * | | VS: Refactor Win 10 Kits root detection to support multiple rootsBrad King2017-04-121-13/+25
| |/ /
* | | CMake Nightly Date StampKitware Robot2017-04-171-1/+1
* | | CMake Nightly Date StampKitware Robot2017-04-161-1/+1
* | | CMake Nightly Date StampKitware Robot2017-04-151-1/+1
* | | CMake Nightly Date StampKitware Robot2017-04-141-1/+1
| |/ |/|
* | Merge topic 'xcode-remove-UseObjectLibraries'Brad King2017-04-133-57/+32
|\ \
| * | cmGeneratorTarget: Drop unused UseObjectLibraries methodBrad King2017-04-122-38/+0
| * | Xcode: Inline relevant parts of UseObjectLibrariesBrad King2017-04-121-12/+22
| * | Xcode: Do not add Object Libraries source group on Xcode >= 5Brad King2017-04-121-11/+14
| |/
* | Merge topic 'CheckSymbolExists-update-docs'Brad King2017-04-131-32/+41
|\ \
| * | CheckSymbolExists: Document that intrinsics may not be detectedBrad King2017-04-121-2/+2
| * | CheckSymbolExists: Format documentationBrad King2017-04-121-18/+26
| * | CheckSymbolExists: Convert docs to bracket comment syntaxBrad King2017-04-121-32/+33
| |/
* | Merge topic 'project-description'Brad King2017-04-1313-3/+82
|\ \
| * | project: Add `DESCRIPTION` parameterAlex Turbov2017-04-1113-3/+82
* | | Merge topic 'update-kwsys'Brad King2017-04-135-4/+95
|\ \ \
| * \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-04-125-4/+95
| |\ \ \ | | |_|/ | |/| |
| | * | KWSys 2017-04-12 (23a4c211)KWSys Upstream2017-04-125-4/+95
* | | | Merge topic 'include-style'Brad King2017-04-13556-750/+867
|\ \ \ \
| * | | | Use quotes for non-system includesDaniel Pfeifer2017-04-11549-726/+726
| * | | | CPack: drop CPack prefix for includesDaniel Pfeifer2017-04-1118-24/+30
| * | | | cmConfigure: Ensure separate include block in headersDaniel Pfeifer2017-04-11111-0/+111
* | | | | CMake Nightly Date StampKitware Robot2017-04-131-1/+1
| |/ / / |/| | |
* | | | Merge topic 'vs-refactor-source-loop'Brad King2017-04-124-93/+80
|\ \ \ \
| * | | | cmGeneratorTarget: Drop unused GetIDLSources methodBrad King2017-04-112-8/+0