| Commit message (Expand) | Author | Age | Files | Lines |
* | Enhancement: SetProperty accept cmProp or std::string | Marc Chevrier | 2021-08-25 | 1 | -0/+8 |
|
|
* | Treat '.ixx' and '.cppm' files as C++ sources | Andrew Gilewsky | 2021-03-22 | 1 | -1/+1 |
|
|
* | Treat the '.mpp' file extension as C++ code | Ben Boeckel | 2021-01-05 | 1 | -1/+1 |
|
|
* | GENERATED prop: Add implementation for policy CMP0118 being set to NEW | Deniz Bahadir | 2020-11-24 | 1 | -8/+28 |
|
|
* | cmSourceFile::GetPropertyForUser: return cmProp | Vitaly Stakhovsky | 2020-11-04 | 1 | -2/+2 |
|
|
* | CMP0115: Require source file extensions to be explicit | Kyle Edwards | 2020-10-13 | 1 | -2/+3 |
|
|
* | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 1 | -4/+1 |
|
|
* | Single location for cmProp typedef | Vitaly Stakhovsky | 2020-06-01 | 1 | -2/+1 |
|
|
* | PCH: Fix source group of per-architecture PCH headers | Brad King | 2020-05-22 | 1 | -1/+1 |
|
|
* | cmSourceFile::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-14 | 1 | -1/+3 |
|
|
* | AppendProperty: convert value param to std::string | Vitaly Stakhovsky | 2020-01-25 | 1 | -1/+1 |
|
|
* | Fortran: Add .F extension to Source Files group | Johnny Jazeix | 2019-10-23 | 1 | -3/+2 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -4/+4 |
|
|
* | cmSourceFile: Add backtraces for a few source properties | Justin Goshi | 2019-09-26 | 1 | -0/+22 |
|
|
* | 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 |
|
|