| Commit message (Expand) | Author | Age | Files | Lines |
* | If: Introduce policy CMP0054 - don't dereference quoted variables in if() | Nils Gladitz | 2014-09-11 | 1 | -1/+34 |
|
|
* | cmGlobalGenerator: Take Build output argument by reference | Brad King | 2014-07-31 | 1 | -1/+1 |
|
|
* | cmMakefile: Add a CreateSource method | Ben Boeckel | 2014-07-08 | 1 | -0/+7 |
|
|
* | cmMakefile: return a backtrace | Ben Boeckel | 2014-06-05 | 1 | -1/+1 |
|
|
* | Merge topic 'cxx14-features' | Brad King | 2014-05-29 | 1 | -1/+1 |
|\ |
|
| * | Features: Add support for C++14 features. | Stephen Kelly | 2014-05-22 | 1 | -1/+1 |
|
|
* | | tests: test CMP0053 in WARN mode when watching variables | Ben Boeckel | 2014-05-22 | 1 | -0/+2 |
|/ |
|
* | Features: Add COMPILE_FEATURES generator expression. | Stephen Kelly | 2014-05-21 | 1 | -0/+4 |
|
|
* | cmMakefile: Add methods for checking availability of a feature. | Stephen Kelly | 2014-05-20 | 1 | -0/+8 |
|
|
* | cmMakefile: Extract CheckNeeded{C,Cxx}Language methods. | Stephen Kelly | 2014-05-20 | 1 | -0/+5 |
|
|
* | cmMakefile: Extract CompileFeaturesAvailable method. | Stephen Kelly | 2014-05-20 | 1 | -0/+3 |
|
|
* | cmMakefile: Extract CompileFeatureKnown method. | Stephen Kelly | 2014-05-20 | 1 | -0/+3 |
|
|
* | Features: Extend concept to C language. | Stephen Kelly | 2014-05-14 | 1 | -0/+6 |
|
|
* | EVIS: Reimplement using custom parsing code | Ben Boeckel | 2014-05-08 | 1 | -1/+24 |
|
|
* | Merge topic 'dev/regex-variables' | Brad King | 2014-05-07 | 1 | -0/+5 |
|\ |
|
| * | ClearMatches: Only clear matches which were actually set | Ben Boeckel | 2014-04-29 | 1 | -0/+5 |
|
|
* | | cmMakefile: Use a hashmap for imported targets | Ben Boeckel | 2014-05-07 | 1 | -2/+7 |
|/ |
|
* | cmTarget: Add COMPILE_FEATURES target property. | Stephen Kelly | 2014-04-07 | 1 | -0/+4 |
|
|
* | Merge topic 'compiler-warning-cleanup' | Brad King | 2014-04-04 | 1 | -1/+1 |
|\ |
|
| * | Remove extra semicolons from C++ code. | Stephen Kelly | 2014-04-03 | 1 | -1/+1 |
|
|
* | | Merge topic 'cmMakefile_IsOn_fix_comment' | Brad King | 2014-04-04 | 1 | -2/+5 |
|\ \
| |/
|/| |
|
| * | cmMakefile: Revise comment describing IsOn() | Daniele E. Domenichelli | 2014-04-04 | 1 | -2/+5 |
|
|
* | | Merge branch 'master' into revise-compiler-id-policies | Brad King | 2014-04-02 | 1 | -72/+78 |
|\ \
| |/ |
|
| * | stringapi: Use strings for dependency information | Ben Boeckel | 2014-03-08 | 1 | -3/+3 |
|
|
| * | stringapi: Use strings for directories | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
| * | stringapi: Use strings for feature arguments | Ben Boeckel | 2014-03-08 | 1 | -1/+2 |
|
|
| * | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
| * | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -9/+9 |
|
|
| * | stringapi: Take strings for utility command names | Ben Boeckel | 2014-03-08 | 1 | -2/+3 |
|
|
| * | stringapi: Use strings for VS project names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
| * | stringapi: Use strings for cache paths as arguments | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
| * | stringapi: Use strings for AddSubdirectory paths | Ben Boeckel | 2014-03-08 | 1 | -5/+7 |
|
|
| * | stringapi: Use strings for output names in AddCustomCommandToOutput | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
| * | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -14/+15 |
|
|
| * | stringapi: Use strings for the languages | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
| * | stringapi: Use strings for test names | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
| * | stringapi: Use strings for source names | Ben Boeckel | 2014-03-08 | 1 | -7/+7 |
|
|
| * | makefile: Remove an unused method | Ben Boeckel | 2014-03-08 | 1 | -1/+0 |
|
|
| * | stringapi: Accept string parameters in methods which store to strings | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
| * | stringapi: Use strings for variable names | Ben Boeckel | 2014-03-08 | 1 | -16/+16 |
|
|
| * | stringapi: Use strings for property names | Ben Boeckel | 2014-03-08 | 1 | -7/+9 |
|
|
* | | Do not warn by default when policy CMP0025 or CMP0047 is not set | Brad King | 2014-04-02 | 1 | -0/+2 |
|/ |
|
* | cmMakefile: Return containers by const reference. | Stephen Kelly | 2014-02-02 | 1 | -3/+3 |
|
|
* | cmMakefile: Make ConfigureString const. | Stephen Kelly | 2014-01-22 | 1 | -3/+3 |
|
|
* | cmMakefile: Make FindSourceGroup const. | Stephen Kelly | 2014-01-22 | 1 | -2/+2 |
|
|
* | cmMakefile: Trivially constify some methods. | Stephen Kelly | 2014-01-22 | 1 | -29/+26 |
|
|
* | cmMakefile: Remove non-const version of method | Stephen Kelly | 2014-01-22 | 1 | -7/+0 |
|
|
* | cmMakefile: Remove method declarations with no implementation. | Stephen Kelly | 2014-01-22 | 1 | -2/+0 |
|
|
* | cmMakefile: Consify custom command API. | Stephen Kelly | 2014-01-22 | 1 | -1/+1 |
|
|
* | cmMakefile: Constify policies accessors. | Stephen Kelly | 2014-01-22 | 1 | -3/+4 |
|
|