| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -3/+7 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -8/+7 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | cmSourceFile: Re-arrange data. | Stephen Kelly | 2015-06-07 | 1 | -2/+2 |
|
|
* | cmSourceFile: Take a string | Ben Boeckel | 2014-04-29 | 1 | -1/+1 |
|
|
* | perf: Cache the language property string | Ben Boeckel | 2014-04-29 | 1 | -0/+2 |
|
|
* | cmSourceFile: Cache the isUiFile check | Ben Boeckel | 2014-04-29 | 1 | -0/+1 |
|
|
* | Remove extra semicolons from C++ code. | Stephen Kelly | 2014-04-03 | 1 | -1/+1 |
|
|
* | Genex: Evaluate TARGET_OBJECTS as a normal expression. | Stephen Kelly | 2014-03-31 | 1 | -0/+4 |
|
|
* | stringapi: Use strings for the languages | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | stringapi: Use strings for TryFullPath | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for source names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for property names | Ben Boeckel | 2014-03-08 | 1 | -5/+6 |
|
|
* | Drop builtin property documentation | Brad King | 2013-10-16 | 1 | -3/+0 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -1/+1 |
|
|
* | Classify known header file extensions as headers | Brad King | 2012-03-28 | 1 | -0/+3 |
|
|
* | Fix #12342: Add APPEND_STRING option to set_property() | Alex Neundorf | 2011-07-15 | 1 | -1/+1 |
|
|
* | Report missing source files with context of target | Brad King | 2010-09-13 | 1 | -2/+2 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: In cmSourceFile::GetLanguage use the file extension (if not ambiguous) t... | Brad King | 2008-04-29 | 1 | -0/+1 |
|
|
* | BUG: Add cmSourceFile::GetPropertyForUser to centralize the LOCATION property... | Brad King | 2008-01-30 | 1 | -0/+4 |
|
|
* | ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple... | Brad King | 2008-01-17 | 1 | -0/+1 |
|
|
* | ENH: Added cmSourceFile::GetLocation method to get a read-only reference to t... | Brad King | 2007-12-17 | 1 | -1/+13 |
|
|
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -58/+31 |
|
|
* | ENH: Removed unused methods that should never be used anyway. | Brad King | 2007-05-28 | 1 | -3/+0 |
|
|
* | ENH: Made cmSourceFile::GetDepends return reference to const so dependencies ... | 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 | -0/+9 |
|
|
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -5/+11 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -1/+2 |
|
|
* | ENH: Added information about target needing a source file when one cannot be ... | Brad King | 2006-05-05 | 1 | -2/+3 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -18/+18 |
|
|
* | ENH: Speedup by storing source name without last extension | Andy Cedilnik | 2005-04-13 | 1 | -0/+6 |
|
|
* | BUG: cmSourceFile instances should delete their own custom commands when a ne... | Brad King | 2005-02-18 | 1 | -3/+2 |
|
|
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
|
|
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -3/+17 |
|
|
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh... | Brad King | 2002-10-23 | 1 | -3/+3 |
|
|
* | modified how source files store properties | Ken Martin | 2002-08-16 | 1 | -30/+7 |
|
|
* | performance fix | Ken Martin | 2002-06-28 | 1 | -2/+2 |
|
|
* | minor cleanup | Ken Martin | 2002-06-28 | 1 | -2/+1 |
|
|
* | performance inprovements | Ken Martin | 2002-06-28 | 1 | -0/+1 |
|
|
* | ENH: add file specific compile flags | Bill Hoffman | 2002-03-04 | 1 | -0/+4 |
|
|
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -30/+6 |
|
|
* | ENH: Source and header file extensions are in variables in cmMakefile. | Amitha Perera | 2001-07-16 | 1 | -5/+7 |
|
|
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -5/+30 |
|
|
* | many fixes and cleanup and features | Ken Martin | 2001-04-24 | 1 | -0/+117 |
|
|