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
/
cmExportFileGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Source: use std::string in place of const char*
Vitaly Stakhovsky
2020-01-29
1
-2/+2
*
target_link_libraries: Fix out-of-dir linking of a list of targets
Brad King
2020-01-16
1
-0/+4
*
Add set_property option: DEPRECATION
Joseph Snyder
2020-01-02
1
-0/+6
*
install,export: Do not treat language names as target names
Brad King
2019-10-16
1
-13/+18
*
install,export: Fix export of a genex following $<INSTALL_PREFIX>
Brad King
2019-10-04
1
-3/+3
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-8/+9
*
cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpression
Daniel Eiband
2019-09-22
1
-1/+1
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+1
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-1/+1
*
Merge topic 'source_sweep_ostringstream_single'
Brad King
2019-08-26
1
-3/+1
|
\
|
*
Source sweep: Replace std::ostringstream when used with a single append
Sebastian Holtermann
2019-08-23
1
-3/+1
*
|
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-2/+1
|
/
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-10/+7
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-2/+2
*
Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With
Sebastian Holtermann
2019-08-01
1
-2/+2
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-1/+1
*
Introduce memory management helper: cm_memory.hxx
Marc Chevrier
2019-07-14
1
-1/+2
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
cmPropertyMap: Use std::string as value container class
Sebastian Holtermann
2019-06-08
1
-1/+0
*
cmPropertyMap: Make std::map container private
Sebastian Holtermann
2019-06-08
1
-6/+3
*
Work around clang-cl breakage on make_unique/std::forward
Zsolt Parragi
2019-02-11
1
-1/+2
*
cmSystemTools::Error(): new overload accepting std::string
Vitaly Stakhovsky
2019-01-23
1
-1/+1
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-9/+10
*
clang-tidy: fix warnings from version 7
Regina Pfeifer
2018-11-20
1
-1/+1
*
CSharp: Fix regression in VS project type selection for custom target
Brad King
2018-10-31
1
-1/+1
*
LINK_DIRECTORIES: Add new properties and commands
Marc Chevrier
2018-09-25
1
-0/+31
*
Merge topic 'getsafedef-stdstring'
Brad King
2018-09-18
1
-1/+1
|
\
|
*
cmMakefile: Make GetSafeDefinition return std::string const&
Vitaly Stakhovsky
2018-09-18
1
-1/+1
*
|
cmExportFileGenerator: Use cmGeneratorTarget::ResolveTargetReference
Brad King
2018-09-12
1
-2/+7
|
/
*
cmLinkItem: Convert to a "sum type" over a string and target pointer
Brad King
2018-09-07
1
-1/+11
*
Merge topic 'export-properties-undefined'
Craig Scott
2018-08-18
1
-0/+5
|
\
|
*
EXPORT_PROPERTIES: Prevent null dereference for undefined property
Craig Scott
2018-08-16
1
-0/+5
*
|
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
1
-1/+1
*
|
LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDS
Marc Chevrier
2018-06-27
1
-0/+31
|
/
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-4/+6
*
cmExportFileGenerator: set IMPORTED_COMMON_LANGUAGE_RUNTIME for CSharp target
Michael Stürmer
2018-04-23
1
-2/+7
*
cmExportFileGenerator: add target property for managed targets
Michael Stürmer
2018-04-05
1
-0/+14
*
Export: allow exporting of additional properties
Wouter Klouwen
2018-03-16
1
-0/+40
*
install,export: Maybe transform OBJECT libraries to INTERFACE libraries
Brad King
2018-02-28
1
-2/+4
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-10/+12
*
Fix trivial typos in text
luzpaz
2017-11-03
1
-1/+1
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-8/+7
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-6/+6
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-53/+43
*
Provide and use CM_FALLTHROUGH
Daniel Pfeifer
2017-06-03
1
-0/+1
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-10/+11
*
Allow OBJECT libraries to be installed, exported, and imported
Robert Maynard
2017-04-18
1
-0/+8
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
[next]