index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmMakefileTargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a...
Brad King
2008-01-17
1
-0
/
+4
*
ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property impleme...
Brad King
2008-01-17
1
-4
/
+4
*
ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for...
Brad King
2008-01-15
1
-4
/
+4
*
ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...
Brad King
2008-01-14
1
-2
/
+51
*
BUG: Restore old interface of "make foo.o" and "make foo.i" even though objec...
Brad King
2008-01-07
1
-5
/
+9
*
ENH: Implemented Fortran module output directory and search path flags.
Brad King
2007-12-30
1
-0
/
+95
*
ENH: Simplified and moved link script implementation up from cmMakefileLibrar...
Brad King
2007-12-28
1
-0
/
+32
*
ENH: Store in DependInfo.cmake files a list of the corresponding files for th...
Brad King
2007-12-28
1
-0
/
+31
*
ENH: Add a depends check step to custom targets. Add support for the IMPLICI...
Brad King
2007-12-21
1
-1
/
+27
*
BUG: The dependency scanning target should be symbolic.
Brad King
2007-12-21
1
-1
/
+1
*
ENH: Enabled color printing of "Scanning dependencies of target ..." message.
Brad King
2007-12-19
1
-2
/
+3
*
ENH: Moved dependency integrity check from CheckBuildSystem over to a per-tar...
Brad King
2007-12-19
1
-25
/
+1
*
ENH: fix for bug 6102, allow users to change the compiler
Bill Hoffman
2007-12-13
1
-0
/
+12
*
STYLE: Fixed line-too-long.
Brad King
2007-11-23
1
-1
/
+2
*
ENH: Change compiler working directory to the local build tree location when ...
Brad King
2007-11-21
1
-17
/
+41
*
ENH: Finish up the Framework creation code restructuring. Frameworks build an...
David Cole
2007-10-10
1
-1
/
+1
*
ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works...
Brad King
2007-09-17
1
-0
/
+15
*
ENH: Added OBJECT_OUTPUTS source file property. Updated PrecompiledHeader te...
Brad King
2007-09-13
1
-0
/
+19
*
ENH: Replaced dependency integrity map with an explicit map from object file ...
Brad King
2007-08-07
1
-1
/
+11
*
ENH: Added cmTarget::GetLanguages method to centralize computation of the lis...
Brad King
2007-08-02
1
-7
/
+5
*
ENH: Simplify makefile target generator listing of object files to clean.
Brad King
2007-08-02
1
-0
/
+1
*
ENH: Merging changes from branch CMake-SourceFile2-b between tags
Brad King
2007-06-18
1
-3
/
+2
*
ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an
Alexander Neundorf
2007-05-22
1
-1
/
+1
*
BUG: Watcom WMake needs empty rule commands even for symbolic targets. This ...
Brad King
2007-05-16
1
-1
/
+1
*
BUG: A utility target should not run the custom commands from its source file...
Brad King
2007-05-01
1
-3
/
+7
*
ENH: make sure default /System framework is not added with -F
Bill Hoffman
2007-03-30
1
-0
/
+1
*
ENH: Created method cmTarget::GetExportMacro to centralize computation of the...
Brad King
2007-03-27
1
-13
/
+4
*
ENH: Added cmMakefileTargetGenerator::GenerateExtraOutput to wrap up creation...
Brad King
2007-03-09
1
-19
/
+29
*
ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ar...
Brad King
2007-03-08
1
-1
/
+1
*
ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil...
Brad King
2007-03-08
1
-9
/
+6
*
BUG: Some calls to Convert() were converting for MAKEFILE but then passing th...
Brad King
2007-03-08
1
-1
/
+1
*
ENH: fix for Watcom
Ken Martin
2007-02-20
1
-4
/
+0
*
ENH: fixed more bugs with spaces in the path
Ken Martin
2007-02-19
1
-1
/
+5
*
BUG: fix for spaces in path for nmake
Ken Martin
2007-02-19
1
-1
/
+1
*
ENH: check in initial conv library stuff
Bill Hoffman
2007-02-16
1
-1
/
+0
*
BUG: Use the exe/lib output path for .pdb file location. This addresses bug#...
Brad King
2007-02-01
1
-7
/
+21
*
BUG: fix for bug number 3964
Ken Martin
2007-02-01
1
-0
/
+9
*
ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalU...
Brad King
2006-12-14
1
-5
/
+5
*
ENH: make sure things do not depend on optimized libraries if they are debug,...
Bill Hoffman
2006-11-27
1
-1
/
+15
*
BUG: Fixed out-of-source subdirectories to work when they are also out-of-bin...
Brad King
2006-10-09
1
-3
/
+2
*
ENH: Added SYMBOLIC source file property to mark custom command outputs that ...
Brad King
2006-10-02
1
-2
/
+23
*
BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri...
Brad King
2006-09-28
1
-5
/
+24
*
ENH: put the if in the right place
Bill Hoffman
2006-09-12
1
-5
/
+5
*
ENH: fix for BUG: #739 again, makefiles did not depend on external full path ...
Bill Hoffman
2006-09-12
1
-1
/
+6
*
BUG: Fixed ordering of code generated in Makefile and build.make files to mak...
Brad King
2006-09-08
1
-1
/
+0
*
ENH: Make sure all custom command outputs are up to date before scanning depe...
Brad King
2006-08-31
1
-17
/
+17
*
BUG: Added object language to list of object files in a local generator's dir...
Brad King
2006-08-15
1
-3
/
+7
*
ENH: fix for no newline on some makes fix for ctest and some symlinks
Andy Cedilnik
2006-08-14
1
-0
/
+1
*
ENH: Changed preprocessed source extension to .i and assembly extension to .s...
Brad King
2006-08-09
1
-5
/
+5
*
ENH: Added generation of rules to manually request preprocessed or generated ...
Brad King
2006-08-07
1
-0
/
+98
[next]