| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+1 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -1/+2 |
|
|
* | server: return whether or not a target is generator provided | Justin Goshi | 2017-11-20 | 1 | -3/+3 |
|
|
* | CMP0037: De-duplicate check and message generation | Brad King | 2017-10-30 | 1 | -30/+4 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -1/+1 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -2/+2 |
|
|
* | Add const-reference qualifications | Pavel Solodovnikov | 2017-05-26 | 1 | -1/+1 |
|
|
* | add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option | Ed Branch | 2017-01-14 | 1 | -1/+12 |
|
|
* | clang-tidy: apply performance-faster-string-find fixes | Daniel Pfeifer | 2016-12-12 | 1 | -1/+1 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -0/+10 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | use empty method to check for emptyness | Daniel Pfeifer | 2016-09-15 | 1 | -1/+1 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -103/+62 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+2 |
|
|
* | Port to static cmPolicies API. | Stephen Kelly | 2015-05-04 | 1 | -2/+1 |
|
|
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -3/+3 |
|
|
* | Add an option for explicit BYPRODUCTS of custom commands (#14963) | Brad King | 2014-11-14 | 1 | -2/+27 |
|
|
* | Add USES_TERMINAL option for custom commands | Peter Collingbourne | 2014-11-14 | 1 | -1/+15 |
|
|
* | Rename doing_verbatim to doing_nothing | Peter Collingbourne | 2014-11-14 | 1 | -2/+2 |
|
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -1/+1 |
|
|
* | Merge topic 'fix_policy_diagnostics' | Brad King | 2014-04-01 | 1 | -3/+3 |
|\ |
|
| * | Policies: omit warnings about unset policies when they are actually set to NEW | Nils Gladitz | 2014-03-31 | 1 | -3/+3 |
|
|
* | | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -5/+5 |
|/ |
|
* | CMP0037: Extend policy to reserved names and custom targets | Nils Gladitz | 2013-11-19 | 1 | -7/+55 |
|
|
* | Drop compatibility with CMake < 2.4 | Brad King | 2013-10-23 | 1 | -11/+6 |
|
|
* | Normalize slashes of add_custom_(command|target) DEPENDS (#11973) | Brad King | 2011-03-30 | 1 | -1/+5 |
|
|
* | Handle relative WORKING_DIRECTORY in add_custom_(command|target) | Brad King | 2011-01-26 | 1 | -0/+8 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Allow custom sources in custom targets | Brad King | 2008-10-09 | 1 | -3/+16 |
|
|
* | COMP: Fix unused parameter warning in cmAddCustomTargetCommand. | Brad King | 2008-03-07 | 1 | -1/+1 |
|
|
* | ENH: Improve handling of old-style compatibility. | Brad King | 2008-03-07 | 1 | -38/+19 |
|
|
* | ENH: New format for warning and error messages | Brad King | 2008-03-07 | 1 | -6/+8 |
|
|
* | ENH: fix ICE with gcc in dash8 | Bill Hoffman | 2008-03-03 | 1 | -7/+12 |
|
|
* | COMP: fix compile errors on vs6 and a warning | Ken Martin | 2008-03-02 | 1 | -1/+0 |
|
|
* | COMP: fix some warnings | Ken Martin | 2008-03-01 | 1 | -0/+1 |
|
|
* | ENH: add first cut and policies still need to add the doc support | Ken Martin | 2008-03-01 | 1 | -19/+25 |
|
|
* | ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing proj... | Brad King | 2008-02-14 | 1 | -1/+1 |
|
|
* | COMP: Fix shadowed local variable warning. | Brad King | 2008-02-11 | 1 | -0/+2 |
|
|
* | ENH: Enforce global target name uniqueness. | Brad King | 2008-02-11 | 1 | -0/+8 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -2/+2 |
|
|
* | ENH: some more cleanup | Ken Martin | 2007-03-13 | 1 | -3/+3 |
|
|
* | ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461. | Brad King | 2006-10-04 | 1 | -1/+12 |
|
|
* | ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid ... | Brad King | 2006-09-28 | 1 | -2/+1 |
|
|
* | ENH: Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET comman... | Brad King | 2006-09-28 | 1 | -2/+10 |
|
|
* | ENH: Added diagnosis of bad target names. | Brad King | 2006-09-13 | 1 | -0/+23 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -3/+3 |
|
|
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -4/+5 |
|
|
* | ENH: fix broken tests | Bill Hoffman | 2006-02-08 | 1 | -1/+1 |
|
|