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
/
cmMakefileExecutableTargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: Define RULE_LAUNCH_* properties
Brad King
2009-02-10
1
-0/+2
*
ENH: Give target in which custom commands build
Brad King
2009-02-10
1
-3/+6
*
BUG: Do not re-generate after a AppBundle build
Brad King
2009-02-06
1
-2/+2
*
ENH: Factor out listing of objects on command line
Brad King
2008-10-15
1
-26/+2
*
STYLE: Remove computed but unused variable.
Brad King
2008-10-15
1
-3/+0
*
ENH: Fix optional use of relative paths.
Brad King
2008-10-09
1
-2/+2
*
BUG: Fix issue #3648 - make sure CMake reruns if a Bundle application's direc...
David Cole
2008-09-02
1
-0/+2
*
BUG: Do not create target output directory in cmTarget. Let the generators d...
Brad King
2008-04-07
1
-0/+2
*
ENH: Handle large object file lists on some platforms
Brad King
2008-02-27
1
-1/+24
*
BUG: Link scripts should be generated with copy-if-different and included as ...
Brad King
2008-02-20
1
-1/+1
*
ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties
Brad King
2008-02-18
1
-16/+34
*
ENH: Cleanup building of OS X bundle content
Brad King
2008-02-15
1
-29/+1
*
ENH: Allow multiple OS X applications bundles to be created in a single build...
Brad King
2008-02-14
1
-12/+4
*
ENH: Enable use of link script whenever incremental archive construction rule...
Brad King
2008-01-30
1
-0/+6
*
ENH: Updated exporting and importing of targets to support libraries and conf...
Brad King
2008-01-28
1
-2/+2
*
ENH: Simplified and moved link script implementation up from cmMakefileLibrar...
Brad King
2007-12-28
1
-36/+66
*
ENH: Add a depends check step to custom targets. Add support for the IMPLICI...
Brad King
2007-12-21
1
-3/+4
*
ENH: do not remove executables and dll's before linking them so that incremen...
Bill Hoffman
2007-10-18
1
-12/+1
*
ENH: Simplify makefile target generator listing of object files to clean.
Brad King
2007-08-02
1
-5/+1
*
COMP: Fix build on mac after change to GetSourceFiles signature.
Brad King
2007-05-28
1
-1/+1
*
BUG: A utility target should not run the custom commands from its source file...
Brad King
2007-05-01
1
-1/+1
*
ENH: Added platform variable CMAKE_EXE_EXPORTS_<lang>_FLAG to add a linker fl...
Brad King
2007-04-18
1
-0/+10
*
ENH: Added target property ENABLE_EXPORTS for executable targets. It enables...
Brad King
2007-03-22
1
-0/+13
*
ENH: Added support for import libraries created by executable and module targ...
Brad King
2007-03-19
1
-3/+32
*
BUG: Fixed OSX bundles to be built in the directory specified by cmTarget::Ge...
Brad King
2007-03-09
1
-16/+9
*
ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ar...
Brad King
2007-03-08
1
-1/+1
*
ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil...
Brad King
2007-03-08
1
-6/+2
*
BUG: Some calls to Convert() were converting for MAKEFILE but then passing th...
Brad King
2007-03-08
1
-3/+3
*
BUG: Do not clean the .pdb file for a target just before it is linked! This ...
Brad King
2007-02-01
1
-3/+8
*
BUG: Clean rule for exe pdb file should use full path.
Brad King
2007-02-01
1
-1/+1
*
BUG: The .pdb file generated for a library or executable should match the rea...
Brad King
2007-02-01
1
-4/+9
*
ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalU...
Brad King
2006-12-14
1
-1/+1
*
ENH: Adding image version number (major.minor) property to windows binaries. ...
Brad King
2006-10-16
1
-0/+18
*
BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri...
Brad King
2006-09-28
1
-0/+6
*
BUG: Need to clean manifest files that may have been generated for .exe and ....
Brad King
2006-08-15
1
-0/+7
*
BUG: Several fixes to handle bundle content on Mac OSX
Andy Cedilnik
2006-07-06
1
-0/+5
*
ENH: centralized locaiton of CMakeFiles setting
Ken Martin
2006-06-14
1
-1/+3
*
BUG: Custom command outputs listed explicitly as source files in a target sho...
Brad King
2006-06-01
1
-17/+9
*
BUG: Finished fix to bug#3229 and bug#3272.
Brad King
2006-05-23
1
-1/+0
*
BUG: Added missing cd command before running executable version symlink rule....
Brad King
2006-05-16
1
-0/+6
*
STYLE: fix line length
Ken Martin
2006-05-12
1
-17/+27
*
ENH: name pdb files for visual studio make based builds
Bill Hoffman
2006-04-19
1
-6/+12
*
ENH: add support for per config target LINK_FLAGS
Bill Hoffman
2006-04-03
1
-1/+4
*
ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is...
Brad King
2006-03-30
1
-1/+2
*
ENH: Add support for adding content to bundles
Andy Cedilnik
2006-03-28
1
-13/+32
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-5/+5
*
ENH: use a cmake script to do the clean step, this allows for large numbers o...
Bill Hoffman
2006-03-09
1
-4/+7
*
BUG: Fixed installation of MacOSX Bundle executables and the corresponding in...
Brad King
2006-03-03
1
-5/+8
*
BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE.
Brad King
2006-02-24
1
-2/+5
*
ENH: change expand stuff to pass a struct for all the args
Bill Hoffman
2006-02-20
1
-11/+9
[next]