summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | cmDependsFortran: Simplify storage of preprocessor definitionsBrad King2015-07-272-13/+9
| * | | | | | | | cmDependsFortran: Move FindIncludeFile method into parser classBrad King2015-07-272-20/+17
| * | | | | | | | Rename Fortran parser infrastructure to drop "Depends" prefixKitware Robot2015-07-2711-632/+633
| * | | | | | | | cmDependsFortranLexer: Remove trailing blank lineBrad King2015-07-271-1/+0
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2015-07-281-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'trace-expand'Brad King2015-07-274-2/+26
|\ \ \ \ \ \ \
| * | | | | | | cmake: add --trace-expand optionBen Boeckel2015-07-234-2/+26
* | | | | | | | Merge topic 'policy-refactor'Brad King2015-07-275-77/+51
|\ \ \ \ \ \ \ \
| * | | | | | | | cmPolicies: Replace unused include.Stephen Kelly2015-07-251-1/+1
| * | | | | | | | cmMakefile: Remove CMP0001 handling to callers.Stephen Kelly2015-07-253-19/+32
| * | | | | | | | cmMakefile: Simplify computation of ancient policy status.Stephen Kelly2015-07-251-14/+7
| * | | | | | | | cmMakefile: Remove redundant condition from policy status computation.Stephen Kelly2015-07-251-5/+0
| * | | | | | | | cmMakefile: Inline internal policy status method.Stephen Kelly2015-07-252-31/+18
| * | | | | | | | cmPolicies: Enable RVO for internal method.Stephen Kelly2015-07-251-2/+4
| * | | | | | | | cmPolicies: Store only state that users can set.Stephen Kelly2015-07-252-16/+2
| * | | | | | | | cmMakefile: Convert recursion to loop.Stephen Kelly2015-07-251-12/+10
* | | | | | | | | Merge topic 'refactor-cmMakefile-properties'Brad King2015-07-275-72/+385
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmMakefile: Move the InitializeFromParent methodStephen Kelly2015-07-251-2/+2
| * | | | | | | | | cmState: Host buildsystem properties for directories.Stephen Kelly2015-07-254-142/+370
| * | | | | | | | | cmState: Fix compilation on IBM XL compilerBrad King2015-07-252-1/+8
| * | | | | | | | | cmAlgorithms: Add cmMakeReverseIterator.Stephen Kelly2015-07-221-0/+6
| * | | | | | | | | cmMakefile: Don't clear buildsystem properties.Stephen Kelly2015-07-221-33/+105
* | | | | | | | | | Merge topic 'cmRange-API'Brad King2015-07-2719-172/+213
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | cmMakefile: Use Ranges for buildsystem property access.Stephen Kelly2015-07-224-34/+30
| * | | | | | | | | cmAlgorithms: Add some convenient typedefs.Stephen Kelly2015-07-221-0/+6
| * | | | | | | | | cmMakefile: Split accessors for include directories and origins.Stephen Kelly2015-07-225-29/+31
| * | | | | | | | | cmMakefile: Split accessors for compile options and origins.Stephen Kelly2015-07-225-25/+28
| * | | | | | | | | cmMakefile: Split accessors for compile definitions and origins.Stephen Kelly2015-07-225-21/+24
| * | | | | | | | | cmMakefile: Separate storage of buildsystem properties and their origins.Stephen Kelly2015-07-222-67/+91
| * | | | | | | | | cmMakefile: Out of line some API.Stephen Kelly2015-07-222-12/+18
| * | | | | | | | | cmMakefile: Remove some references from APIs.Stephen Kelly2015-07-221-3/+3
| * | | | | | | | | cmAlgorithms: Move Range type out of private namespace.Stephen Kelly2015-07-221-35/+35
| * | | | | | | | | cmAlgorithms: Rename cmRange to cmMakeRange.Stephen Kelly2015-07-2214-29/+30
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2015-07-271-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2015-07-261-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2015-07-251-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2015-07-241-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2015-07-231-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'export-no-custom-target'Brad King2015-07-221-0/+6
|\ \ \ \ \ \
| * | | | | | export: Reject custom target exports earlier (#15657)Brad King2015-07-211-0/+6
| |/ / / / /
* | | | | | Merge topic 'target-directory-properties'Brad King2015-07-221-0/+12
|\ \ \ \ \ \
| * | | | | | Add SOURCE_DIR and BINARY_DIR target propertiesClifford Yapp2015-07-211-0/+12
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2015-07-221-1/+1
|/ / / / /
* | | | | Merge topic 'remove-special-MACROS-handling'Brad King2015-07-214-32/+5
|\ \ \ \ \
| * | | | | cmMakefile: Remove special handling of MACROS property.Stephen Kelly2015-07-194-32/+5
* | | | | | Merge topic 'remove-special-LINK_DIRECTORIES-handling'Brad King2015-07-213-79/+30
|\ \ \ \ \ \ | |/ / / / /
| * | | | | cmMakefile: Remove special handling of LINK_DIRECTORIES property.Stephen Kelly2015-07-183-75/+30
| * | | | | cmMakefile: Inline only use of GetLinkDirectories.Stephen Kelly2015-07-182-5/+1
* | | | | | Merge topic 'cmState-Directory'Brad King2015-07-216-102/+142
|\ \ \ \ \ \
| * | | | | | cmState: Extract a Directory class.Stephen Kelly2015-07-186-101/+141