summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | Merge topic 'fix-function-missing-end'Brad King2015-06-231-1/+0
|\ \ \ | | |/ | |/|
| * | Fix assertion failure on unmatched function or macroBrad King2015-06-221-1/+0
* | | Merge topic 'minor-cleanups'Brad King2015-06-221-7/+13
|\ \ \
| * | | cmMakefile: Use member directly instead of through method.Stephen Kelly2015-06-211-1/+1
| * | | cmMakefile: Move IsRoot API from cmLocalGenerator.Stephen Kelly2015-06-211-0/+5
| * | | cmMakefile: Use cmOutputConverter instead of cmLocalGenerator.Stephen Kelly2015-06-211-6/+7
* | | | Merge topic 'clean-up-ReadListFile'Brad King2015-06-221-64/+76
|\ \ \ \
| * | | | cmMakefile: Simplify filename handling.Stephen Kelly2015-06-211-7/+3
| * | | | cmMakefile: Make the IncludeScope more responsible.Stephen Kelly2015-06-211-3/+5
| * | | | cmMakefile: Move IncludeScope.Stephen Kelly2015-06-211-1/+2
| * | | | cmMakefile: Move ListFile parsing responsibility out of internal method.Stephen Kelly2015-06-211-19/+39
| * | | | cmMakefile: Rename parameter.Stephen Kelly2015-06-211-9/+9
| * | | | cmMakefile: Inline ReadListFileInternal into caller.Stephen Kelly2015-06-211-16/+11
| * | | | cmMakefile: Move resource management into the IncludeScope.Stephen Kelly2015-06-211-5/+2
| * | | | cmMakefile: Move IncludeScope to ReadDependentFile.Stephen Kelly2015-06-211-10/+15
| * | | | cmMakefile: Move IncludeScope instance.Stephen Kelly2015-06-211-1/+2
| * | | | cmMakefile: Remove File from IncludeScope.Stephen Kelly2015-06-211-7/+8
| * | | | cmMakefile: Move include scope out of ReadListFileInternal.Stephen Kelly2015-06-211-6/+7
| * | | | cmMakefile: Change order of raii scopes.Stephen Kelly2015-06-211-1/+1
| * | | | cmMakefile: Simplify condition handling.Stephen Kelly2015-06-211-13/+9
| * | | | cmMakefile: Split file handling from execution.Stephen Kelly2015-06-211-8/+11
| * | | | cmMakefile: Move check for unused variables.Stephen Kelly2015-06-211-5/+2
| * | | | cmMakefile: Move a container population.Stephen Kelly2015-06-211-5/+3
| * | | | cmMakefile: Rename variables.Stephen Kelly2015-06-211-7/+7