| Commit message (Expand) | Author | Age | Files | Lines |
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -3/+9 |
|
|
* | Refactor extra generator registration to use factories | Tobias Hunger | 2016-08-03 | 1 | -8/+16 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -10/+10 |
|
|
* | Remove c_str() calls from stream arguments. | Daniel Pfeifer | 2016-06-06 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -273/+202 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -1/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -3/+3 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | cmGlobalKdevelopGenerator: port to cmXMLWriter | Daniel Pfeifer | 2016-03-23 | 1 | -146/+205 |
|
|
* | cmake: Store hardcoded lists of sources and headers | Stephen Kelly | 2015-10-27 | 1 | -2/+4 |
|
|
* | Port to GetGeneratorTargets. | Stephen Kelly | 2015-10-24 | 1 | -5/+4 |
|
|
* | cmLocalGenerator: Store a vector of generator targets. | Stephen Kelly | 2015-10-21 | 1 | -5/+6 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Store cmGeneratorTargets. | Stephen Kelly | 2015-10-14 | 1 | -2/+1 |
|
|
* | cmLocalGenerator: Add current binary directory accessor. | Stephen Kelly | 2015-10-10 | 1 | -2/+1 |
|
|
* | cmLocalGenerator: Add Home directory accessors. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Add GetProjectName method. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 |
|
|
* | Access sources through cmGeneratorTarget. | Stephen Kelly | 2015-10-07 | 1 | -1/+3 |
|
|
* | Move GetLocation to cmGeneratorTarget. | Stephen Kelly | 2015-07-27 | 1 | -1/+1 |
|
|
* | Always access target location from a cmGeneratorTarget instance. | Stephen Kelly | 2015-07-27 | 1 | -4/+4 |
|
|
* | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -3/+3 |
|
|
* | cmTarget: Make the source files depend on the config. | Stephen Kelly | 2014-04-02 | 1 | -1/+2 |
|
|
* | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -11/+11 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | cmTarget: Refactor GetLocation API | Brad King | 2014-03-08 | 1 | -1/+1 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -3/+3 |
|
|
* | cmTarget: Make GetSourceFiles populate an out-vector parameter. | Stephen Kelly | 2014-01-09 | 1 | -1/+2 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -2/+3 |
|
|
* | KDevelop: Use GetLocation(0) instead of LOCATION property. | Stephen Kelly | 2013-11-19 | 1 | -1/+1 |
|
|
* | Prefer CMAKE_MAKE_PROGRAM over CMAKE_BUILD_TOOL (#14548) | Brad King | 2013-11-18 | 1 | -1/+1 |
|
|
* | Drop the 'Full' field from cmDocumentationEntry | Brad King | 2013-10-16 | 1 | -10/+0 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -35/+35 |
|
|
* | Ninja: Eclipse and KDevelop fixes for ninja | Peter Kuemmel | 2012-06-15 | 1 | -0/+3 |
|
|
* | disable cmake's verbose output in the Eclipse and KDevelop generators | Alexander Neundorf | 2009-12-23 | 1 | -0/+1 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -18/+12 |
|
|
* | BUG: fix #7477, set VERBOSE=1 in the kdevelop setting for the environment, | Alexander Neundorf | 2008-08-16 | 1 | -2/+4 |
|
|
* | BUG: fix #7471, only put build directories and CMakeFiles/ in the blacklist | Alexander Neundorf | 2008-08-16 | 1 | -4/+9 |
|
|
* | COMP: fix warning about unused mf | Alexander Neundorf | 2008-03-27 | 1 | -12/+3 |
|
|
* | ENH: | Alexander Neundorf | 2008-03-27 | 1 | -4/+4 |
|
|
* | ENH: change to make the documentation class more generic, about halfway there... | Ken Martin | 2007-10-22 | 1 | -3/+3 |
|
|
* | ENH: add support for Fortran to the KDevelop generator | Alexander Neundorf | 2007-08-31 | 1 | -130/+192 |
|
|
* | COMP: remove unused variable | Alexander Neundorf | 2007-08-27 | 1 | -1/+0 |
|
|
* | ENH: add all subdirs of the project to the kdevelop blacklist, so kdevelop | Alexander Neundorf | 2007-08-26 | 1 | -2/+40 |
|
|
* | ENH: also check for .hpp and .cxx files | Alexander Neundorf | 2007-08-21 | 1 | -2/+2 |
|
|
* | ENH: enable cvs or svn support if the source has the CVS/.svn subdirs | Alexander Neundorf | 2007-06-10 | 1 | -0/+14 |
|
|
* | ENH: add cmExternalMakefileProjectGenerator, which should make it easier to | Alexander Neundorf | 2007-06-08 | 1 | -19/+27 |
|
|
* | STYLE: move ForceVerboseMakefiles to cmGlobalUnixMakefileGenerator3, so the | Alexander Neundorf | 2007-06-05 | 1 | -9/+1 |
|
|