summaryrefslogtreecommitdiff
path: root/Source/cmMakefileExecutableTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix use of module .def files for MS toolsBrad King2009-09-291-0/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Do not call CollapseFullPath for PDB file namesBrad King2009-09-171-1/+1
* ENH: Pass config to cmTarget::GetLinkerLanguageBrad King2009-07-081-1/+2
* ENH: Pass config to cmTarget RPATH install methodsBrad King2009-07-081-1/+1
* ENH: Simpler cmTarget::GetLinkerLanguage signatureBrad King2009-07-071-2/+1
* ENH: Pass config to cmTarget::GetDirectory()Brad King2009-07-031-3/+3
* ENH: Create cmMakefileTargetGenerator::ConfigNameBrad King2009-07-031-7/+5
* ENH: Remove cmTarget::GetExecutableCleanNamesBrad King2009-05-011-21/+7
* ENH: Allow projects to disable per-rule echo linesBrad King2009-03-161-7/+10
* ENH: Define RULE_LAUNCH_* propertiesBrad King2009-02-101-0/+2
* ENH: Give target in which custom commands buildBrad King2009-02-101-3/+6
* BUG: Do not re-generate after a AppBundle buildBrad King2009-02-061-2/+2
* ENH: Factor out listing of objects on command lineBrad King2008-10-151-26/+2
* STYLE: Remove computed but unused variable.Brad King2008-10-151-3/+0
* ENH: Fix optional use of relative paths.Brad King2008-10-091-2/+2
* BUG: Fix issue #3648 - make sure CMake reruns if a Bundle application's direc...David Cole2008-09-021-0/+2
* BUG: Do not create target output directory in cmTarget. Let the generators d...Brad King2008-04-071-0/+2
* ENH: Handle large object file lists on some platformsBrad King2008-02-271-1/+24
* BUG: Link scripts should be generated with copy-if-different and included as ...Brad King2008-02-201-1/+1
* ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE propertiesBrad King2008-02-181-16/+34
* ENH: Cleanup building of OS X bundle contentBrad King2008-02-151-29/+1
* ENH: Allow multiple OS X applications bundles to be created in a single build...Brad King2008-02-141-12/+4
* ENH: Enable use of link script whenever incremental archive construction rule...Brad King2008-01-291-0/+6
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-2/+2
* ENH: Simplified and moved link script implementation up from cmMakefileLibrar...Brad King2007-12-281-36/+66
* ENH: Add a depends check step to custom targets. Add support for the IMPLICI...Brad King2007-12-211-3/+4
* ENH: do not remove executables and dll's before linking them so that incremen...Bill Hoffman2007-10-181-12/+1
* ENH: Simplify makefile target generator listing of object files to clean.Brad King2007-08-021-5/+1
* COMP: Fix build on mac after change to GetSourceFiles signature.Brad King2007-05-281-1/+1
* BUG: A utility target should not run the custom commands from its source file...Brad King2007-05-011-1/+1
* ENH: Added platform variable CMAKE_EXE_EXPORTS_<lang>_FLAG to add a linker fl...Brad King2007-04-171-0/+10
* ENH: Added target property ENABLE_EXPORTS for executable targets. It enables...Brad King2007-03-221-0/+13
* ENH: Added support for import libraries created by executable and module targ...Brad King2007-03-191-3/+32
* BUG: Fixed OSX bundles to be built in the directory specified by cmTarget::Ge...Brad King2007-03-091-16/+9
* ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ar...Brad King2007-03-081-1/+1
* ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil...Brad King2007-03-081-6/+2
* BUG: Some calls to Convert() were converting for MAKEFILE but then passing th...Brad King2007-03-081-3/+3
* BUG: Do not clean the .pdb file for a target just before it is linked! This ...Brad King2007-02-011-3/+8
* BUG: Clean rule for exe pdb file should use full path.Brad King2007-02-011-1/+1
* BUG: The .pdb file generated for a library or executable should match the rea...Brad King2007-02-011-4/+9
* ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalU...Brad King2006-12-141-1/+1
* ENH: Adding image version number (major.minor) property to windows binaries. ...Brad King2006-10-161-0/+18
* BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri...Brad King2006-09-281-0/+6
* BUG: Need to clean manifest files that may have been generated for .exe and ....Brad King2006-08-151-0/+7
* BUG: Several fixes to handle bundle content on Mac OSXAndy Cedilnik2006-07-061-0/+5
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-1/+3
* BUG: Custom command outputs listed explicitly as source files in a target sho...Brad King2006-06-011-17/+9
* BUG: Finished fix to bug#3229 and bug#3272.Brad King2006-05-231-1/+0
* BUG: Added missing cd command before running executable version symlink rule....Brad King2006-05-161-0/+6