summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Finish up the Framework creation code restructuring. Frameworks build an...David Cole2007-10-101-1/+1
* ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works...Brad King2007-09-171-0/+15
* ENH: Added OBJECT_OUTPUTS source file property. Updated PrecompiledHeader te...Brad King2007-09-131-0/+19
* 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