summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'objlib-extend'Brad King2017-04-1965-188/+610
|\
| * 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 'test-CheckIPOSupported'Brad King2017-04-1910-0/+99
|\ \
| * | Tests: Add cases for typical CheckIPOSupported usageRuslan Baratov2017-04-1810-0/+99
* | | Merge topic 'fix-CMakeTestAllGenerators'Brad King2017-04-192-49/+11
|\ \ \
| * | | Tests: Drop machine-specific logic from CMakeTestAllGeneratorsBrad King2017-04-181-22/+0
| * | | Tests: Run CMakeTestAllGenerators seriallyBrad King2017-04-181-0/+3
| * | | Tests: Fix CMakeTestAllGenerators generator listBrad King2017-04-181-27/+8
* | | | Merge topic 'doc-CMAKE_MATCH_n'Brad King2017-04-195-24/+49
|\ \ \ \
| * | | | Help: Document CMAKE_MATCH_<n> variablesBrad King2017-04-185-4/+17
| * | | | Help: Link from if(MATCHES) to regex specification docsBrad King2017-04-182-1/+3
| * | | | Help: Format string() command regex specification docsBrad King2017-04-181-20/+30
| |/ / /
* | | | Merge topic 'findmpi-add-imported-targets'Brad King2017-04-197-0/+113
|\ \ \ \
| * | | | FindMPI: Add test caseChristian Pfeiffer2017-04-186-0/+84
| * | | | FindMPI: Add IMPORTED targetsChristian Pfeiffer2017-04-151-0/+29
* | | | | Merge topic 'doc-find-path-sep'Brad King2017-04-192-2/+8
|\ \ \ \ \
| * | | | | Help: Document find command search path separatorsBrad King2017-04-182-2/+8
| | |/ / / | |/| | |
* | | | | Merge topic 'cmake-gui-desktop-icon-wayland'Brad King2017-04-192-1/+1
|\ \ \ \ \
| * | | | | cmake-gui: Fix display of icon under Wayland.Clinton Stimpson2017-04-172-1/+1
| | |_|_|/ | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2017-04-191-1/+1
| |/ / / |/| | |
* | | | Merge topic 'tcc-enable_exports'Brad King2017-04-181-0/+1
|\ \ \ \
| * | | | TinyCC: Support ENABLE_EXPORT propertyhsc2017-04-171-0/+1
| |/ / /
* | | | Merge topic 'ipo-var-per-config'Brad King2017-04-184-7/+17
|\ \ \ \
| * | | | Support CMAKE_INTERPROCEDURAL_OPTIMIZATION_<CONFIG>Ruslan Baratov2017-04-174-7/+17
* | | | | Merge topic 'cpackifw-search-algorithm'Brad King2017-04-182-6/+54
|\ \ \ \ \
| * | | | | CPackIFW: Added new QtIFW versions for searchKonstantin Podsvirov2017-04-152-0/+7
| * | | | | CPackIFW: Improved QtIFW search algorithmKonstantin Podsvirov2017-04-152-6/+47
| | |_|/ / | |/| | |
* | | | | Merge topic 'findmpi-mark-library-advanced'Brad King2017-04-181-0/+1
|\ \ \ \ \
| * | | | | FindMPI: Mark old MPI library entries as advancedChristian Pfeiffer2017-04-151-0/+1
| |/ / / /
* | | | | Merge topic 'fix-CMP0026-old'Brad King2017-04-183-0/+33
|\ \ \ \ \
| * | | | | CMP0026: Fix OLD behavior with file written during configure stepBrad King2017-04-173-0/+33
* | | | | | CMake Nightly Date StampKitware Robot2017-04-181-1/+1
| |_|_|/ / |/| | | |
* | | | | 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
| |/ / / / /