summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ninja: ConstifyStephen Kelly2016-10-102-4/+6
* cmLocalGenerator: Inline conversion into link computationStephen Kelly2016-10-101-1/+8
* Merge branch 'release'Brad King2016-10-100-0/+0
|\
| * Merge branch 'update-kwsys' into releaseBrad King2016-10-081-11/+9
| |\
| * \ Merge branch 'android-export-has-cpp' into releaseBrad King2016-10-075-1/+22
| |\ \
| * \ \ Merge branch 'FindProtobuf-fix-subdirs' into releaseBrad King2016-10-071-6/+10
| |\ \ \
| * \ \ \ Merge branch 'android-cxxabi' into releaseBrad King2016-10-073-0/+7
| |\ \ \ \
| * \ \ \ \ Merge branch 'check-libuv-minimum-version' into releaseBrad King2016-10-071-2/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'codelite-global-setting' into releaseBrad King2016-10-074-5/+27
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'android-ndk-r13' into releaseBrad King2016-10-062-3/+9
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'cpack-rpm-debuginfo-fixes' into releaseBrad King2016-10-061-28/+40
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'clean-up-link-configuration'Brad King2016-10-108-144/+134
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmMakefile: Simplify programmer error to an assertStephen Kelly2016-10-071-8/+3
| * | | | | | | | | | 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 'ninja-cleanups'Brad King2016-10-101-6/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Ninja: Extract identical code from conditionStephen Kelly2016-10-081-3/+1
| * | | | | | | | | | | Ninja: Replace array access with local variableStephen Kelly2016-10-071-4/+4
| * | | | | | | | | | | Ninja: Separate two coupled callsStephen Kelly2016-10-071-4/+3
| |/ / / / / / / / / /
* | | | | | | | | | | Merge topic 'minor-cleanups'Brad King2016-10-108-44/+39
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cmMakefile: Return a string from GetDefineFlagsStephen Kelly2016-10-102-2/+2
| * | | | | | | | | | | Test: Remove condition for CMake version no longer supportedStephen Kelly2016-10-101-10/+3
| * | | | | | | | | | | cmLocalGenerator: Extract definition retrieval out of loopStephen Kelly2016-10-101-2/+3
| * | | | | | | | | | | Makefiles: Inline only use of methodStephen Kelly2016-10-092-9/+3
| * | | | | | | | | | | Makefiles: Make helper class independent of cmLocalGeneratorStephen Kelly2016-10-091-9/+21
| * | | | | | | | | | | cmMakefile: Remove pointless conditionStephen Kelly2016-10-091-4/+2
| * | | | | | | | | | | Makefiles: Extract identical code from conditionStephen Kelly2016-10-091-5/+2
| * | | | | | | | | | | Makefiles: Replace array access with local variableStephen Kelly2016-10-091-5/+6
| * | | | | | | | | | | Makefiles: Separate two coupled callsStephen Kelly2016-10-091-4/+3
* | | | | | | | | | | | Merge topic 'cmake-cleanup'Brad King2016-10-102-212/+216
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Allow custom built libarchive to use custom built expat.Daniel Pfeifer2016-10-091-18/+20