summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* ENH: Enable use of link script whenever incremental archive construction rule...Brad King2008-01-301-0/+4
* ENH: Add cmTarget::GetLinkInformation method to allow several places in the g...Brad King2008-01-291-7/+0
* BUG: Work-around bug in MSVC 6 command line parsing.Brad King2008-01-231-0/+2
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-221-8/+1
* ENH: Enable use of COMPILE_DEFINITIONS property for Fortran sources.Brad King2008-01-181-1/+4
* ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a...Brad King2008-01-181-1/+0
* ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property impleme...Brad King2008-01-171-1/+2
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...Brad King2008-01-141-0/+11
* ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added ...Brad King2008-01-131-0/+1
* ENH: add CMAKE_DEFINE_FLAG_(LANG) that can replace -D flags with what the com...Bill Hoffman2008-01-111-1/+1
* BUG: Restore old interface of "make foo.o" and "make foo.i" even though objec...Brad King2008-01-071-1/+2
* ENH: Added method cmLocalGenerator::GetBackwardsCompatibility to reduce parsi...Brad King2007-12-291-0/+21
* ENH: Enabled color printing of "Scanning dependencies of target ..." message.Brad King2007-12-191-1/+2
* ENH: Moved dependency integrity check from CheckBuildSystem over to a per-tar...Brad King2007-12-191-6/+7
* STYLE: fix warnings: comparison signed/unsigned, unused variableAlexander Neundorf2007-12-191-1/+1
* ENH: add support for chrpath, so the RPATH in ELF files can be changed whenAlexander Neundorf2007-12-181-4/+7
* STYLE: restructure OutputLinkLibraries() a bit, so that new there is aAlexander Neundorf2007-11-261-0/+4
* ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a...Brad King2007-08-011-0/+6
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-2/+0
* STYLE: remove duplicate non-const accessors GetLocalGenerator(int) andAlexander Neundorf2007-06-151-0/+4
* ENH: Added testing for custom command line arguments containing all special c...Brad King2007-05-171-0/+1
* BUG: fix -D escaped quotes for watcomBill Hoffman2007-05-101-1/+1
* BUG: fix problem for non-C/CXX languages with Visual Studio, theAlexander Neundorf2007-05-091-1/+3
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-1/+13
* ENH: Added computation of object file names that are almost always short enou...Brad King2007-03-161-2/+4
* ENH: some code cleanupKen Martin2007-03-121-4/+0
* ENH: SetupPathConversions is now called automatically on demand.Brad King2007-03-081-3/+2
* ENH: Improved computation of RelativePathTopSource and RelativePathTopBinary ...Brad King2007-03-071-0/+2
* COMP: Fix ConvertToRelativePath change for Xcode generator.Brad King2007-03-071-10/+10
* ENH: Moved ConvertToRelativePath from cmGlobalGenerator to cmLocalGenerator. ...Brad King2007-03-071-0/+21
* ENH: Make EXCLUDE_FROM_ALL a target and directory properties. Also, make IsIn...Andy Cedilnik2007-02-231-9/+2
* ENH: check in initial conv library stuffBill Hoffman2007-02-161-1/+11
* ENH: Adding support for # escape in Watcom WMake.Brad King2006-10-251-0/+1
* ENH: Adding image version number (major.minor) property to windows binaries. ...Brad King2006-10-161-0/+2
* BUG: Fixed display of custom command comments with quotes, dollars, and other...Brad King2006-10-041-2/+5
* BUG: MSYS makefile shell needs posix paths to executables in some cases and i...Brad King2006-09-281-0/+1
* BUG: Do not filter system directories for include file dependencies.Brad King2006-09-281-1/+2
* ENH: Re-implemented command line argument shell quoting to support several pl...Brad King2006-09-271-2/+7
* BUG: Enabled use of EscapeForShell to properly escape custom command lines. ...Brad King2006-09-211-2/+2
* BUG: Centralized generation of command line arguments in escaped form. This ...Brad King2006-09-211-4/+4
* ENH: make sure RuleVariable struct is initialized correctly, also make sure c...Bill Hoffman2006-08-081-14/+1
* ENH: Added generation of rules to manually request preprocessed or generated ...Brad King2006-08-081-0/+4
* ENH: Moved GetSourceFileLanguage up to cmLocalGenerator.Brad King2006-08-031-0/+3
* ENH: Moved unique object file name computation from cmLocalUnixMakefileGenera...Brad King2006-07-111-0/+5
* BUG: Updated Makefile dependency scanning to provide a full local generator t...Brad King2006-05-251-2/+1
* ENH: name pdb files for visual studio make based buildsBill Hoffman2006-04-191-0/+1
* ENH: fix java and add OBJECT_DIR supportBill Hoffman2006-04-171-0/+2
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-1/+5
* ENH: Added global TargetManifest computation between Configure and Generate s...Brad King2006-04-041-1/+6
* ENH: add support for universal binariesBill Hoffman2006-03-241-1/+1