summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Replaced dependency integrity map with an explicit map from object file ...Brad King2007-08-071-1/+11
* ENH: Added cmTarget::GetLanguages method to centralize computation of the lis...Brad King2007-08-021-7/+5
* ENH: Simplify makefile target generator listing of object files to clean.Brad King2007-08-021-0/+1
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-3/+2
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-1/+1
* BUG: Watcom WMake needs empty rule commands even for symbolic targets. This ...Brad King2007-05-161-1/+1
* BUG: A utility target should not run the custom commands from its source file...Brad King2007-05-011-3/+7
* ENH: make sure default /System framework is not added with -FBill Hoffman2007-03-301-0/+1
* ENH: Created method cmTarget::GetExportMacro to centralize computation of the...Brad King2007-03-281-13/+4
* ENH: Added cmMakefileTargetGenerator::GenerateExtraOutput to wrap up creation...Brad King2007-03-091-19/+29
* 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-9/+6
* BUG: Some calls to Convert() were converting for MAKEFILE but then passing th...Brad King2007-03-081-1/+1
* ENH: fix for WatcomKen Martin2007-02-201-4/+0
* ENH: fixed more bugs with spaces in the pathKen Martin2007-02-191-1/+5
* BUG: fix for spaces in path for nmakeKen Martin2007-02-191-1/+1
* ENH: check in initial conv library stuffBill Hoffman2007-02-161-1/+0
* BUG: Use the exe/lib output path for .pdb file location. This addresses bug#...Brad King2007-02-011-7/+21
* BUG: fix for bug number 3964Ken Martin2007-02-011-0/+9
* ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalU...Brad King2006-12-141-5/+5
* ENH: make sure things do not depend on optimized libraries if they are debug,...Bill Hoffman2006-11-271-1/+15
* BUG: Fixed out-of-source subdirectories to work when they are also out-of-bin...Brad King2006-10-101-3/+2
* ENH: Added SYMBOLIC source file property to mark custom command outputs that ...Brad King2006-10-021-2/+23
* BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri...Brad King2006-09-281-5/+24
* ENH: put the if in the right placeBill Hoffman2006-09-121-5/+5
* ENH: fix for BUG: #739 again, makefiles did not depend on external full path ...Bill Hoffman2006-09-121-1/+6
* BUG: Fixed ordering of code generated in Makefile and build.make files to mak...Brad King2006-09-081-1/+0
* ENH: Make sure all custom command outputs are up to date before scanning depe...Brad King2006-08-311-17/+17
* BUG: Added object language to list of object files in a local generator's dir...Brad King2006-08-151-3/+7
* ENH: fix for no newline on some makes fix for ctest and some symlinksAndy Cedilnik2006-08-141-0/+1
* ENH: Changed preprocessed source extension to .i and assembly extension to .s...Brad King2006-08-091-5/+5
* ENH: Added generation of rules to manually request preprocessed or generated ...Brad King2006-08-081-0/+98
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-1/+1
* ENH: added progress to custom commands with commentsKen Martin2006-07-131-0/+13
* BUG: reduce the number of file handles kept openKen Martin2006-07-121-13/+12
* ENH: fix compile warningKen Martin2006-07-111-2/+0
* BUG: changed to progress to make it more flexible and to no relink targets as...Ken Martin2006-07-111-10/+62
* STYLE: Fix some style errorsAndy Cedilnik2006-07-101-77/+78
* BUG: Several fixes to handle bundle content on Mac OSXAndy Cedilnik2006-07-061-2/+9
* ENH: Added generation of link rules into script files executed by a cmake -E ...Brad King2006-06-151-0/+50
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-1/+2
* ENH: cleanupKen Martin2006-06-121-9/+10
* ENH: some cleanup to progressKen Martin2006-06-121-8/+9
* ENH: line lengthsKen Martin2006-06-051-1/+2
* BUG: Custom command outputs listed explicitly as source files in a target sho...Brad King2006-06-011-66/+111
* BUG: Updated Makefile dependency scanning to provide a full local generator t...Brad King2006-05-251-10/+21
* BUG: Fix for spaces in path to build directory with new progress stuff.Brad King2006-05-231-3/+6
* ENH: always compile progressKen Martin2006-05-231-0/+16
* STYLE: fix line lengthKen Martin2006-05-121-27/+40
* BUG: Make sure each cmake_depends process uses the same SystemTools path tran...Brad King2006-04-271-0/+11