summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Factor cmLocalGenerator::Configure input file readBrad King2009-09-031-0/+3
* Factor cmLocalGenerator::Configure object max pathBrad King2009-09-031-0/+1
* ENH: add group support and fix borland errorBill Hoffman2009-07-111-4/+4
* ENH: first pass at VS 10, can bootstrap CMake, but many tests still failBill Hoffman2009-06-251-1/+1
* BUG: Use new include dir suppresson for all gensBrad King2009-02-261-1/+2
* BUG: Remove implicit include dir suppressionBrad King2009-02-241-2/+1
* ENH: Add rule substitutions useful for launchersBrad King2009-02-101-0/+1
* ENH: Define RULE_LAUNCH_* propertiesBrad King2009-02-101-0/+7
* ENH: Warn if build dir is too long for filesystemBrad King2008-12-161-0/+1
* ENH: Refactor passing of max length object dirBrad King2008-12-161-2/+2
* ENH: Fix optional use of relative paths.Brad King2008-10-091-3/+20
* ENH: Create Info.plist files in OS X FrameworksBrad King2008-09-021-0/+7
* ENH: Allow custom limit on object file path lengthBrad King2008-08-211-0/+1
* ENH: Allow multiple OS X applications bundles to be created in a single build...Brad King2008-02-141-0/+6
* 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