summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileLibraryTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Re-factor bundle content copying rules generation.Nicolas Despres2012-07-171-3/+1
* Re-factor CFBundle generation.Nicolas Despres2012-07-171-27/+2
* Re-factor OS X bundle and framework generation.Nicolas Despres2012-07-171-114/+17
* Remove trailing white-spaces.Nicolas Despres2012-07-171-8/+8
* Support building shared libraries or modules without soname (#13155)Modestas Vainius2012-04-301-1/+5
* Build object library targets in MakefilesBrad King2012-03-131-0/+26
* 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-1/+1
* Merge topic 'include-flags-response-file'Brad King2011-03-221-3/+3
|\
| * Generate target-wide flags before individual build rulesBrad King2011-03-171-3/+3
* | Add support for CFBundle targets on the Mac (#11295)Richard Bateman2011-01-111-0/+49
|/
* Consolidate duplicate link rule make dependency codeBrad King2010-11-051-24/+1
* Add STATIC_LIBRARY_FLAGS_<CONFIG> property (#10768)Brad King2010-05-281-0/+4
* -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
* Create INTERPROCEDURAL_OPTIMIZATION build featureBrad King2009-10-021-0/+6
* Centralize language flag addition for MakefilesBrad King2009-10-021-2/+4
* Fix use of module .def files for MS toolsBrad King2009-09-291-23/+3
* 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-5/+10
* ENH: Pass config to cmTarget RPATH install methodsBrad King2009-07-081-2/+2
* ENH: Simpler cmTarget::GetLinkerLanguage signatureBrad King2009-07-071-10/+5
* ENH: Pass config to cmTarget::GetDirectory()Brad King2009-07-031-4/+4
* ENH: Create cmMakefileTargetGenerator::ConfigNameBrad King2009-07-031-19/+11
* ENH: Always imply CLEAN_DIRECT_OUTPUT target propBrad King2009-05-011-91/+28
* ENH: Allow projects to disable per-rule echo linesBrad King2009-03-161-19/+22
* STYLE: Separate unrelated logicBrad King2009-03-161-3/+12
* ENH: Define RULE_LAUNCH_* propertiesBrad King2009-02-101-0/+2
* ENH: Give target in which custom commands buildBrad King2009-02-101-3/+6
* ENH: Factor out listing of objects on command lineBrad King2008-10-151-29/+3
* STYLE: Remove computed but unused variable.Brad King2008-10-151-3/+0
* ENH: Fix optional use of relative paths.Brad King2008-10-091-3/+3
* ENH: Create Info.plist files in OS X FrameworksBrad King2008-09-021-2/+11
* ENH: Build large archives incrementallyBrad King2008-08-041-0/+4
* ENH: Set version info for shared libs on OSX.Brad King2008-07-091-0/+42
* BUG: make sure OBJECT_DIR is in the path of the SHELLBill Hoffman2008-04-111-1/+4
* BUG: Correct Mac OS X framework behaviorBrad King2008-04-081-58/+80
* 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/+27
* 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-115/+30
* ENH: Allow multiple OS X applications bundles to be created in a single build...Brad King2008-02-141-16/+0
* ENH: Avoid computing link information for static library targets. They do no...Brad King2008-02-071-1/+5
* ENH: Enable use of link script whenever incremental archive construction rule...Brad King2008-01-301-3/+16
* ENH: Added build rule variables CMAKE_<LANG>_ARCHIVE_CREATE, CMAKE_<LANG>_ARC...Brad King2008-01-301-9/+97
* ENH: Support exporting/importing of Framework targets.Brad King2008-01-281-7/+4
* ENH: Simplified and moved link script implementation up from cmMakefileLibrar...Brad King2007-12-281-91/+47
* ENH: Add a depends check step to custom targets. Add support for the IMPLICI...Brad King2007-12-211-3/+4