index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmMakefileTargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
BUG: fix for bug 6834 RC should not get all COMPILE_FLAGS from a target and s...
Bill Hoffman
2008-04-22
1
-2/+27
*
BUG: When MACOSX_PACKAGE_LOCATION specifies Headers/foo we must still create ...
Brad King
2008-04-14
1
-2/+7
*
BUG: make sure OBJECT_DIR is in the path of the SHELL
Bill Hoffman
2008-04-11
1
-0/+3
*
BUG: Correct Mac OS X framework behavior
Brad King
2008-04-08
1
-5/+5
*
BUG: response file must be a copy if different or you get relinks every time ...
Bill Hoffman
2008-04-03
1
-0/+1
*
ENH: Handle large object file lists on some platforms
Brad King
2008-02-27
1
-0/+24
*
ENH: Simplify make build rule generation by removing use of OBJECTS_QUOTED an...
Brad King
2008-02-24
1
-14/+4
*
BUG: Link scripts should be generated with copy-if-different and included as ...
Brad King
2008-02-20
1
-1/+4
*
ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties
Brad King
2008-02-18
1
-32/+26
*
ENH: Cleanup building of OS X bundle content
Brad King
2008-02-15
1
-16/+68
*
ENH: Added build rule variables CMAKE_<LANG>_ARCHIVE_CREATE, CMAKE_<LANG>_ARC...
Brad King
2008-01-30
1
-30/+77
*
ENH: Updated exporting and importing of targets to support libraries and conf...
Brad King
2008-01-28
1
-2/+2
*
ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a...
Brad King
2008-01-18
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-16
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-28
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
[next]