summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* cmMakefile: Implement LinkLibraries as an internal propertyStephen Kelly2016-10-073-39/+50
* cmMakefile: Inline method into only remaining callerStephen Kelly2016-10-073-34/+32
* cmMakefile: Inline method into callerStephen Kelly2016-10-071-1/+29
* cmake: Simplify find-package mode library additionStephen Kelly2016-10-071-1/+1
* cmMakefile: Remove obsolete parameterStephen Kelly2016-10-072-5/+4
* cmTarget: Remove target name from parameter listStephen Kelly2016-10-073-9/+8
* cmMakefile: Use public API to find a targetStephen Kelly2016-10-071-3/+3
* cmMakefile: Inline method into only callerStephen Kelly2016-10-073-16/+8
* cmMakefile: Use public API to find a targetStephen Kelly2016-10-071-3/+4
* cmMakefile: Invert if() condition to remove elseStephen Kelly2016-10-071-3/+3
* cmMakefile: Remove ALIAS checkStephen Kelly2016-10-071-7/+0
* cmMakefile: Collapse two consecutive if()s into oneStephen Kelly2016-10-071-14/+11
* cmMakefile: DeMorgan-invert conditionStephen Kelly2016-10-071-4/+4
* cmMakefile: Return after error and remove else conditionStephen Kelly2016-10-071-17/+18
* cmMakefile: Invert handling of error conditionStephen Kelly2016-10-071-6/+6
* cmMakefile: Remove superfluous overloadStephen Kelly2016-10-073-7/+1
* cmMakefile: Remove useless link directory containerStephen Kelly2016-10-072-7/+1
* cmTarget: Inline MergeLinkLibraries into only callerStephen Kelly2016-10-073-17/+10
* cmTarget: Remove useless link library stateStephen Kelly2016-10-072-5/+0
* cmTarget: Remove addition of zero when merging link librariesStephen Kelly2016-10-071-1/+0
* cmTarget: Add assert about link dataStephen Kelly2016-10-071-0/+1
* Merge topic 'nmake-encoding'Brad King2016-10-0710-11/+326
|\
| * NMake: Use ANSI encoding for NMake MakefilesDāvis Mosāns2016-10-065-7/+30
| * cmGeneratedFileStream: Add optional encoding supportDāvis Mosāns2016-10-062-4/+22
| * codecvt: Add class for encoding conversionDāvis Mosāns2016-10-063-0/+274
* | CPack/RPM single debuginfo packagingDomen Vrankar2016-10-071-1/+87
* | CPack/RPM learned defining main componentDomen Vrankar2016-10-071-28/+131
* | Merge topic 'cleanup-Convert'Brad King2016-10-0717-189/+167
|\ \
| * | cmLocalGenerator: Simplify ConvertToLinkReferenceStephen Kelly2016-10-065-19/+13
| * | cmOutputConverter: Add a flag for IsUnixStephen Kelly2016-10-062-20/+22
| * | Convert: Inline platform-specific methodsStephen Kelly2016-10-062-28/+4
| * | Makefiles: Introduce local RelativePath methodStephen Kelly2016-10-066-55/+73
| * | Fortran: Inline conversion to relative pathStephen Kelly2016-10-061-1/+5
| * | Fortran: Wrap path convert in a call with a more-suitable nameStephen Kelly2016-10-062-20/+24
| * | Makefiles: Hardcode the relative location of the CMakeCache fileStephen Kelly2016-10-061-5/+1
| * | Convert: Extract method to determine if paths are in directoryStephen Kelly2016-10-062-5/+17
| * | Convert: Remove asserts which are duplicated in delegate methodStephen Kelly2016-10-061-7/+0
| * | Convert: Remove early return checkStephen Kelly2016-10-061-5/+0
| * | Convert: Extract local variables for readabilityStephen Kelly2016-10-061-12/+13
| * | Convert: Extract local variablesStephen Kelly2016-10-061-14/+17
| * | cmOutputConverter: remove unused codeDaniel Pfeifer2016-10-062-20/+0
| * | Xcode: Inline ConvertToRelativePath callsStephen Kelly2016-10-061-3/+3
* | | Merge topic 'CMP0065-LINK_FLAGS'Brad King2016-10-073-46/+67
|\ \ \
| * | | CMP0065: Put computed flags into LINK_FLAGS not LINK_LIBRARIESStephen Kelly2016-10-072-1/+14
| * | | cmLocalGenerator: Rename local variable to be more appropriateStephen Kelly2016-10-061-4/+3
| * | | cmLocalGenerator: Extract policy handling into a methodStephen Kelly2016-10-062-46/+55
| |/ /
* | | Merge topic 'codelite-global-setting'Brad King2016-10-073-3/+24
|\ \ \
| * | | Codelite: Consume the CMAKE_CODELITE_USE_TARGETS setting globallyStephen Kelly2016-10-071-3/+1
| * | | cmGlobalGenerator: Add API to get settings from top-level cmMakefileStephen Kelly2016-10-062-0/+23
* | | | Merge topic 'vs-15-preview-5'Brad King2016-10-071-1/+1
|\ \ \ \