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
*
cmGeneratorTarget: Replace set insert algorithm with cmRemoveDuplicates.
Stephen Kelly
2015-02-18
1
-6/+5
*
Merge topic 'fix-OBJECT_DEPENDS-after-path-normalization'
Brad King
2015-01-29
1
-0/+8
|
\
|
*
Normalize OBJECT_DEPENDS paths to match custom commands (#15366)
Brad King
2015-01-28
1
-0/+8
*
|
Merge topic 'drop-ancient-workarounds'
Brad King
2015-01-12
1
-2/+2
|
\
\
|
*
|
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-2/+2
*
|
|
Use two-iterator std::set::insert where appropriate.
Stephen Kelly
2015-01-11
1
-5/+1
*
|
|
Use insert instead of a loop in some cases.
Stephen Kelly
2015-01-11
1
-5/+1
|
/
/
*
|
cmGeneratorTarget: Remove MSVC7 workaround
Stephen Kelly
2014-11-20
1
-20/+0
*
|
file(GENERATE): Evaluate early to allow generating source files
Stephen Kelly
2014-11-12
1
-0/+11
*
|
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-2/+2
|
/
*
Simplify use of binary_search.
Stephen Kelly
2014-09-17
1
-3/+1
*
VS: Handle .pfx files explicitly in generator
Gilles Khouzam
2014-08-21
1
-0/+14
*
VS: Handle AppxManifest sources explicitly in generator
Gilles Khouzam
2014-08-21
1
-0/+14
*
Refactor system include annotation propagation
Brad King
2014-07-16
1
-34/+7
*
add_library: Allow arbitrary non-linked sources in OBJECT libraries
Brad King
2014-07-09
1
-5/+2
*
cmTarget: Refactor LinkImplementation to allow more information
Brad King
2014-07-07
1
-2/+2
*
cmTarget: Lookup targets in LinkInterface and LinkImplementation
Brad King
2014-06-23
1
-2/+2
*
Fix scope of transitive target name lookups
Brad King
2014-06-23
1
-1/+1
*
cmTarget: Constify GetTransitivePropertyTargets results
Brad King
2014-06-23
1
-5/+5
*
cmTarget: Remove 'head' argument from GetLinkImplementation
Brad King
2014-06-23
1
-1/+1
*
genex: remove the need for backtraces
Ben Boeckel
2014-06-05
1
-8/+5
*
Ninja: Fix Intel interprocedural optimization with static libraries
Brad King
2014-05-21
1
-2/+14
*
cmGeneratorTarget: Improve GetCreateRuleVariable API
Brad King
2014-05-21
1
-5/+7
*
cmTarget: Add all sources traced from custom commands at once.
Stephen Kelly
2014-04-09
1
-2/+5
*
cmGeneratorTarget: Trace cmSourceFile objects instead of strings.
Stephen Kelly
2014-04-06
1
-16/+15
*
cmTarget: Cache the cmSourceFiles in GetSourceFiles.
Stephen Kelly
2014-04-06
1
-9/+9
*
cmTarget: Make the source files depend on the config.
Stephen Kelly
2014-04-02
1
-19/+52
*
cmGeneratorTarget: Don't add computed sources to the target.
Stephen Kelly
2014-04-02
1
-1/+5
*
cmGeneratorTarget: Compute target objects on demand
Stephen Kelly
2014-04-02
1
-6/+25
*
cmGeneratorTarget: Compute consumed object libraries on demand.
Stephen Kelly
2014-04-02
1
-53/+19
*
cmComputeTargetDepends: Track object library depends.
Stephen Kelly
2014-04-02
1
-1/+0
*
cmTarget: Add a method to obtain list of filenames for sources.
Stephen Kelly
2014-03-31
1
-12/+12
*
add_custom_command: Evaluate generator expressions in DEPENDS
Stephen Kelly
2014-03-20
1
-5/+34
*
cmGeneratorTarget: Don't store ObjectSources for object libraries.
Stephen Kelly
2014-03-15
1
-6/+4
*
cmGeneratorTarget: Constify cmSourceFile* in containers.
Stephen Kelly
2014-03-13
1
-10/+17
*
cmGeneratorTarget: Make GetSourceDepends const.
Stephen Kelly
2014-03-13
1
-1/+1
*
cmGeneratorTarget: Constify the AddExplicitObjectName API.
Stephen Kelly
2014-03-13
1
-1/+1
*
cmGeneratorTarget: Constify the AddObject API.
Stephen Kelly
2014-03-13
1
-1/+2
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-8/+8
*
stringapi: Pass configuration names as strings
Ben Boeckel
2014-03-08
1
-14/+16
*
cmTarget: Refactor GetLocation API
Brad King
2014-03-08
1
-1/+1
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-4/+4
*
stringapi: Use strings in target name
Ben Boeckel
2014-03-08
1
-2/+2
*
stringapi: Use strings for the languages
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Use strings for property names
Ben Boeckel
2014-03-08
1
-2/+2
*
Handle Mac OSX source flags for individual files lazily.
Stephen Kelly
2014-02-24
1
-26/+17
*
cmGeneratorTarget: Classify sources on demand, not up front.
Stephen Kelly
2014-02-24
1
-114/+235
*
cmGeneratorTarget: Use a method to access the definition file.
Stephen Kelly
2014-02-24
1
-0/+6
*
cmTarget: Change GetTransitivePropertyLinkLibraries to output targets.
Stephen Kelly
2014-02-24
1
-20/+12
*
cmTarget: Move SourceFileFlags to cmGeneratorTarget.
Stephen Kelly
2014-02-24
1
-1/+105
[next]