summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* | | | cmMakefile: Use Ranges for buildsystem property access.Stephen Kelly2015-07-221-16/+12
* | | | cmMakefile: Split accessors for include directories and origins.Stephen Kelly2015-07-221-14/+10
* | | | cmMakefile: Split accessors for compile options and origins.Stephen Kelly2015-07-221-12/+8
* | | | cmMakefile: Split accessors for compile definitions and origins.Stephen Kelly2015-07-221-12/+8
* | | | cmMakefile: Separate storage of buildsystem properties and their origins.Stephen Kelly2015-07-221-64/+85
* | | | cmMakefile: Out of line some API.Stephen Kelly2015-07-221-0/+15
* | | | cmAlgorithms: Rename cmRange to cmMakeRange.Stephen Kelly2015-07-221-1/+1
|/ / /
* | | Merge topic 'remove-special-MACROS-handling'Brad King2015-07-211-17/+0
|\ \ \
| * | | cmMakefile: Remove special handling of MACROS property.Stephen Kelly2015-07-191-17/+0
* | | | Merge topic 'remove-special-LINK_DIRECTORIES-handling'Brad King2015-07-211-64/+29
|\ \ \ \ | |/ / /
| * | | cmMakefile: Remove special handling of LINK_DIRECTORIES property.Stephen Kelly2015-07-181-64/+29
| * | | cmMakefile: Inline only use of GetLinkDirectories.Stephen Kelly2015-07-181-1/+1
* | | | Merge topic 'cmState-Directory'Brad King2015-07-211-10/+11
|\ \ \ \
| * | | | cmState: Extract a Directory class.Stephen Kelly2015-07-181-10/+11
| |/ / /
* | | | Merge topic 'remove-Properties-accessor'Brad King2015-07-211-0/+12
|\ \ \ \
| * | | | cmMakefile: Add a PropertyKeys accessor.Stephen Kelly2015-07-181-0/+12
| |/ / /
* | | | Merge topic 'clean-up-include_regular_expression'Brad King2015-07-211-13/+1
|\ \ \ \
| * | | | cmMakefile: Remove special handling of INCLUDE_REGULAR_EXPRESSION.Stephen Kelly2015-07-181-13/+1
* | | | | Merge topic 'minor-cleanups'Brad King2015-07-211-18/+9
|\ \ \ \ \
| * | | | | cmMakefile: Add include which we use.Stephen Kelly2015-07-181-0/+1
| |/ / / /
| * | | | cmMakefile: Fix indentation.Stephen Kelly2015-07-171-8/+8
| * | | | cmMakefile: Remove dead code.Stephen Kelly2015-07-171-10/+0
| |/ / /
* | | | cmMakefile: Remove unused ListFileStack.Stephen Kelly2015-07-181-5/+0
* | | | cmMakefile: Port some users of ListFileStack to cmState.Stephen Kelly2015-07-181-3/+3
* | | | cmMakefile: Remove obsolete condition.Stephen Kelly2015-07-181-4/+0
* | | | cmMakefile: Simplify setting of current snapshot.Stephen Kelly2015-07-181-2/+1
* | | | cmMakefile: Implement LISTFILE_STACK property in terms of cmState.Stephen Kelly2015-07-181-1/+9
* | | | cmMakefile: Implement FormatListFileStack in terms of cmState.Stephen Kelly2015-07-181-4/+12
|/ / /
* | | cmListFileBacktrace: Implement in terms of cmState::Snapshot.Stephen Kelly2015-07-061-28/+6
* | | cmListFile: Remove FilePath member from cmListFileContext.Stephen Kelly2015-07-061-13/+22
* | | cmMakefile: Set the FilePath on the frame from the cmState.Stephen Kelly2015-07-061-2/+8
* | | cmMakefile: Create intermediate variables for snapshot frames.Stephen Kelly2015-07-061-2/+4
* | | cmMakefile: Create a scoped context for parsing listfiles.Stephen Kelly2015-07-061-0/+30
* | | cmMakefile: Access the execution list file from the cmState.Stephen Kelly2015-07-051-1/+2
* | | cmState: Store execution context.Stephen Kelly2015-07-051-10/+31
* | | cmState: Store snapshots for more different types.Stephen Kelly2015-07-041-0/+33
* | | cmMakefile: Split CallStack into two pieces.Stephen Kelly2015-07-041-16/+19
* | | cmMakefile: Merge two Scope types and instances.Stephen Kelly2015-06-301-30/+18
* | | cmMakefile: Rename a variable.Stephen Kelly2015-06-301-3/+3
* | | cmMakefile: Expand the scope of scoped buildsystem file state.Stephen Kelly2015-06-301-3/+1
* | | cmMakefile: Compute the filename processed in a scope.Stephen Kelly2015-06-301-3/+6
* | | cmMakefile: Inline ProcessBuildsystemFile into only caller.Stephen Kelly2015-06-301-43/+39
* | | cmMakefile: Don't use string comparison to check directory level.Stephen Kelly2015-06-301-2/+1
* | | cmMakefile: Avoid invoking EnforceDirectoryLevelRules.Stephen Kelly2015-06-301-1/+0
* | | cmMakefile: Add filename to ReadListFile auto scopes.Stephen Kelly2015-06-301-6/+6
* | | cmMakefile: Remove IncludeScope Quiet call.Stephen Kelly2015-06-301-1/+0
* | | cmMakefile: Make listfile scopes responsible for logical checks.Stephen Kelly2015-06-301-17/+6
* | | cmMakefile: Move the lexical scope.Stephen Kelly2015-06-301-3/+2
* | | cmMakefile: Add automatic scopes to listfile readers.Stephen Kelly2015-06-301-6/+51
* | | cmMakefile: Move the IncludeScope to where it is used.Stephen Kelly2015-06-301-20/+20