summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | 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
| * | | | | | | | | | | | | | Don't require liblzma when using system libarchiveDaniel Pfeifer2016-10-091-12/+14
| * | | | | | | | | | | | | | Don't require libbz2 when using system libarchiveDaniel Pfeifer2016-10-091-8/+13
| * | | | | | | | | | | | | | CMakeCPack: remove obsolete conditionsDaniel Pfeifer2016-10-091-175/+170
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge topic 'test-cpack-improve-failure-messages'Brad King2016-10-101-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Tests: Improve RunCMake.CPack_* failure message formattingBrad King2016-10-071-2/+4
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge topic 'update-kwsys'Brad King2016-10-101-11/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-10-081-11/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | KWSys 2016-10-07 (dfe9b386)KWSys Upstream2016-10-081-11/+9
* | | | | | | | | | | | | | Merge topic 'android-export-has-cpp'Brad King2016-10-105-1/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Android: Record use of C++ by static libs in exported Android.mk filesBrad King2016-10-075-1/+22
| |/ / / / / / / / / / / /