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
/
cmLocalGenerator.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: Allow multiple OS X applications bundles to be created in a single build...
Brad King
2008-02-14
1
-0/+6
*
ENH: Enable use of link script whenever incremental archive construction rule...
Brad King
2008-01-30
1
-0/+4
*
ENH: Add cmTarget::GetLinkInformation method to allow several places in the g...
Brad King
2008-01-29
1
-7/+0
*
BUG: Work-around bug in MSVC 6 command line parsing.
Brad King
2008-01-23
1
-0/+2
*
ENH: Implement linking with paths to library files instead of -L and -l separ...
Brad King
2008-01-22
1
-8/+1
*
ENH: Enable use of COMPILE_DEFINITIONS property for Fortran sources.
Brad King
2008-01-18
1
-1/+4
*
ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a...
Brad King
2008-01-18
1
-1/+0
*
ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property impleme...
Brad King
2008-01-17
1
-1/+2
*
ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...
Brad King
2008-01-14
1
-0/+11
*
ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added ...
Brad King
2008-01-13
1
-0/+1
*
ENH: add CMAKE_DEFINE_FLAG_(LANG) that can replace -D flags with what the com...
Bill Hoffman
2008-01-11
1
-1/+1
*
BUG: Restore old interface of "make foo.o" and "make foo.i" even though objec...
Brad King
2008-01-07
1
-1/+2
*
ENH: Added method cmLocalGenerator::GetBackwardsCompatibility to reduce parsi...
Brad King
2007-12-29
1
-0/+21
*
ENH: Enabled color printing of "Scanning dependencies of target ..." message.
Brad King
2007-12-19
1
-1/+2
*
ENH: Moved dependency integrity check from CheckBuildSystem over to a per-tar...
Brad King
2007-12-19
1
-6/+7
*
STYLE: fix warnings: comparison signed/unsigned, unused variable
Alexander Neundorf
2007-12-19
1
-1/+1
*
ENH: add support for chrpath, so the RPATH in ELF files can be changed when
Alexander Neundorf
2007-12-18
1
-4/+7
*
STYLE: restructure OutputLinkLibraries() a bit, so that new there is a
Alexander Neundorf
2007-11-26
1
-0/+4
*
ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a...
Brad King
2007-08-01
1
-0/+6
*
ENH: Merging changes from branch CMake-SourceFile2-b between tags
Brad King
2007-06-18
1
-2/+0
*
STYLE: remove duplicate non-const accessors GetLocalGenerator(int) and
Alexander Neundorf
2007-06-15
1
-0/+4
*
ENH: Added testing for custom command line arguments containing all special c...
Brad King
2007-05-17
1
-0/+1
*
BUG: fix -D escaped quotes for watcom
Bill Hoffman
2007-05-10
1
-1/+1
*
BUG: fix problem for non-C/CXX languages with Visual Studio, the
Alexander Neundorf
2007-05-09
1
-1/+3
*
ENH: now target names can be used in add_custom_command() and
Alexander Neundorf
2007-05-09
1
-1/+13
*
ENH: Added computation of object file names that are almost always short enou...
Brad King
2007-03-16
1
-2/+4
*
ENH: some code cleanup
Ken Martin
2007-03-12
1
-4/+0
*
ENH: SetupPathConversions is now called automatically on demand.
Brad King
2007-03-08
1
-3/+2
*
ENH: Improved computation of RelativePathTopSource and RelativePathTopBinary ...
Brad King
2007-03-07
1
-0/+2
*
COMP: Fix ConvertToRelativePath change for Xcode generator.
Brad King
2007-03-07
1
-10/+10
*
ENH: Moved ConvertToRelativePath from cmGlobalGenerator to cmLocalGenerator. ...
Brad King
2007-03-07
1
-0/+21
*
ENH: Make EXCLUDE_FROM_ALL a target and directory properties. Also, make IsIn...
Andy Cedilnik
2007-02-23
1
-9/+2
*
ENH: check in initial conv library stuff
Bill Hoffman
2007-02-16
1
-1/+11
*
ENH: Adding support for # escape in Watcom WMake.
Brad King
2006-10-25
1
-0/+1
*
ENH: Adding image version number (major.minor) property to windows binaries. ...
Brad King
2006-10-16
1
-0/+2
*
BUG: Fixed display of custom command comments with quotes, dollars, and other...
Brad King
2006-10-04
1
-2/+5
*
BUG: MSYS makefile shell needs posix paths to executables in some cases and i...
Brad King
2006-09-28
1
-0/+1
*
BUG: Do not filter system directories for include file dependencies.
Brad King
2006-09-28
1
-1/+2
*
ENH: Re-implemented command line argument shell quoting to support several pl...
Brad King
2006-09-27
1
-2/+7
*
BUG: Enabled use of EscapeForShell to properly escape custom command lines. ...
Brad King
2006-09-21
1
-2/+2
*
BUG: Centralized generation of command line arguments in escaped form. This ...
Brad King
2006-09-21
1
-4/+4
*
ENH: make sure RuleVariable struct is initialized correctly, also make sure c...
Bill Hoffman
2006-08-08
1
-14/+1
*
ENH: Added generation of rules to manually request preprocessed or generated ...
Brad King
2006-08-08
1
-0/+4
*
ENH: Moved GetSourceFileLanguage up to cmLocalGenerator.
Brad King
2006-08-03
1
-0/+3
*
ENH: Moved unique object file name computation from cmLocalUnixMakefileGenera...
Brad King
2006-07-11
1
-0/+5
*
BUG: Updated Makefile dependency scanning to provide a full local generator t...
Brad King
2006-05-25
1
-2/+1
*
ENH: name pdb files for visual studio make based builds
Bill Hoffman
2006-04-19
1
-0/+1
*
ENH: fix java and add OBJECT_DIR support
Bill Hoffman
2006-04-17
1
-0/+2
*
ENH: Added support for multiple outputs generated by a single custom command....
Brad King
2006-04-11
1
-1/+5
*
ENH: Added global TargetManifest computation between Configure and Generate s...
Brad King
2006-04-04
1
-1/+6
[next]