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
/
cmGeneratorTarget.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary c_str() calls
Vitaly Stakhovsky
2018-09-05
1
-1/+1
*
Merge topic 'lg-directory'
Brad King
2018-08-28
1
-2/+3
|
\
|
*
cmLocalGenerator: return directories as const std::string&
Vitaly Stakhovsky
2018-08-27
1
-2/+3
*
|
static library: add property STATIC_LIBRARY_OPTIONS
Marc Chevrier
2018-08-15
1
-0/+41
|
/
*
cmCompiledGeneratorExpression::Evaluate(): return const std::string&
Vitaly Stakhovsky
2018-08-09
1
-1/+1
*
Remove unnecessary c_str() in RegularExpression::find calls
Vitaly Stakhovsky
2018-08-07
1
-1/+1
*
Return std::string from cmGeneratorTarget::ImportedGetLocation
Sebastian Holtermann
2018-07-11
1
-4/+2
*
Merge topic 'safe_property'
Brad King
2018-07-03
1
-0/+9
|
\
|
*
Add GetSafeProperty method to cmTarget, cmGeneratorTarget and cmSourceFile
Sebastian Holtermann
2018-07-02
1
-0/+9
*
|
LINK_DEPENDS: add support of 'generator expressions'
Marc Chevrier
2018-06-27
1
-5/+11
*
|
LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDS
Marc Chevrier
2018-06-27
1
-0/+36
|
/
*
LINK_OPTIONS: Add support of "LINKER:" prefix
Marc Chevrier
2018-06-06
1
-1/+95
*
LINK_OPTIONS: Add new family of properties
Marc Chevrier
2018-06-06
1
-11/+70
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-10/+15
*
Add generator expression support to PDB_OUTPUT_DIRECTORY target property
Marian Klymov
2018-05-21
1
-2/+13
*
cmGeneratorTarget: make GetManagedType() return 'Native' for static targets
Michael Stürmer
2018-05-07
1
-3/+5
*
cmGeneratorTarget: change GetManagedType() result if language is CSharp
Michael Stürmer
2018-04-23
1
-3/+5
*
cmGeneratorTarget: add handling of managed assemblies to HasImportLibrary()
Michael Stürmer
2018-04-05
1
-1/+4
*
cmGeneratorTarget: Make import library checks config-aware
Michael Stürmer
2018-04-05
1
-5/+6
*
cmGeneratorTarget: add GetManagedType() and CheckManagedType() methods
Michael Stürmer
2018-04-05
1
-0/+56
*
cmGeneratorTarget: add HasLanguage() as wrapper for GetLanguages()
Michael Stürmer
2018-04-05
1
-0/+12
*
Merge topic 'compile-options-shell'
Brad King
2018-03-15
1
-5/+17
|
\
|
*
target_compile_options: Add syntax to specify shell strings
Brad King
2018-03-14
1
-5/+17
*
|
Merge topic 'genex-COMPILE_LANGUAGE-system-include'
Brad King
2018-03-13
1
-6/+8
|
\
\
|
*
|
Genex: Fix COMPILE_LANGUAGE in SYSTEM include directories
Brad King
2018-03-12
1
-6/+8
*
|
|
Identify DLL platforms via CMAKE_IMPORT_LIBRARY_SUFFIX
Stephan Szabo
2018-03-09
1
-2/+2
|
|
/
|
/
|
*
|
Merge topic 'object-library-linking'
Brad King
2018-03-05
1
-27/+41
|
\
\
|
*
|
objlib: Link object-files from `OBJECT` libraries.
Deniz Bahadir
2018-03-01
1
-8/+34
|
*
|
objlib: Allow `OBJECT` libraries to link to `OBJECT` libraries.
Deniz Bahadir
2018-03-01
1
-3/+0
|
*
|
objlib: Allow other libraries to link to `OBJECT` libraries.
Deniz Bahadir
2018-03-01
1
-16/+7
|
|
/
*
|
Do not generate rules for .def generation where not supported
Brad King
2018-02-28
1
-0/+5
|
/
*
Merge topic 'std-string-apis'
Brad King
2018-02-01
1
-5/+5
|
\
|
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-5/+5
*
|
cmGeneratorTarget: make keyword strings const
Ben Boeckel
2018-01-31
1
-4/+4
|
/
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-12/+11
*
Merge topic '17431-iphone-deployment-target'
Brad King
2018-01-08
1
-4/+7
|
\
|
*
Xcode: rename embedded SDK query function
Gregor Jasny
2017-12-22
1
-4/+7
*
|
Various typo fixes
Luz Paz
2018-01-03
1
-2/+2
|
/
*
objlib: fix unchecked insertions in `cmGeneratorTarget::GetLanguages`
Pavel Solodovnikov
2017-12-20
1
-1/+6
*
cmGeneratorTarget: remove dead code
Matthias Maennich
2017-10-05
1
-1/+1
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-22/+25
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-9/+9
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-287/+175
*
Merge topic 'fix-genex-SOURCES'
Brad King
2017-09-01
1
-1/+1
|
\
|
*
Genex: Fix TARGET_PROPERTY value of SOURCES
Brad King
2017-09-01
1
-1/+1
|
*
Merge branch 'objlib-own-target-objs' into release-3.9
Brad King
2017-07-17
1
-0/+11
|
|
\
*
|
|
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-1/+1
*
|
|
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-65/+65
*
|
|
Use C++11 unordered containers
Daniel Pfeifer
2017-08-22
1
-18/+19
*
|
|
Autogen: Clear sources meta data cache
Sebastian Holtermann
2017-08-10
1
-2/+8
[next]