index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmSourceFile.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-14/+15
*
Enhancement: SetProperty accept cmProp or std::string
Marc Chevrier
2021-08-25
1
-1/+11
*
cmProp: refactoring: transform alias in class
Marc Chevrier
2021-08-08
1
-7/+7
*
CMP0118: Fix NEW behavior when looking up target sources
Brad King
2021-03-18
1
-3/+14
*
clang-tidy: fix `readability-qualified-auto` warnings
Ben Boeckel
2021-01-27
1
-1/+1
*
GENERATED prop: Add implementation for policy CMP0118 being set to NEW
Deniz Bahadir
2020-11-24
1
-15/+46
*
GENERATED prop: Simplify determining the language of a source file
Deniz Bahadir
2020-11-24
1
-9/+7
*
cmSourceFile::GetPropertyForUser: return cmProp
Vitaly Stakhovsky
2020-11-04
1
-9/+10
*
CMP0115: Require source file extensions to be explicit
Kyle Edwards
2020-10-13
1
-16/+45
*
cmIsOn: add overload accepting const std::string*
Vitaly Stakhovsky
2020-07-14
1
-2/+1
*
Refactor file extension queries to be more consistent
Robert Maynard
2020-06-22
1
-19/+12
*
cmSourceFile::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-14
1
-17/+17
*
cmMakefile::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-01
1
-1/+3
*
cmPropertyMap: Introduce cmProp as return type for GetProperty() functions
Vitaly Stakhovsky
2020-03-13
1
-2/+3
*
AppendProperty: convert value param to std::string
Vitaly Stakhovsky
2020-01-25
1
-5/+5
*
cmSourceFile: avoid unnnecessary copies
Tim Blechmann
2020-01-16
1
-2/+2
*
cmSourceFile: Add backtraces for a few source properties
Justin Goshi
2019-09-26
1
-2/+76
*
cmSourceFile: Remove non-const GetProperties accessor
Daniel Eiband
2019-09-21
1
-0/+7
*
cmSourceFile: use unique_ptr for CustomCommand
Tushar Maheshwari
2019-09-13
1
-17/+4
*
cmSourceFile: Rename mutating GetFullPath() overload
Daniel Eiband
2019-08-29
1
-3/+3
*
cmSourceFile: Move LANGUAGE to GetPropertyForUser
Tushar Maheshwari
2019-08-27
1
-0/+7
*
cmSourceFile: Rename non-const GetLanguage
Tushar Maheshwari
2019-08-27
1
-11/+8
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-7/+3
*
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-2/+3
*
cmSourceFile: Check if a file is GENERATED first in the full path computation
Sebastian Holtermann
2019-02-02
1
-5/+5
*
cmSourceFile: Refactor FindFullPath method
Sebastian Holtermann
2019-02-02
1
-62/+59
*
Use cmSourceFile::GetIsGenerated
Sebastian Holtermann
2019-02-01
1
-1/+1
*
cmSourceFile: Add IsGenerated method
Sebastian Holtermann
2019-02-01
1
-2/+10
*
cmSourceFile: Additional static property strings
Sebastian Holtermann
2019-02-01
1
-3/+5
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-1/+3
*
cmMakefile: return directories as const std::string&
Vitaly Stakhovsky
2018-08-27
1
-2/+2
*
Add GetSafeProperty method to cmTarget, cmGeneratorTarget and cmSourceFile
Sebastian Holtermann
2018-07-02
1
-0/+9
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-1/+1
*
cmSourceFileLocation: allow skipping ambiguous extensions
Ben Boeckel
2018-01-10
1
-2/+3
*
Various typo fixes
Luz Paz
2018-01-03
1
-1/+1
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-12/+8
*
cmSourceFile: Avoid unnecessary vector copy
Sebastian Holtermann
2017-08-26
1
-4/+4
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-4/+4
*
Remove AUTOGEN variables from cmSourceFile and cmMakefile
Sebastian Holtermann
2017-08-22
1
-9/+0
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-3/+2
*
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+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
-0/+5
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-2/+1
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-4/+4
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-126/+82
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-23/+0
*
cmake: Store hardcoded lists of sources and headers
Stephen Kelly
2015-10-27
1
-2/+4
*
Remove unused cmLocalGenerator include.
Stephen Kelly
2015-10-05
1
-1/+0
[next]