summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileExecutableTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Re-factor bundle content copying rules generation.Nicolas Despres2012-07-171-3/+2
* Re-factor OS X bundle and framework generation.Nicolas Despres2012-07-171-30/+16
* Remove trailing white-spaces.Nicolas Despres2012-07-171-1/+1
* Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .libBrad King2011-12-051-0/+7
* Factor makefile generator link rule lookup into helper functionBrad King2011-12-051-2/+1
* Generate target-wide flags before individual build rulesBrad King2011-03-171-3/+3
* Consolidate duplicate link rule make dependency codeBrad King2010-11-051-26/+1
* Evaluate <OBJECT_DIR> rule variable for executablesBrad King2010-09-161-0/+7
* -improve crosscompiling from Linux to iphone (#10526)Alex Neundorf2010-05-011-2/+0
* Fix line-too-long style violationsBrad King2009-10-231-1/+2
* Define per-target OSX_ARCHITECTURES propertyBrad King2009-10-211-0/+4
* Do not use -fPIC to link executablesBrad King2009-10-081-5/+0
* Centralize language flag addition for MakefilesBrad King2009-10-021-3/+2
* 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-301-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-181-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