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
/
cmCPluginAPI.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-0/+5
*
Reduce the scope of temporary cmProp variables and other improvements
Vitaly Stakhovsky
2020-11-05
1
-4/+2
*
cmListFileCache: Make cmListFileFunction a shared pointer
Oleksandr Koval
2020-10-01
1
-3/+6
*
Refactor: Use cmToCStr()
Vitaly Stakhovsky
2020-09-03
1
-2/+2
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-1/+1
*
cmSourceFile::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-14
1
-1/+2
*
Merge topic 'prop_t'
Brad King
2020-03-17
1
-1/+2
|
\
|
*
cmPropertyMap: Introduce cmProp as return type for GetProperty() functions
Vitaly Stakhovsky
2020-03-13
1
-1/+2
*
|
cmPropertyDefinition: Construct directly in defined state
Vitaly Stakhovsky
2020-03-13
1
-2/+3
|
/
*
Modernize memory management
Marc Chevrier
2020-02-27
1
-25/+9
*
cmMakefile: Delay custom command creation
Daniel Eiband
2019-11-24
1
-3/+3
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-2/+2
*
cmMakefile: Remove AddUtilityCommand overload without byproducts
Daniel Eiband
2019-09-26
1
-1/+3
*
cmMakefile: Move enumerations into new header
Daniel Eiband
2019-09-26
1
-5/+5
*
cmSourceFile: Remove non-const GetProperties accessor
Daniel Eiband
2019-09-21
1
-1/+1
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-1/+1
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-3/+3
*
cmSourceFile: Rename mutating GetFullPath() overload
Daniel Eiband
2019-08-29
1
-1/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-6/+2
*
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-1/+1
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-2/+4
*
cmCommand: deprecate functions GetMakefile and SetError
Daniel Pfeifer
2019-07-21
1
-1/+1
*
cmSystemTools::Error(): remove const char* overload
Vitaly Stakhovsky
2019-05-22
1
-2/+2
*
Delete some default constructors and assignment operators
Albert Astals Cid
2019-02-15
1
-0/+4
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-14/+10
*
Merge topic 'tidy-use-equals-default'
Brad King
2019-01-29
1
-1/+0
|
\
|
*
cleanup: Prefer compiler provided special member functions
Regina Pfeifer
2019-01-25
1
-1/+0
|
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-1/+1
*
|
cmSystemTools::Error(): new overload accepting std::string
Vitaly Stakhovsky
2019-01-23
1
-1/+1
|
/
*
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-8/+7
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-2/+2
*
Source: Fix various compiler warnings in Visual Studio 2017
Bruno Manganelli
2019-01-09
1
-1/+1
*
clang-tidy: Use default member initialization
Regina Pfeifer
2018-12-15
1
-5/+2
*
LINK_DIRECTORIES: Add new properties and commands
Marc Chevrier
2018-09-25
1
-1/+1
*
cmMakefile: return directories as const std::string&
Vitaly Stakhovsky
2018-08-27
1
-4/+4
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-4/+5
*
cmMakefile: Improve ExpandVariablesInString return type
Vitaly Stakhovsky
2018-05-01
1
-1/+2
*
cmCPluginAPI: Remove a few unnecessary c_str() calls
Vitaly Stakhovsky
2018-05-01
1
-3/+3
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-2/+2
*
server: return whether or not a target is generator provided
Justin Goshi
2017-11-20
1
-2/+2
*
cmCPluginAPI: remove explicit casts to void*
Rolf Eike Beer
2017-09-23
1
-5/+4
*
cmCPluginAPI: do not check pointer before calling free()
Rolf Eike Beer
2017-09-23
1
-3/+1
*
cmCPluginAPI: use strdup() instead of open coding it
Rolf Eike Beer
2017-09-23
1
-17/+5
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-5/+4
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-11/+11
*
clang-tidy: apply readability-redundant-control-flow fixes
Daniel Pfeifer
2016-12-12
1
-1/+0
*
cmCPluginAPI: Fix clang-tidy findings
Daniel Pfeifer
2016-11-05
1
-4/+4
*
Separate compilation for commands included in cmCommands
Daniel Pfeifer
2016-10-21
1
-2/+4
[next]