| Commit message (Expand) | Author | Age | Files | Lines |
* | cmSourceFile: Remove non-const GetProperties accessor | Daniel Eiband | 2019-09-21 | 1 | -1/+2 |
|
|
* | Precompile Headers: Add precompile header file to source list | Cristian Adam | 2019-09-19 | 1 | -0/+2 |
|
|
* | cmSourceFile: use unique_ptr for CustomCommand | Tushar Maheshwari | 2019-09-13 | 1 | -11/+6 |
|
|
* | cmSourceFile: Rename mutating GetFullPath() overload | Daniel Eiband | 2019-08-29 | 1 | -7/+8 |
|
|
* | cmSourceFile: Rename non-const GetLanguage | Tushar Maheshwari | 2019-08-27 | 1 | -1/+1 |
|
|
* | Fix invalid ///! doxygen comment line starts | Sebastian Holtermann | 2019-03-31 | 1 | -4/+4 |
|
|
* | Delete some default constructors and assignment operators | Albert Astals Cid | 2019-02-15 | 1 | -0/+3 |
|
|
* | cmSourceFile: Refactor FindFullPath method | Sebastian Holtermann | 2019-02-02 | 1 | -1/+0 |
|
|
* | cmSourceFile: Add IsGenerated method | Sebastian Holtermann | 2019-02-01 | 1 | -2/+7 |
|
|
* | cmSourceFile: Additional static property strings | Sebastian Holtermann | 2019-02-01 | 1 | -0/+2 |
|
|
* | Add GetSafeProperty method to cmTarget, cmGeneratorTarget and cmSourceFile | Sebastian Holtermann | 2018-07-02 | 1 | -0/+3 |
|
|
* | cmSourceFile: mark known locations as such | Ben Boeckel | 2018-01-10 | 1 | -0/+1 |
|
|
* | cmSourceFileLocation: allow skipping ambiguous extensions | Ben Boeckel | 2018-01-10 | 1 | -1/+3 |
|
|
* | CUDA: Add cu as default source file extension | Robert Maynard | 2018-01-08 | 1 | -1/+2 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -1/+1 |
|
|
* | Remove AUTOGEN variables from cmSourceFile and cmMakefile | Sebastian Holtermann | 2017-08-22 | 1 | -1/+0 |
|
|
* | Add more extensions to Resources source group by default | UfoXp | 2017-07-10 | 1 | -0/+6 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | VS: add VS_CSHARP_<tagname> sourcefile property | Michael Stürmer | 2017-03-01 | 1 | -0/+1 |
|
|
* | 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 |
|
|