Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmLocalGenerator: Remove unused AddCustomCommandToCreateObject method. | Stephen Kelly | 2015-07-27 | 2 | -84/+0 |
| | |||||
* | cmLocalGenerator: Remove unused AddBuildTargetRule method. | Stephen Kelly | 2015-07-27 | 2 | -105/+0 |
| | |||||
* | cmLocalGenerator: Remove CreateCustomTargetsAndCommands method. | Stephen Kelly | 2015-07-27 | 5 | -66/+0 |
| | | | | | It loops over cmGeneratorTargets, but at the point it is called, there are no cmGeneratorTargets. This must be dead code. | ||||
* | cmGlobalGenerator: Add global targets at the end of Configure. | Stephen Kelly | 2015-07-27 | 1 | -12/+27 |
| | | | | Rather than at the start of Generate. | ||||
* | cmGlobalGenerator: Extract method to create generator objects. | Stephen Kelly | 2015-07-27 | 2 | -2/+10 |
| | |||||
* | cmGlobalGenerator: Split creation of generator object from initialization. | Stephen Kelly | 2015-07-27 | 2 | -1/+15 |
| | |||||
* | cmCPackPropertiesGenerator: Require cmLocalGenerator in API. | Stephen Kelly | 2015-07-27 | 3 | -8/+13 |
| | |||||
* | cmCustomCommandGenerator: Require cmLocalGenerator in API. | Stephen Kelly | 2015-07-27 | 13 | -32/+36 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2015-07-25 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2015-07-24 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2015-07-23 | 1 | -1/+1 |
| | |||||
* | Merge topic 'export-no-custom-target' | Brad King | 2015-07-22 | 1 | -0/+6 |
|\ | | | | | | | | | | | 7e9f908e export: Reject custom target exports earlier (#15657) 3b09398a Tests: Teach RunCMake.export to enable languages only when needed | ||||
| * | export: Reject custom target exports earlier (#15657) | Brad King | 2015-07-21 | 1 | -0/+6 |
| | | | | | | | | | | Diagnose and reject custom targets given to the export() command immediately. Previously we would generate an internal error later. | ||||
* | | Merge topic 'target-directory-properties' | Brad King | 2015-07-22 | 1 | -0/+12 |
|\ \ | | | | | | | | | | | | | 45c5f8ca Add SOURCE_DIR and BINARY_DIR target properties | ||||
| * | | Add SOURCE_DIR and BINARY_DIR target properties | Clifford Yapp | 2015-07-21 | 1 | -0/+12 |
| |/ | | | | | | | | | This will allow project code to recover the directory information about where a target was created. | ||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2015-07-22 | 1 | -1/+1 |
|/ | |||||
* | Merge topic 'remove-special-MACROS-handling' | Brad King | 2015-07-21 | 4 | -32/+5 |
|\ | | | | | | | | | 41bb831f cmMakefile: Remove special handling of MACROS property. | ||||
| * | cmMakefile: Remove special handling of MACROS property. | Stephen Kelly | 2015-07-19 | 4 | -32/+5 |
| | | |||||
* | | Merge topic 'remove-special-LINK_DIRECTORIES-handling' | Brad King | 2015-07-21 | 3 | -79/+30 |
|\ \ | |/ | | | | | | | | | 881613c4 cmMakefile: Remove special handling of LINK_DIRECTORIES property. 35734260 cmMakefile: Inline only use of GetLinkDirectories. | ||||
| * | cmMakefile: Remove special handling of LINK_DIRECTORIES property. | Stephen Kelly | 2015-07-18 | 3 | -75/+30 |
| | | | | | | | | There is no need to handle it in a special way. | ||||
| * | cmMakefile: Inline only use of GetLinkDirectories. | Stephen Kelly | 2015-07-18 | 2 | -5/+1 |
| | | |||||
* | | Merge topic 'cmState-Directory' | Brad King | 2015-07-21 | 6 | -102/+142 |
|\ \ | | | | | | | | | | | | | | | | 9ebc7502 cmState: Extract a Directory class. 27ec21db cmState: Forward-declare a type earlier. | ||||
| * | | cmState: Extract a Directory class. | Stephen Kelly | 2015-07-18 | 6 | -101/+141 |
| | | | | | | | | | | | | | | | Move Directory-scoped state accessors to it. This will be expanded with directory property state soon. | ||||
| * | | cmState: Forward-declare a type earlier. | Stephen Kelly | 2015-07-18 | 1 | -1/+1 |
| |/ | |||||
* | | Merge topic 'remove-Properties-accessor' | Brad King | 2015-07-21 | 3 | -10/+22 |
|\ \ | | | | | | | | | | | | | | | | c6055d9d cmMakefile: Remove GetProperties method. cbe3ee58 cmMakefile: Add a PropertyKeys accessor. | ||||
| * | | cmMakefile: Remove GetProperties method. | Stephen Kelly | 2015-07-18 | 1 | -3/+0 |
| | | | | | | | | | | | | The storage details of properties do not belong in the API. | ||||
| * | | cmMakefile: Add a PropertyKeys accessor. | Stephen Kelly | 2015-07-18 | 3 | -7/+22 |
| |/ | |||||
* | | Merge topic 'clean-up-include_regular_expression' | Brad King | 2015-07-21 | 3 | -17/+4 |
|\ \ | | | | | | | | | | | | | 4efda261 cmMakefile: Remove special handling of INCLUDE_REGULAR_EXPRESSION. | ||||
| * | | cmMakefile: Remove special handling of INCLUDE_REGULAR_EXPRESSION. | Stephen Kelly | 2015-07-18 | 3 | -17/+4 |
| | | | | | | | | | | | | | | | | | | It costs an extra cmMakefile member and extra code to maintain in directory property handling. Remove documentation note that it is read-only and specify high-level command to populate it. | ||||
* | | | Merge topic 'minor-cleanups' | Brad King | 2015-07-21 | 17 | -81/+50 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cff2dc34 cmLocalUnixMakefileGenerator3: Port away from the Parent. 5505bff7 cmMakefile: Add include which we use. 2007d11c cmState: Remove unused variable. a622b829 cmGetCMakePropertyCommand: Clean up VARIABLES handling. 52f22616 cmListFileBacktrace: Constify API. fc1c7cf8 Genex: Store a backtrace, not a pointer to one. 4dc45707 cmMakefile: Fix indentation. 12c82fd8 cmMakefile: Remove dead code. f19653eb CodeLite: Remove unused code. | ||||
| * | | | cmLocalUnixMakefileGenerator3: Port away from the Parent. | Stephen Kelly | 2015-07-18 | 1 | -3/+3 |
| | | | | |||||
| * | | | cmMakefile: Add include which we use. | Stephen Kelly | 2015-07-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Don't rely on this through the cmLocalGenerator include. | ||||
| * | | | cmState: Remove unused variable. | Stephen Kelly | 2015-07-18 | 1 | -2/+0 |
| | | | | |||||
| * | | | cmGetCMakePropertyCommand: Clean up VARIABLES handling. | Stephen Kelly | 2015-07-18 | 1 | -3/+2 |
| |/ / | |||||
| * | | cmListFileBacktrace: Constify API. | Stephen Kelly | 2015-07-18 | 2 | -4/+4 |
| | | | |||||
| * | | Genex: Store a backtrace, not a pointer to one. | Stephen Kelly | 2015-07-17 | 10 | -33/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The storage of a pointer means that the ownership and lifetime are externally determined, which is harder to reason about. It also imposes API constraints, requiring APIs to return references to backtraces. This pointer storage was introduced in commit v3.1.0-rc1~425^2~3 (genex: remove the need for backtraces, 2014-05-23). As backtraces are now cheap to copy around, just do that instead. | ||||
| * | | cmMakefile: Fix indentation. | Stephen Kelly | 2015-07-17 | 1 | -8/+8 |
| | | | |||||
| * | | cmMakefile: Remove dead code. | Stephen Kelly | 2015-07-17 | 1 | -10/+0 |
| | | | |||||
| * | | CodeLite: Remove unused code. | Stephen Kelly | 2015-07-17 | 1 | -18/+0 |
| | | | |||||
* | | | Merge topic 'remove-ListFileStack' | Brad King | 2015-07-21 | 2 | -22/+25 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 640fc5b5 cmMakefile: Remove unused ListFileStack. 54cc0c0e cmMakefile: Port some users of ListFileStack to cmState. e77c4666 cmMakefile: Remove obsolete condition. 8e7d3030 cmMakefile: Simplify setting of current snapshot. 6083ec9a cmMakefile: Implement LISTFILE_STACK property in terms of cmState. 647b533b cmMakefile: Implement FormatListFileStack in terms of cmState. | ||||
| * | | | cmMakefile: Remove unused ListFileStack. | Stephen Kelly | 2015-07-18 | 2 | -8/+0 |
| | | | | |||||
| * | | | cmMakefile: Port some users of ListFileStack to cmState. | Stephen Kelly | 2015-07-18 | 1 | -3/+3 |
| | | | | |||||
| * | | | cmMakefile: Remove obsolete condition. | Stephen Kelly | 2015-07-18 | 1 | -4/+0 |
| | | | | |||||
| * | | | cmMakefile: Simplify setting of current snapshot. | Stephen Kelly | 2015-07-18 | 1 | -2/+1 |
| | | | | |||||
| * | | | cmMakefile: Implement LISTFILE_STACK property in terms of cmState. | Stephen Kelly | 2015-07-18 | 1 | -1/+9 |
| | | | | |||||
| * | | | cmMakefile: Implement FormatListFileStack in terms of cmState. | Stephen Kelly | 2015-07-18 | 1 | -4/+12 |
| |/ / | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2015-07-21 | 1 | -1/+1 |
| | | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2015-07-20 | 1 | -1/+1 |
| | | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2015-07-19 | 1 | -1/+1 |
| |/ |/| | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2015-07-18 | 1 | -1/+1 |
|/ |