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
*
Introduce CM_UNORDERED_SET
Daniel Pfeifer
2016-10-24
1
-27/+22
*
Merge topic 'clang-tidy'
Brad King
2016-10-20
1
-1/+1
|
\
|
*
fix more issues reported by clang-tidy
Daniel Pfeifer
2016-10-20
1
-1/+1
*
|
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
|
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-94/+95
|
/
*
Merge topic 'extract-computed-target-properties'
Brad King
2016-10-17
1
-1/+56
|
\
|
*
cmTarget: Move sanity checks and computed property access to callers
Stephen Kelly
2016-10-16
1
-0/+12
|
*
cmGeneratorTarget: Implement cmTargetPropertyComputer interface
Stephen Kelly
2016-10-15
1
-0/+38
|
*
cm{,Generator}Target: Add global generator accessors
Stephen Kelly
2016-10-15
1
-0/+5
|
*
cmTarget: Remove mutable marker from properties
Stephen Kelly
2016-10-15
1
-1/+1
*
|
Factor IDE folder name retrieval out into helper method
Gregor Jasny
2016-10-17
1
-0/+16
|
/
*
Add a BUILD_RPATH target property specifying build-tree RPATH entries
Ruslan Baratov
2016-10-03
1
-0/+3
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Fortran: Use module dir flag if needed for default module directory
Brad King
2016-09-20
1
-3/+12
*
cmGeneratorTarget: Refactor Fortran module directory lookup
Brad King
2016-09-20
1
-2/+5
*
ninja: error out on relink requirements
Ben Boeckel
2016-09-15
1
-1/+22
*
cmGeneratorTarget: factor out a space
Ben Boeckel
2016-09-13
1
-3/+3
*
cmGeneratorTarget: factor out common part of AddSources commands
Daniel Pfeifer
2016-09-08
1
-11/+8
*
cmGeneratorTarget: use erase-unique instead of reinitialization
Daniel Pfeifer
2016-09-08
1
-8/+4
*
cmGeneratorTarget: don't clear container in destructor
Daniel Pfeifer
2016-09-08
1
-1/+0
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-3/+17
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-46/+37
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-8/+11
*
Honor BUNDLE_EXTENSION also for Frameworks (#14742)
Gregor Jasny
2016-07-22
1
-2/+13
*
Honor BUNDLE_EXTENSION also for App Bundles (#16148)
Gregor Jasny
2016-07-22
1
-1/+6
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-16/+14
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-67/+70
*
Use <unordered_set> where available
Daniel Pfeifer
2016-06-27
1
-1/+4
*
cmGeneratorTarget: Fix Fortran module directory regression
Brad King
2016-06-21
1
-1/+1
*
cmGeneratorTarget: Adopt Fortran module directory generation
Tobias Hunger
2016-06-17
1
-0/+35
*
Prefer istringstream and ostringstream over stringstream.
Daniel Pfeifer
2016-06-14
1
-2/+2
*
Add missing braces around statements.
Daniel Pfeifer
2016-06-10
1
-7/+14
*
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
1
-5/+1
*
Merge topic 'improve-character-find-and-replace'
Brad King
2016-05-25
1
-1/+1
|
\
|
*
Improve string find: prefer character overloads.
Daniel Pfeifer
2016-05-24
1
-1/+1
*
|
Add a variable to specify language-wide system include directories
Brad King
2016-05-25
1
-0/+12
|
/
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-2741/+1907
*
cmGeneratorTarget: Protect macro code layout from clang-format
Brad King
2016-05-16
1
-12/+12
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-169/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+10
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-9/+9
*
Avoid depending on CMAKE_ROOT cache entry internally (#16015)
Brad King
2016-03-16
1
-2/+1
*
Remove temporary allocations when calling cmGeneratorTarget::GetName.
Milian Wolff
2016-01-20
1
-1/+1
*
iOS: Fix framework resource directory layout (#15848)
Bartosz Kosiorek
2015-12-03
1
-1/+5
*
Android: Restore generation of non-versioned soname (#15851)
Brad King
2015-11-19
1
-0/+1
*
Refactor `.def` file lookup
Tim Grothe
2015-11-04
1
-4/+10
*
cmGeneratorTarget: Fix IMPLEMENT_VISIT_IMPL for template data types
Brad King
2015-11-04
1
-1/+1
*
cmGeneratorTarget: Add API for globally visible IMPORTED
Stephen Kelly
2015-10-27
1
-0/+5
*
cmTargetCollectLinkLanguages: Remove cmMakefile dependency
Stephen Kelly
2015-10-27
1
-3/+3
*
cmGeneratorTarget: Port cmOptionalLinkImplementation
Stephen Kelly
2015-10-27
1
-2/+2
[next]