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: 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
*
ENH: add support for universal binaries
Bill Hoffman
2006-03-24
1
-1/+1
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-23/+23
*
STYLE: fix line lengths
Bill Hoffman
2006-03-10
1
-3/+6
*
ENH: add support for language flags at rule expansion time
Bill Hoffman
2006-03-06
1
-0/+1
*
ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAM...
Brad King
2006-02-24
1
-0/+2
*
BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE.
Brad King
2006-02-24
1
-2/+4
*
ENH: make it compile on vs6
Bill Hoffman
2006-02-20
1
-17/+16
*
ENH: change expand stuff to pass a struct for all the args
Bill Hoffman
2006-02-20
1
-20/+32
*
BUG: Xcode generator should use local generator computation of include direct...
Brad King
2006-02-20
1
-3/+3
*
ENH: Created new install script generation framework. The INSTALL command cr...
Brad King
2006-02-19
1
-10/+5
*
ENH: Generate import libraries for DLLs on Cygwin and MinGW.
Brad King
2006-02-18
1
-0/+4
*
ENH: Implemented RPATH specification support. It is documented by the comman...
Brad King
2006-02-16
1
-1/+1
[next]