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
/
cmPropertyMap.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmPropertyMap: Introduce cmProp as return type for GetProperty() functions
Vitaly Stakhovsky
2020-03-13
1
-6/+4
*
AppendProperty: convert value param to std::string
Vitaly Stakhovsky
2020-01-25
1
-3/+3
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-1/+1
*
cmPropertyMap: Use std::unordered_map as container instead of std::map
Sebastian Holtermann
2019-06-08
1
-1/+8
*
cmPropertyMap: Add RemoveProperty method
Sebastian Holtermann
2019-06-08
1
-0/+5
*
cmPropertyMap: Use std::string as value container class
Sebastian Holtermann
2019-06-08
1
-4/+10
*
cmPropertyMap: Make std::map container private
Sebastian Holtermann
2019-06-08
1
-25/+15
*
cmPropertyMap: Add GetList method
Sebastian Holtermann
2019-06-08
1
-0/+10
*
cmPropertyMap: Rename GetPropertyList method to GetKeys
Sebastian Holtermann
2019-06-08
1
-11/+10
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-3/+2
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+0
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-1/+1
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
fix a batch of include-what-you-use violations
Daniel Pfeifer
2016-08-23
1
-4/+2
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-1/+1
*
cmPropertyList: Add a way to retrieve all properties
Tobias Hunger
2016-06-10
1
-0/+12
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-24/+16
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
cmPropertyMap: Remove chaining logic.
Stephen Kelly
2015-06-07
1
-10/+1
*
cmPropertyMap: Require a non-empty name parameter.
Stephen Kelly
2015-06-07
1
-4/+3
*
cmPropertyMap: Remove scope parameter from API where not used.
Stephen Kelly
2015-06-07
1
-5/+2
*
cmProperty: Remove needless Name member.
Stephen Kelly
2015-06-07
1
-2/+2
*
Move property definition to cmState.
Stephen Kelly
2015-04-13
1
-1/+3
*
stringapi: Use strings for property names
Ben Boeckel
2014-03-08
1
-10/+6
*
Drop CMAKE_STRICT mode
Brad King
2013-10-15
1
-37/+0
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-5/+5
*
Fix #12342: Add APPEND_STRING option to set_property()
Alex Neundorf
2011-07-15
1
-2/+2
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple...
Brad King
2008-01-17
1
-0/+26
*
ENH: different way of testing properties
Ken Martin
2007-11-06
1
-62/+4
*
ENH: added CMAKE_STRICT option for var and property checking
Ken Martin
2007-10-16
1
-3/+0
*
ENH: added the ability to document variables and cached_variables
Ken Martin
2007-06-25
1
-0/+12
*
ENH: add project to target map, not used yet, but created
Bill Hoffman
2007-03-13
1
-3/+6
*
ENH: change STRICT to CMAKE_STRICT
Ken Martin
2007-01-04
1
-3/+3
*
COMP: oops really did not mean to check in that change
Ken Martin
2006-12-13
1
-1/+1
*
ENH: allow source file properties to chain to Directories and up
Ken Martin
2006-12-13
1
-1/+1
*
COMP: fix warning
Ken Martin
2006-12-07
1
-0/+2
*
ENH: make properties a bit more formal with documentation and chaining
Ken Martin
2006-12-07
1
-3/+9
*
ENH: getting some of the property changed chewcked into CVS at least
Ken Martin
2006-12-01
1
-0/+140