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
/
cmTarget.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmMakefile: Port users of GetStart* methods to new names.
Stephen Kelly
2015-04-20
1
-4/+4
*
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
Stephen Kelly
2015-04-20
1
-1/+1
*
Move property definition to cmState.
Stephen Kelly
2015-04-13
1
-14/+0
*
Merge topic 'introduce-cmState'
Brad King
2015-04-13
1
-2/+2
|
\
|
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-2/+2
*
|
cmake: Remove DebugConfigs member.
Stephen Kelly
2015-04-12
1
-2/+2
*
|
Properties: Add CROSSCOMPILING_EMULATOR target property.
Matt McCormick
2015-04-07
1
-0/+1
|
/
*
OS X: Add handling for XCTest bundles
Gregor Jasny
2015-03-23
1
-1/+15
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
Genex: Allow COMPILE_LANGUAGE when processing include directories.
Stephen Kelly
2015-03-09
1
-5/+9
*
Genex: Allow COMPILE_LANGUAGE when processing compile definitions.
Stephen Kelly
2015-03-09
1
-5/+9
*
Genex: Enable use of COMPILE_LANGUAGE for compile options.
Stephen Kelly
2015-03-09
1
-9/+17
*
Merge topic 'minor-cleanups'
Brad King
2015-02-23
1
-5/+5
|
\
|
*
cmTarget: Don't needlessly clear vectors in the destructor.
Stephen Kelly
2015-02-21
1
-5/+5
*
|
cmTarget: Port loop to algorithm.
Stephen Kelly
2015-02-20
1
-6/+3
|
/
*
cmTarget: Remove template argument workaround.
Stephen Kelly
2015-02-17
1
-9/+5
*
cmTarget: Use a sorted vector in place of a set.
Stephen Kelly
2015-02-11
1
-17/+10
*
Replace loop with algorithm.
Stephen Kelly
2015-02-06
1
-7/+3
*
Use insert member instead of back_inserter.
Stephen Kelly
2015-02-06
1
-2/+1
*
Merge topic 'consistent-empty-method'
Brad King
2015-01-19
1
-2/+2
|
\
|
*
Replace 'foo.size() != 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
|
Use the cmDeleteAll algorithm for types derived from std::map.
Stephen Kelly
2015-01-17
1
-10/+2
|
/
*
Merge topic 'delete-algorithm'
Brad King
2015-01-15
1
-7/+1
|
\
|
*
Use the cmDeleteAll algorithm instead of trivial raw loops.
Stephen Kelly
2015-01-13
1
-7/+1
*
|
Merge topic 'fix-LOCATION-with-TARGET_OBJECTS'
Brad King
2015-01-15
1
-0/+1
|
\
\
|
|
/
|
/
|
|
*
cmTarget: Compute link language of TARGET_OBJECTS with CMP0026 OLD (#15338)
Stephen Kelly
2015-01-13
1
-0/+1
*
|
Merge topic 'join-algorithm'
Brad King
2015-01-12
1
-28/+3
|
\
\
|
*
|
Use the cmJoin algorithm where possible.
Stephen Kelly
2015-01-08
1
-28/+3
*
|
|
Merge topic 'drop-ancient-workarounds'
Brad King
2015-01-12
1
-38/+38
|
\
\
\
|
*
|
|
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-38/+38
|
|
/
/
*
|
|
cmTarget: Use insert instead of std::copy.
Stephen Kelly
2015-01-11
1
-2/+2
*
|
|
Use two-iterator std::set::insert where appropriate.
Stephen Kelly
2015-01-11
1
-16/+4
*
|
|
Use insert instead of a loop in some cases.
Stephen Kelly
2015-01-11
1
-5/+2
|
/
/
*
|
Merge topic 'osx-cfbundle-tweaks'
Brad King
2014-12-19
1
-9/+2
|
\
\
|
*
|
cmTarget: Use GetCFBundleDirectory within GetFullNameInternal
Gregor Jasny
2014-12-17
1
-9/+2
*
|
|
Add 'ANDROID_API_MIN' target property to set Android Target MIN API
Dmitry Polyanitsa
2014-12-17
1
-0/+1
|
/
/
*
|
Fix some Clang -Wstring-conversion warnings
Sean McBride
2014-12-12
1
-6/+6
*
|
Merge topic 'target-sources-error-conditions'
Brad King
2014-12-01
1
-3/+23
|
\
\
|
|
/
|
*
cmTarget: Don't allow relative paths in INTERFACE_SOURCES
Stephen Kelly
2014-11-29
1
-3/+23
*
|
Merge topic 'remove-ancient-msvc-workarounds'
Brad King
2014-11-25
1
-12/+2
|
\
\
|
*
|
cmTarget: Remove std::min and std::max MSVC6 compatibility code.
Stephen Kelly
2014-11-20
1
-12/+2
*
|
|
Merge topic 'remove-c_str'
Brad King
2014-11-25
1
-1/+1
|
\
\
\
|
*
|
|
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-1/+1
|
|
/
/
*
|
|
cmTarget: Use null_ptr code path on all platforms
Brad King
2014-11-20
1
-19/+2
|
/
/
*
|
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-4/+4
|
/
*
Merge topic 'vs-nsight-tegra-generator'
Brad King
2014-09-30
1
-2/+21
|
\
|
*
Add 'ANDROID_API' target property to set Android Target API
Brad King
2014-09-30
1
-0/+1
|
*
Add 'ANDROID_GUI' target property to mark Android applications
Brad King
2014-09-29
1
-2/+14
|
*
cmTarget: Track internally whether platform is Android
Brad King
2014-09-29
1
-0/+6
*
|
Remove extra slashes from LOCATION target property value
Brad King
2014-09-22
1
-5/+0
|
/
[next]