| Commit message (Expand) | Author | Age | Files | Lines |
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -39/+39 |
|
|
* | Merge topic 'cached-regex-clear-fixed' | Brad King | 2014-12-04 | 1 | -0/+58 |
|\ |
|
| * | cmMakefile: store the number of last matches in a CMake var | Ben Boeckel | 2014-12-03 | 1 | -0/+58 |
|
|
* | | file: Add LOCK subcommand to do file and directory locking | Ruslan Baratov | 2014-12-03 | 1 | -0/+10 |
|/ |
|
* | Merge branch 'revert-cached-regex-clear' into revert-cached-regex-clear-for-m... | Brad King | 2014-11-26 | 1 | -47/+0 |
|\ |
|
| * | Revert "ClearMatches: Only clear matches which were actually set" (#15261) | Ben Boeckel | 2014-11-26 | 1 | -47/+0 |
|
|
| * | Merge branch 'revert-definition-map-lookup' into releasev3.1.0-rc1 | Brad King | 2014-10-24 | 1 | -1/+1 |
| |\ |
|
* | | | Track nested loop levels in CMake language with a stack of counters | Gregor Jasny | 2014-11-25 | 1 | -0/+39 |
|
|
* | | | Add an option for explicit BYPRODUCTS of custom commands (#14963) | Brad King | 2014-11-14 | 1 | -8/+62 |
|
|
* | | | Add USES_TERMINAL option for custom commands | Peter Collingbourne | 2014-11-14 | 1 | -6/+13 |
|
|
* | | | Merge topic 'revert-definition-map-lookup' | Brad King | 2014-10-27 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Revert "cmDefinitions: Don't store parent lookups" | Ben Boeckel | 2014-10-24 | 1 | -1/+1 |
|
|
* | | | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -14/+14 |
| |/
|/| |
|
* | | Merge topic 'if-sanity' | Brad King | 2014-09-15 | 1 | -0/+61 |
|\ \ |
|
| * | | If: Introduce policy CMP0054 - don't dereference quoted variables in if() | Nils Gladitz | 2014-09-11 | 1 | -0/+61 |
|
|
* | | | CMake: Add CMAKE_GENERATOR_PLATFORM option | Brad King | 2014-09-05 | 1 | -0/+1 |
|/ / |
|
* | | cmGlobalGenerator: Take Build output argument by reference | Brad King | 2014-07-31 | 1 | -1/+1 |
|
|
* | | cmMakefile: fix __CMAKE_RULE property setting | Ben Boeckel | 2014-07-14 | 1 | -1/+1 |
|
|
* | | cmMakefile: Defer dependency calculations | Ben Boeckel | 2014-07-08 | 1 | -7/+7 |
|
|
* | | cmMakefile: Avoid excess source files | Ben Boeckel | 2014-07-08 | 1 | -23/+26 |
|
|
* | | cmMakefile: Add a CreateSource method | Ben Boeckel | 2014-07-08 | 1 | -13/+21 |
|/ |
|
* | cmDefinitions: Don't store parent lookups | Ben Boeckel | 2014-06-09 | 1 | -1/+1 |
|
|
* | backtrace: Convert to local paths in IssueMessage | Ben Boeckel | 2014-06-05 | 1 | -13/+10 |
|
|
* | cmMakefile: return a backtrace | Ben Boeckel | 2014-06-05 | 1 | -21/+11 |
|
|
* | Merge topic 'cxx14-features' | Brad King | 2014-05-29 | 1 | -5/+28 |
|\ |
|
| * | Features: Add support for C++14 features. | Stephen Kelly | 2014-05-22 | 1 | -5/+28 |
|
|
* | | Merge topic 'dev/CMP0053-variable_watch' | Brad King | 2014-05-27 | 1 | -1/+7 |
|\ \ |
|
| * | | tests: test CMP0053 in WARN mode when watching variables | Ben Boeckel | 2014-05-22 | 1 | -1/+7 |
| |/ |
|
* | | Merge topic 'variable_watch-no-allowed-access' | Brad King | 2014-05-27 | 1 | -12/+1 |
|\ \
| |/
|/| |
|
| * | variable_watch: Remove undocumented and redundant access type | Ben Boeckel | 2014-05-22 | 1 | -12/+1 |
|
|
* | | Features: Add COMPILE_FEATURES generator expression. | Stephen Kelly | 2014-05-21 | 1 | -0/+22 |
|
|
* | | cmMakefile: Add methods for checking availability of a feature. | Stephen Kelly | 2014-05-20 | 1 | -0/+112 |
|
|
* | | cmMakefile: Extract CheckNeeded{C,Cxx}Language methods. | Stephen Kelly | 2014-05-20 | 1 | -12/+29 |
|
|
* | | cmMakefile: Extract CompileFeaturesAvailable method. | Stephen Kelly | 2014-05-20 | 1 | -26/+38 |
|
|
* | | cmMakefile: Extract CompileFeatureKnown method. | Stephen Kelly | 2014-05-20 | 1 | -29/+49 |
|
|
* | | Features: Extend concept to C language. | Stephen Kelly | 2014-05-14 | 1 | -2/+114 |
|/ |
|
* | Makefile: Undef FEATURE_STRING iteration define after use. | Stephen Kelly | 2014-05-10 | 1 | -0/+1 |
|
|
* | EVIS: Reimplement using custom parsing code | Ben Boeckel | 2014-05-08 | 1 | -16/+445 |
|
|
* | Merge topic 'minor-cleanups' | Brad King | 2014-05-08 | 1 | -2/+2 |
|\ |
|
| * | Features: Include the language of the compiler in error messages. | Stephen Kelly | 2014-05-07 | 1 | -2/+2 |
|
|
* | | Merge topic 'dev/regex-variables' | Brad King | 2014-05-07 | 1 | -0/+49 |
|\ \ |
|
| * | | StoreMatches: Minor cleanups | Ben Boeckel | 2014-04-29 | 1 | -3/+3 |
|
|
| * | | ClearMatches: Store match variable names statically | Ben Boeckel | 2014-04-29 | 1 | -11/+20 |
|
|
| * | | ClearMatches: Only clear matches which were actually set | Ben Boeckel | 2014-04-29 | 1 | -0/+40 |
|
|
* | | | Merge topic 'dev/hashmap-for-targets' | Brad King | 2014-05-07 | 1 | -3/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | cmMakefile: Use a hashmap for imported targets | Ben Boeckel | 2014-05-07 | 1 | -3/+2 |
| |/ |
|
* | | Features: Make CMAKE_CXX_KNOWN_FEATURES a property. | Stephen Kelly | 2014-05-02 | 1 | -54/+0 |
|
|
* | | Merge topic 'cxx98-features' | Brad King | 2014-04-30 | 1 | -0/+21 |
|\ \
| |/
|/| |
|
| * | Features: Add cxx_template_template_parameters. | Stephen Kelly | 2014-04-16 | 1 | -0/+21 |
|
|
* | | Features: FATAL_ERROR on compilers with no recorded features. | Stephen Kelly | 2014-04-17 | 1 | -2/+22 |
|/ |
|