summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | cmGlobalGenerator: Port Configure-time check to cmMakefile.Stephen Kelly2015-08-071-6/+5
| * | | | | | | | cmGlobalGenerator: Base final target property computation on Makefiles.Stephen Kelly2015-08-071-2/+2
| * | | | | | | | cmGlobalGenerator: Base progress on Makefiles, not LocalGenerators.Stephen Kelly2015-08-071-13/+13
| * | | | | | | | cmExportLibraryDependenciesCommand: Port to cmMakefile.Stephen Kelly2015-08-071-5/+3
| * | | | | | | | cmGlobalGenerator: Port configure-time code to cmMakefile.Stephen Kelly2015-08-071-3/+3
| * | | | | | | | cmake: Port configure-time code to cmMakefile.Stephen Kelly2015-08-071-1/+1
| * | | | | | | | cmGlobalGenerator: Store a container of cmMakefiles.Stephen Kelly2015-08-073-0/+14
| * | | | | | | | cmGeneratorTarget: Port internal type to cmGeneratorTarget.Stephen Kelly2015-08-071-6/+6
| * | | | | | | | cmGeneratorTarget: Prefer the local generator to access the global.Stephen Kelly2015-08-071-4/+3
* | | | | | | | | Merge topic 'use-generator-target'Brad King2015-08-1112-167/+212
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | cmTarget: Use a simpler delete algorithm.Stephen Kelly2015-08-071-13/+5
| * | | | | | | | cmTarget: Split storage of compile definitions from genexes.Stephen Kelly2015-08-071-32/+19
| * | | | | | | | cmTarget: Split storage of compile features from genexes.Stephen Kelly2015-08-071-12/+17
| * | | | | | | | cmTarget: Split storage of compile options from genexes.Stephen Kelly2015-08-071-25/+31
| * | | | | | | | cmTarget: Split storage of include directories from genexes.Stephen Kelly2015-08-077-26/+60
| * | | | | | | | cmTarget: Request only the link libraries where needed.Stephen Kelly2015-08-071-1/+2
| * | | | | | | | cmLinkImplementationLibraries: Move to namespace scope.Stephen Kelly2015-08-065-22/+23
| * | | | | | | | cmLinkItem: Split to separate file.Stephen Kelly2015-08-063-26/+49
| * | | | | | | | cmComputeLinkInformation: Simplify generator object access.Stephen Kelly2015-08-061-11/+7
| |/ / / / / / /
* | | | | | | | Merge topic 'rm-Makefile-LocalGenerator'Brad King2015-08-117-19/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | cmMakefile: Remove unused method.Stephen Kelly2015-08-061-4/+0
| * | | | | | | | cmGlobalGenerator: Base exclusion computation on cmGeneratorTarget.Stephen Kelly2015-08-066-15/+18
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2015-08-111-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge topic 'ninja-version-handling'Brad King2015-08-103-12/+25
|\ \ \ \ \ \ \
| * | | | | | | Ninja: Prevent generating if installed Ninja version is too old.James Johnston2015-08-091-0/+12
| * | | | | | | Ninja: Centralized required Ninja version numbers and comparisons.James Johnston2015-08-093-12/+13
* | | | | | | | Merge topic 'fix-process-error-handling'Brad King2015-08-103-12/+42
|\ \ \ \ \ \ \ \
| * | | | | | | | cmcmd: Improve error handling when executing a process.James Johnston2015-08-081-5/+14
| * | | | | | | | cmCTestCoverageHandle: Improve error handling.James Johnston2015-08-082-7/+28
* | | | | | | | | Merge topic 'fix-get-filename-component'Brad King2015-08-103-3/+80
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | get_filename_component: Fix bug where CACHE was ignored.James Johnston2015-08-062-2/+34
| * | | | | | | | | get_filename_component: Added initial tests for PROGRAM component.James Johnston2015-08-061-0/+12
| * | | | | | | | | get_filename_component: Tests now check for proper CACHE usage.James Johnston2015-08-062-1/+34
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'change-nmake-env-warning'Brad King2015-08-1012-26/+192
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nmake/jom: Only warn about bad VS environment if compiler not found.James Johnston2015-08-0612-26/+192
| |/ / / / / / / /
* | | | | | | | | Merge topic 'fix-TARGET_FILE-imported'Brad King2015-08-106-0/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Reject TARGET_PDB_FILE for imported targets instead of crashingBrad King2015-08-066-0/+20
| |/ / / / / / / /
* | | | | | | | | CMake Nightly Date StampKitware Robot2015-08-101-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2015-08-091-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2015-08-081-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2015-08-071-1/+1
|/ / / / / /
* | | | | | Merge topic 'cpack-rpm-documentation-fixes'Brad King2015-08-0612-2/+228
|\ \ \ \ \ \
| * | | | | | Tests/RunCMake/CPack: Add dependencies testsDomen Vrankar2015-08-068-0/+143
| * | | | | | Tests/RunCMake/CPack: Bump verify result cmake versionDomen Vrankar2015-08-061-1/+1
| * | | | | | Tests/RunCMake/CPack/DEB: Add getPackageInfo helper functionDomen Vrankar2015-08-061-0/+10
| * | | | | | Tests/RunCMake/CPack: Enable CXX language in testsDomen Vrankar2015-08-061-1/+1
| * | | | | | CPack/RPM: missing PACKAGE_CONFLICTS documentationFrank-Christian Otto2015-08-041-0/+17
| * | | | | | CPack/RPM: undocumented variablesDomen Vrankar2015-08-041-0/+56
* | | | | | | Merge topic 'ninja-LINK_DEPENDS'Brad King2015-08-062-1/+10
|\ \ \ \ \ \ \
| * | | | | | | Ninja: Honor the LINK_DEPENDS target property (#14796)Brad King2015-08-052-1/+10