| Commit message (Expand) | Author | Age | Files | Lines |
* | cmMakefile: Delay CheckTargetProperties and FinalPass to generate time | Daniel Eiband | 2019-11-24 | 1 | -4/+12 |
|
|
* | cmCustomCommandLine: Provide command line make functions | Daniel Eiband | 2019-09-16 | 1 | -10/+9 |
|
|
* | Merge topic 'tidy-deprecated-headers' | Brad King | 2019-09-16 | 1 | -1/+1 |
|\ |
|
| * | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | | cmFLTKWrapUICommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -20/+19 |
|/ |
|
* | cmSourceFile: Rename mutating GetFullPath() overload | Daniel Eiband | 2019-08-29 | 1 | -1/+1 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -6/+5 |
|
|
* | clang-tidy: Enable performance-inefficient-string-concatenation | Sebastian Holtermann | 2019-08-05 | 1 | -8/+6 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -1/+2 |
|
|
* | cmFLTKWrapUICommand: Port away from FinalPass | Daniel Pfeifer | 2019-07-18 | 1 | -25/+28 |
|
|
* | cmRange: Move to dedicated header file | Regina Pfeifer | 2019-02-21 | 1 | -1/+1 |
|
|
* | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -5/+5 |
|
|
* | cmSystemTools::Message: Add overload accepting std::string | Vitaly Stakhovsky | 2019-01-28 | 1 | -1/+1 |
|
|
* | cmMakefile: Make GetRequiredDefinition return std::string | Vitaly Stakhovsky | 2018-09-05 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -2/+2 |
|
|
* | clang-tidy: apply readability-redundant-string-init fixes | Daniel Pfeifer | 2016-12-12 | 1 | -1/+1 |
|
|
* | Remove redundant c_str() calls | Daniel Pfeifer | 2016-10-30 | 1 | -2/+2 |
|
|
* | Separate compilation for commands included in cmCommands | Daniel Pfeifer | 2016-10-21 | 1 | -0/+8 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -43/+32 |
|
|
* | Rename local target lookup methods to clarify purpose | Brad King | 2016-04-01 | 1 | -1/+1 |
|
|
* | cmFLTKWrapUI: Remove CMake 2.2 compat code. | Stephen Kelly | 2015-10-06 | 1 | -39/+0 |
|
|
* | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | cmMakefile: Rename GetCurrent{,Source}Directory. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | Remove use of ExpandSourceListArguments. | Stephen Kelly | 2015-02-05 | 1 | -5/+2 |
|
|
* | cmTarget: Make the source files depend on the config. | Stephen Kelly | 2014-04-02 | 1 | -1/+1 |
|
|
* | cmTarget: Use string API to add sources to cmTarget objects. | Stephen Kelly | 2014-03-31 | 1 | -1/+1 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -5/+5 |
|
|
* | stringapi: Use strings for dependency information | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | cmMakefile: make some methods take const std::string& instead of const char* | Rolf Eike Beer | 2014-01-16 | 1 | -1/+1 |
|
|
* | cmTarget: Make GetSourceFiles populate an out-vector parameter. | Stephen Kelly | 2014-01-09 | 1 | -2/+2 |
|
|
* | Store includes from the same include_directories call together. | Stephen Kelly | 2013-01-21 | 1 | -1/+5 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -13/+13 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | BUG: fix for bug 7228 FLTK_WRAP_UI segfault fixed | Bill Hoffman | 2008-06-23 | 1 | -1/+13 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -12/+9 |
|
|
* | ENH: Made cmTarget::GetSourceFiles method return reference to const so additi... | Brad King | 2007-05-28 | 1 | -2/+2 |
|
|
* | ENH: Made cmSourceFile::GetDepends return reference to const so dependencies ... | Brad King | 2007-05-28 | 1 | -2/+2 |
|
|
* | ENH: Made cmTarget::GetSourceLists return a reference to const so that all ad... | Brad King | 2007-05-28 | 1 | -1/+1 |
|
|
* | ENH: allow source file properties to chain to Directories and up | Ken Martin | 2006-12-13 | 1 | -2/+1 |
|
|
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -0/+2 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -3/+4 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -4/+14 |
|
|
* | ENH: make sure command depends on fluid | Bill Hoffman | 2006-04-24 | 1 | -0/+1 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -21/+21 |
|
|
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -2/+5 |
|
|
* | BUG: Removed bogust dependency. | Brad King | 2006-01-14 | 1 | -1/+0 |
|
|