Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | Merge topic 'math-EXPR-unary' | Brad King | 2016-10-18 | 5 | -862/+1165 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | math(EXPR): Add support for unary `+` and `-` expressions | Brad King | 2016-10-14 | 4 | -57/+102 | |
| * | | | | | | | | | | | | cmExprParser: Revise indentation style to match rest of CMake | Brad King | 2016-10-14 | 2 | -115/+155 | |
| * | | | | | | | | | | | | cmExprParser: Port to bison 3 | Brad King | 2016-10-14 | 3 | -792/+1010 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge topic 'FindwxWidgets-unversioned-library-path' | Brad King | 2016-10-18 | 1 | -12/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | FindwxWidgets: Fix finding unversioned VS-built directory prefixes | Brad King | 2016-10-17 | 1 | -12/+22 | |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-10-18 | 1 | -1/+1 | |
| |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'extract-computed-target-properties' | Brad King | 2016-10-17 | 12 | -291/+493 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | cmTarget: Implement GetProperty in terms of cmState::Snapshot | Stephen Kelly | 2016-10-16 | 1 | -3/+10 | |
| * | | | | | | | | | | cmTarget: Group code for checking written properties together | Stephen Kelly | 2016-10-16 | 1 | -25/+25 | |
| * | | | | | | | | | | cmTarget: Move sanity checks and computed property access to callers | Stephen Kelly | 2016-10-16 | 6 | -23/+48 | |
| * | | | | | | | | | | cmGeneratorTarget: Implement cmTargetPropertyComputer interface | Stephen Kelly | 2016-10-15 | 2 | -0/+40 | |
| * | | | | | | | | | | cmTargetPropertyComputer: Template some methods on the Target | Stephen Kelly | 2016-10-15 | 3 | -199/+200 | |
| * | | | | | | | | | | cm{,Generator}Target: Add global generator accessors | Stephen Kelly | 2016-10-15 | 4 | -0/+15 | |
| * | | | | | | | | | | cmTargetPropertyComputer: Unify whitelist handling from cmTarget | Stephen Kelly | 2016-10-15 | 3 | -21/+29 | |
| * | | | | | | | | | | cmTargetPropertyComputer: Move whitelist check from cmTarget | Stephen Kelly | 2016-10-15 | 3 | -35/+37 | |
| * | | | | | | | | | | cmTargetPropertyComputer: Extract into new files | Stephen Kelly | 2016-10-15 | 5 | -245/+290 | |
| * | | | | | | | | | | cmTargetPropertyComputer: Implement GetProperty without cmMakefile | Stephen Kelly | 2016-10-15 | 1 | -24/+32 | |
| * | | | | | | | | | | cmListFileBacktrace: Add a method to retrieve the Bottom of a snapshot | Stephen Kelly | 2016-10-15 | 1 | -0/+2 | |
| * | | | | | | | | | | cmTarget: Extract GetLocation method | Stephen Kelly | 2016-10-15 | 1 | -38/+54 | |
| * | | | | | | | | | | cmTarget: Extract GetSources method | Stephen Kelly | 2016-10-15 | 1 | -83/+92 | |
| * | | | | | | | | | | cmTarget: Extract location computation methods | Stephen Kelly | 2016-10-15 | 1 | -54/+44 | |
| * | | | | | | | | | | cmTarget: Split property computation into separate class | Stephen Kelly | 2016-10-15 | 2 | -54/+78 | |
| * | | | | | | | | | | cmTarget: Move IMPORTED check to callers | Stephen Kelly | 2016-10-15 | 1 | -6/+7 | |
| * | | | | | | | | | | cmTarget: Move SOURCES property computation before the rest | Stephen Kelly | 2016-10-15 | 1 | -85/+85 | |
| * | | | | | | | | | | cmTarget: Remove mutable marker from properties | Stephen Kelly | 2016-10-15 | 2 | -3/+3 | |
| * | | | | | | | | | | cmTarget: Use static storage for computed properties | Stephen Kelly | 2016-10-15 | 1 | -12/+21 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'extract-cmRulePlaceholderExpander' | Brad King | 2016-10-17 | 14 | -439/+634 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | cmRulePlaceholderExpander: Port clients to direct-use | Stephen Kelly | 2016-10-15 | 10 | -66/+91 | |
| * | | | | | | | | | | cmRulePlaceholderExpander: Extract from cmLocalGenerator | Stephen Kelly | 2016-10-15 | 6 | -321/+398 | |
| * | | | | | | | | | | cmLocalGenerator: Move memset to cxx file | Stephen Kelly | 2016-10-15 | 2 | -1/+6 | |
| * | | | | | | | | | | cmLocalGenerator: Use strings instead of a Target in rule replacement | Stephen Kelly | 2016-10-15 | 8 | -12/+28 | |
| * | | | | | | | | | | cmLocalGenerator: Use a converter in rule replacement API | Stephen Kelly | 2016-10-15 | 9 | -24/+42 | |
| * | | | | | | | | | | cmLocalGenerator: Store variable replacements as state | Stephen Kelly | 2016-10-15 | 2 | -94/+95 | |
| * | | | | | | | | | | cmLocalGenerator: Merge loops which populate mapping | Stephen Kelly | 2016-10-15 | 1 | -14/+12 | |
| * | | | | | | | | | | cmLocalGenerator: Populate variable mapping for all replacements | Stephen Kelly | 2016-10-15 | 1 | -10/+11 | |
| * | | | | | | | | | | cmLocalGenerator: Extract compiler option replacement from loop | Stephen Kelly | 2016-10-15 | 1 | -50/+48 | |
| * | | | | | | | | | | cmLocalGenerator: Populate a container of mappings for replacements | Stephen Kelly | 2016-10-15 | 1 | -31/+58 | |
| * | | | | | | | | | | cmLocalGenerator: Move compiler option handling to be more direct | Stephen Kelly | 2016-10-15 | 1 | -23/+25 | |
| * | | | | | | | | | | cmLocalGenerator: Move variable to where it can be used easily | Stephen Kelly | 2016-10-15 | 1 | -1/+2 | |
| * | | | | | | | | | | cmLocalGenerator: Use the language from the compiler container | Stephen Kelly | 2016-10-15 | 1 | -7/+8 | |
| * | | | | | | | | | | cmLocalGenerator: Introduce a container of compiler names | Stephen Kelly | 2016-10-15 | 1 | -3/+17 | |
| * | | | | | | | | | | cmLocalGenerator: Simplify loop with range algorithm | Stephen Kelly | 2016-10-15 | 1 | -6/+4 | |
| * | | | | | | | | | | cmLocalGenerator: Remove the launcher from RuleVariables | Stephen Kelly | 2016-10-15 | 9 | -44/+57 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge topic 'refactor-folder-name-retrieval' | Brad King | 2016-10-17 | 8 | -14/+28 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Factor IDE folder name retrieval out into helper method | Gregor Jasny | 2016-10-17 | 8 | -14/+28 | |
* | | | | | | | | | | | Merge topic 'cmcldeps-more-safety' | Brad King | 2016-10-17 | 1 | -8/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | cmcldeps: prefer the /TC flag | Ben Boeckel | 2016-10-14 | 1 | -6/+1 | |
| * | | | | | | | | | | | cmcldeps: append strings as strings | Ben Boeckel | 2016-10-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | cmcldeps: search for single-byte strings as characters | Ben Boeckel | 2016-10-14 | 1 | -2/+2 | |