summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Pass config to cmTarget::GetDirectory()Brad King2009-07-031-1/+1
* ENH: Create cmMakefileTargetGenerator::ConfigNameBrad King2009-07-031-2/+2
* ENH: Cleanup make progress rule generation codeBrad King2009-06-251-39/+0
* ENH: Allow projects to disable per-rule echo linesBrad King2009-03-161-14/+20
* ENH: Allow projects to disable per-rule progressBrad King2009-03-161-9/+22
* ENH: Factor out makefile progress rule commandsBrad King2009-03-161-24/+18
* BUG: Pass shared library export symbol in DEFINESBrad King2009-02-271-2/+1
* ENH: Define RULE_LAUNCH_* propertiesBrad King2009-02-101-0/+2
* ENH: Give target in which custom commands buildBrad King2009-02-101-1/+1
* BUG: Fix preprocess and assembly rule expansionBrad King2009-02-021-12/+12
* BUG: Do not expand rule variables in info rulesBrad King2009-02-021-33/+36
* ENH: Refactor custom command rule hashingBrad King2009-02-021-6/+5
* BUG: Fix color check for dependency scanningBrad King2008-10-151-2/+5
* ENH: Support object lists longer than 128K on MSVCBrad King2008-10-151-8/+29
* ENH: Factor out listing of objects on command lineBrad King2008-10-151-0/+38
* ENH: Fix optional use of relative paths.Brad King2008-10-091-5/+5
* ENH: Simplify framework -F flag generationBrad King2008-10-091-1/+3
* ENH: Use new link info during dependency scanningBrad King2008-09-151-7/+7
* BUG: Include less content as input to "rule hash" computation.Brad King2008-06-031-1/+7
* ENH: Introduce "rule hashes" to help rebuild files when rules change.Brad King2008-06-021-7/+6
* BUG: Fix makefile generator to have link rules depend on all full path librar...Brad King2008-05-211-38/+7
* ENH: Add SKIP_RULE_DEPENDS option for add_custom_command()Brad King2008-05-141-2/+5
* BUG: Fix generation of some paths into .cmake files in the build tree to esca...Brad King2008-05-101-2/+4
* BUG: fix for bug 6834 RC should not get all COMPILE_FLAGS from a target and s...Bill Hoffman2008-04-221-2/+27
* BUG: When MACOSX_PACKAGE_LOCATION specifies Headers/foo we must still create ...Brad King2008-04-141-2/+7
* BUG: make sure OBJECT_DIR is in the path of the SHELLBill Hoffman2008-04-111-0/+3
* BUG: Correct Mac OS X framework behaviorBrad King2008-04-081-5/+5
* BUG: response file must be a copy if different or you get relinks every time ...Bill Hoffman2008-04-031-0/+1
* ENH: Handle large object file lists on some platformsBrad King2008-02-271-0/+24
* ENH: Simplify make build rule generation by removing use of OBJECTS_QUOTED an...Brad King2008-02-241-14/+4
* BUG: Link scripts should be generated with copy-if-different and included as ...Brad King2008-02-201-1/+4
* ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE propertiesBrad King2008-02-181-32/+26
* ENH: Cleanup building of OS X bundle contentBrad King2008-02-151-16/+68
* ENH: Added build rule variables CMAKE_<LANG>_ARCHIVE_CREATE, CMAKE_<LANG>_ARC...Brad King2008-01-301-30/+77
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-2/+2
* ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a...Brad King2008-01-181-0/+4
* ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property impleme...Brad King2008-01-171-4/+4
* ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for...Brad King2008-01-161-4/+4
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...Brad King2008-01-141-2/+51
* BUG: Restore old interface of "make foo.o" and "make foo.i" even though objec...Brad King2008-01-071-5/+9
* ENH: Implemented Fortran module output directory and search path flags.Brad King2007-12-301-0/+95
* ENH: Simplified and moved link script implementation up from cmMakefileLibrar...Brad King2007-12-281-0/+32
* ENH: Store in DependInfo.cmake files a list of the corresponding files for th...Brad King2007-12-281-0/+31
* ENH: Add a depends check step to custom targets. Add support for the IMPLICI...Brad King2007-12-211-1/+27
* BUG: The dependency scanning target should be symbolic.Brad King2007-12-211-1/+1
* ENH: Enabled color printing of "Scanning dependencies of target ..." message.Brad King2007-12-191-2/+3
* ENH: Moved dependency integrity check from CheckBuildSystem over to a per-tar...Brad King2007-12-191-25/+1
* ENH: fix for bug 6102, allow users to change the compilerBill Hoffman2007-12-131-0/+12
* STYLE: Fixed line-too-long.Brad King2007-11-231-1/+2
* ENH: Change compiler working directory to the local build tree location when ...Brad King2007-11-211-17/+41