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
/
cmGlobalXCodeGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmTarget: Allow any generator expression in SOURCES property.
Stephen Kelly
2014-04-02
1
-1/+4
*
cmGlobalGenerator: Add interface to call ForceLinkerLanguages
Stephen Kelly
2014-03-31
1
-1/+0
*
cmTarget: Use string API to add sources to cmTarget objects.
Stephen Kelly
2014-03-31
1
-3/+3
*
cmTarget: Rename AddSource method for backward compatibility.
Stephen Kelly
2014-03-31
1
-2/+2
*
cmGlobalGenerator: Make ComputeTargetObjects non-virtual
Stephen Kelly
2014-03-15
1
-24/+0
*
cmLocalGenerator: Add ComputeObjectFilenames interface.
Stephen Kelly
2014-03-13
1
-19/+11
*
cmGeneratorTarget: Constify cmSourceFile* in containers.
Stephen Kelly
2014-03-13
1
-3/+3
*
cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.
Stephen Kelly
2014-03-13
1
-0/+5
*
Generalize cmCustomCommandGenerator to more fields
Brad King
2014-03-12
1
-15/+14
*
cmGlobalXCodeGenerator: Simplify handling of multiple outputs
Brad King
2014-03-12
1
-31/+18
*
cmCustomCommand: Return std::string from GetWorkingDirectory
Brad King
2014-03-12
1
-2/+3
*
stringapi: Use strings for program paths
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Use strings for generator names
Ben Boeckel
2014-03-08
1
-3/+4
*
stringapi: Use strings for directories
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Miscellaneous char* parameters
Ben Boeckel
2014-03-08
1
-7/+7
*
stringapi: Pass configuration names as strings
Ben Boeckel
2014-03-08
1
-16/+11
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-41/+41
*
stringapi: Use strings for VS project names
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Use strings in target name
Ben Boeckel
2014-03-08
1
-11/+12
*
stringapi: Use strings for the languages
Ben Boeckel
2014-03-08
1
-24/+17
*
stringapi: Use strings for AddString methods
Ben Boeckel
2014-03-08
1
-1/+1
*
cmTarget: Move SourceFileFlags to cmGeneratorTarget.
Stephen Kelly
2014-02-24
1
-13/+15
*
OS X: Make sure RPATHs are unique to avoid possible corruption.
Clinton Stimpson
2014-02-03
1
-3/+37
*
cmMakefile: Make FindSourceGroup const.
Stephen Kelly
2014-01-22
1
-4/+4
*
Xcode: Fix storyboard view
Ruslan Baratov
2014-01-16
1
-3/+9
*
Xcode: Remove dead code
Ruslan Baratov
2014-01-16
1
-4/+0
*
cmTarget: Make GetSourceFiles populate an out-vector parameter.
Stephen Kelly
2014-01-09
1
-4/+8
*
cmGeneratorTarget: Add methods to access source file groups.
Stephen Kelly
2014-01-09
1
-3/+5
*
Xcode: Fix storyboard view
Ruslan Baratov
2014-01-07
1
-1/+4
*
cmTarget: Remove some of the INTERFACE_LIBRARY whitelisted properties.
Stephen Kelly
2014-01-06
1
-1/+2
*
Constify handling of target dependencies.
Stephen Kelly
2013-12-11
1
-1/+1
*
Xcode: Fix duplicate target subfolders (#14133)
Stephan Tolksdorf
2013-12-02
1
-7/+7
*
Teach GenerateBuildCommand to find its own make program
Brad King
2013-11-18
1
-7/+3
*
cmGlobalGenerator: Cleanup GenerateBuildCommand API
Brad King
2013-11-18
1
-37/+29
*
Xcode: Generate 'folder' source type for directories (#14498)
Michael Priestman
2013-10-21
1
-5/+16
*
Drop the 'Full' field from cmDocumentationEntry
Brad King
2013-10-16
1
-1/+0
*
Add the INTERFACE_LIBRARY target type.
Stephen Kelly
2013-10-07
1
-1/+24
*
Xcode: Fix OBJECT library support for Xcode 5 (#14254)
Brad King
2013-10-02
1
-19/+40
*
Xcode: Drop XCODE_DEPEND_HELPER for Xcode >= 5
Brad King
2013-10-02
1
-12/+19
*
Unify the way the flags of a static library are read
Patrick Gansterer
2013-07-31
1
-15/+19
*
Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.
Stephen Kelly
2013-07-11
1
-2/+3
*
Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling
Brad King
2013-06-27
1
-6/+5
*
Add whitespace after colons in error messages.
Stephen Kelly
2013-06-21
1
-1/+1
*
Merge topic 'xcode-framework-paths'
Brad King
2013-06-05
1
-11/+7
|
\
|
*
Xcode: Fix framework search paths in STATIC library targets (#14191)
Brad King
2013-06-04
1
-11/+7
*
|
Merge topic 'VISIBILITY_PRESET-property'
Brad King
2013-06-05
1
-0/+3
|
\
\
|
*
|
Introduce target property <LANG>_VISIBILITY_PRESET
Stephen Kelly
2013-06-02
1
-0/+3
*
|
|
Merge topic 'cfbundle-location'
Brad King
2013-06-04
1
-7/+1
|
\
\
\
|
*
|
|
OS X: Fix getting of CFBundle LOCATION property.
Clinton Stimpson
2013-06-03
1
-7/+1
*
|
|
|
Merge topic 'target-COMPILE_OPTIONS'
Brad King
2013-06-03
1
-2/+4
|
\
\
\
\
[next]