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
*
ENH: Use improved target dependencies for Xcode
Brad King
2008-09-15
1
-62/+4
*
BUG: make sure flag is found even with extra spaces at the start
Bill Hoffman
2008-09-11
1
-1/+1
*
BUG: Fix issue #7046 - make sure extensionless headers and resource files wor...
David Cole
2008-09-05
1
-17/+31
*
ENH: Create Info.plist files in OS X Frameworks
Brad King
2008-09-02
1
-0/+12
*
ENH: Simplify string attributes in Xcode generator
Brad King
2008-09-02
1
-15/+1
*
BUG: fix for bug 7316
Bill Hoffman
2008-07-14
1
-4/+0
*
ENH: Set version info for shared libs on OSX.
Brad King
2008-07-09
1
-4/+32
*
BUG: Do not build human-reference files in Xcode
Brad King
2008-07-07
1
-1/+8
*
ENH: Add projectRoot to Xcode projects
Brad King
2008-07-07
1
-0/+7
*
BUG: Fix AppBundle=>Library depends in Xcode
Brad King
2008-07-07
1
-2/+12
*
BUG: Fix Xcode reference to Info.plist resource
Brad King
2008-07-03
1
-10/+15
*
BUG: Fix Xcode per-config bundle name in Info.plist
Brad King
2008-07-03
1
-1/+5
*
ENH: fix for flags that have sub-string matches
Bill Hoffman
2008-06-06
1
-1/+1
*
ENH: allow users to set sysroot
Bill Hoffman
2008-04-28
1
-1/+22
*
BUG: Correct Mac OS X framework behavior
Brad King
2008-04-08
1
-48/+13
*
ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties
Brad King
2008-02-18
1
-8/+8
*
ENH: Allow multiple OS X applications bundles to be created in a single build...
Brad King
2008-02-14
1
-12/+9
*
ENH: Avoid computing link information for static library targets. They do no...
Brad King
2008-02-07
1
-20/+25
*
ENH: Add cmTarget::GetLinkInformation method to allow several places in the g...
Brad King
2008-01-29
1
-2/+3
*
ENH: Support exporting/importing of Framework targets.
Brad King
2008-01-28
1
-6/+3
*
ENH: Updated exporting and importing of targets to support libraries and conf...
Brad King
2008-01-28
1
-4/+4
*
ENH: Implement linking with paths to library files instead of -L and -l separ...
Brad King
2008-01-22
1
-39/+49
*
ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a...
Brad King
2008-01-18
1
-0/+4
*
ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for...
Brad King
2008-01-16
1
-2/+2
*
COMP: Fix warning about backslash at end of c++ comment.
Brad King
2008-01-14
1
-1/+1
*
ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...
Brad King
2008-01-14
1
-9/+83
*
BUG: fix for bug 6193, fix xcode depend helper
Bill Hoffman
2008-01-10
1
-8/+13
*
BUG: Revert previous change until it works on all OSX versions.
Brad King
2007-12-23
1
-1/+1
*
ENH: Simplify target-level dependencies by depending only on directly linked ...
Brad King
2007-12-22
1
-1/+1
*
ENH: Make static library targets depend on targets to which they "link" for t...
Brad King
2007-12-21
1
-21/+20
*
ENH: Implemented generation of display for pre-build, pre-link, and post-buil...
Brad King
2007-12-18
1
-5/+8
*
BUG: Remove stray debugging message.
Brad King
2007-12-18
1
-1/+0
*
ENH: change to make the documentation class more generic, about halfway there...
Ken Martin
2007-10-22
1
-3/+3
*
ENH: Finish up the Framework creation code restructuring. Frameworks build an...
David Cole
2007-10-10
1
-29/+44
*
ENH: fix build issue with config type not being specified by ctest
Bill Hoffman
2007-09-17
1
-0/+6
*
COMP: Fix shadowed local warning by scoping the previous decl properly.
Brad King
2007-09-13
1
-2/+2
*
ENH: Added XCODE_ATTRIBUTE_<an-attribute> property to allow direct setting of...
Brad King
2007-09-10
1
-0/+15
*
STYLE: Fix line length style errors introduced last week.
David Cole
2007-08-20
1
-2/+4
*
ENH: Improvements to the Xcode generator. Build frameworks using native Copy ...
David Cole
2007-08-14
1
-203/+324
*
BUG: Only pay attention to the FRAMEWORK target property for SHARED library t...
David Cole
2007-08-01
1
-3/+6
*
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
Alexander Neundorf
2007-06-28
1
-2/+2
*
ENH: Merging changes from branch CMake-SourceFile2-b between tags
Brad King
2007-06-18
1
-10/+8
*
BUG: Finished previous fix.
Brad King
2007-05-28
1
-1/+1
*
COMP: Fixed shadowed local warning.
Brad King
2007-05-28
1
-3/+3
*
ENH: Remove unused build rules from Xcode. This change was made in the VS ge...
Brad King
2007-05-28
1
-52/+4
*
COMP: Fix build of XCode generator after change to GetSourceFiles signature.
Brad King
2007-05-28
1
-7/+7
*
ENH: add copy header stuff
Bill Hoffman
2007-05-24
1
-2/+67
*
BUG: Need to use GetRealDependency for custom command file-level dependencies.
Brad King
2007-05-23
1
-18/+5
*
ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets....
Brad King
2007-05-23
1
-9/+1
*
ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an
Alexander Neundorf
2007-05-22
1
-5/+4
[next]