summaryrefslogtreecommitdiff
path: root/Source/cmSourceFile.h
Commit message (Expand)AuthorAgeFilesLines
* Treat '.ccm', '.cxxm', and '.c++m' files as C++ sourcesBrad King2023-03-091-2/+2
* Rename cmProp in cmValueMarc Chevrier2021-09-211-5/+5
* Enhancement: SetProperty accept cmProp or std::stringMarc Chevrier2021-08-251-0/+8
* Treat '.ixx' and '.cppm' files as C++ sourcesAndrew Gilewsky2021-03-221-1/+1
* Treat the '.mpp' file extension as C++ codeBen Boeckel2021-01-051-1/+1
* GENERATED prop: Add implementation for policy CMP0118 being set to NEWDeniz Bahadir2020-11-241-8/+28
* cmSourceFile::GetPropertyForUser: return cmPropVitaly Stakhovsky2020-11-041-2/+2
* CMP0115: Require source file extensions to be explicitKyle Edwards2020-10-131-2/+3
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-2/+1
* PCH: Fix source group of per-architecture PCH headersBrad King2020-05-221-1/+1
* cmSourceFile::GetProperty: return cmPropVitaly Stakhovsky2020-04-141-1/+3
* AppendProperty: convert value param to std::stringVitaly Stakhovsky2020-01-251-1/+1
* Fortran: Add .F extension to Source Files groupJohnny Jazeix2019-10-231-3/+2
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-4/+4
* cmSourceFile: Add backtraces for a few source propertiesJustin Goshi2019-09-261-0/+22
* cmSourceFile: Remove non-const GetProperties accessorDaniel Eiband2019-09-211-1/+2
* Precompile Headers: Add precompile header file to source listCristian Adam2019-09-191-0/+2
* cmSourceFile: use unique_ptr for CustomCommandTushar Maheshwari2019-09-141-11/+6
* cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-291-7/+8
* cmSourceFile: Rename non-const GetLanguageTushar Maheshwari2019-08-271-1/+1
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-4/+4
* Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-151-0/+3
* cmSourceFile: Refactor FindFullPath methodSebastian Holtermann2019-02-021-1/+0
* cmSourceFile: Add IsGenerated methodSebastian Holtermann2019-02-011-2/+7
* cmSourceFile: Additional static property stringsSebastian Holtermann2019-02-011-0/+2
* Add GetSafeProperty method to cmTarget, cmGeneratorTarget and cmSourceFileSebastian Holtermann2018-07-021-0/+3
* cmSourceFile: mark known locations as suchBen Boeckel2018-01-101-0/+1
* cmSourceFileLocation: allow skipping ambiguous extensionsBen Boeckel2018-01-101-1/+3
* CUDA: Add cu as default source file extensionRobert Maynard2018-01-081-1/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Remove AUTOGEN variables from cmSourceFile and cmMakefileSebastian Holtermann2017-08-221-1/+0
* Add more extensions to Resources source group by defaultUfoXp2017-07-101-0/+6
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* VS: add VS_CSHARP_<tagname> sourcefile propertyMichael Stürmer2017-03-011-0/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-3/+7
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-8/+7
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmSourceFile: Re-arrange data.Stephen Kelly2015-06-071-2/+2
* cmSourceFile: Take a stringBen Boeckel2014-04-281-1/+1
* perf: Cache the language property stringBen Boeckel2014-04-281-0/+2
* cmSourceFile: Cache the isUiFile checkBen Boeckel2014-04-281-0/+1
* Remove extra semicolons from C++ code.Stephen Kelly2014-04-031-1/+1
* Genex: Evaluate TARGET_OBJECTS as a normal expression.Stephen Kelly2014-03-311-0/+4
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-2/+2
* stringapi: Use strings for TryFullPathBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for source namesBen Boeckel2014-03-081-1/+1