summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Support more preprocessor values in VS6Brad King2009-04-241-2/+9
* BUG: Fix invalid array access discovered during investigation of issue #7832.David Cole2009-04-071-1/+1
* BUG: Allow more shell ops in custom commandsBrad King2009-03-171-0/+4
* ENH: Refactor generation of CTestTestfile contentBrad King2009-03-161-70/+22
* ENH: Overhaul CMake version numberingBrad King2009-03-051-0/+1
* BUG: Use new include dir suppresson for all gensBrad King2009-02-261-23/+18
* ENH: Simplify reverse cmLocalGenerator::ConvertBrad King2009-02-261-16/+6
* ENH: Re-enable system include dir suppressionBrad King2009-02-251-0/+22
* BUG: Remove implicit include dir suppressionBrad King2009-02-241-20/+1
* ENH: Add rule substitutions useful for launchersBrad King2009-02-101-0/+25
* ENH: Define RULE_LAUNCH_* propertiesBrad King2009-02-101-0/+28
* BUG: Fix old-style install to prefix topBrad King2009-02-041-0/+4
* BUG: Fix issue #6195. Add CMAKE_OSX_DEPLOYMENT_TARGET cache variable to speci...David Cole2009-01-271-2/+19
* ENH: Warn if build dir is too long for filesystemBrad King2008-12-161-2/+21
* ENH: Refactor passing of max length object dirBrad King2008-12-161-9/+10
* ENH: Fix optional use of relative paths.Brad King2008-10-091-11/+99
* ENH: Simplify framework -F flag generationBrad King2008-10-091-3/+5
* ENH: Create Info.plist files in OS X FrameworksBrad King2008-09-021-0/+40
* ENH: Allow custom limit on object file path lengthBrad King2008-08-211-10/+42
* ENH: Add UNKNOWN type for IMPORTED librariesBrad King2008-08-181-0/+1
* STYLE: Convert unused target type cases to defaultBrad King2008-08-181-10/+2
* BUG: Custom command depends may match sourcesBrad King2008-08-051-0/+9
* BUG: Do not convert RPATH entries to full path.Brad King2008-08-051-1/+1
* BUG: Fix escaping in link scriptsBrad King2008-08-051-1/+1
* BUG: fix for bug 7421, fortran did not get arch flags on the macBill Hoffman2008-07-301-1/+1
* COMP: fix compiler warning and follow styleBill Hoffman2008-07-221-1/+3
* ENH: Allow users to specify a custom Info.plist templateBrad King2008-05-171-69/+39
* ENH: add support for Intel Fortran Visual studio IDEBill Hoffman2008-04-301-1/+1
* BUG: Do not escape shell operators when generating command lines.Brad King2008-04-291-0/+23
* BUG: move this back out of the if statemtnBill Hoffman2008-04-291-1/+1
* ENH: allow users to set sysrootBill Hoffman2008-04-281-1/+11
* ENH: fix for the correct path to cmakeBill Hoffman2008-03-281-1/+1
* ENH: change CMP_ to CMPKen Martin2008-03-131-1/+1
* ENH: Improve handling of old-style compatibility.Brad King2008-03-071-9/+23
* ENH: Cleanup builtin chrpath supportBrad King2008-03-021-11/+0
* BUG: Do not place $(CMAKE_COMMAND) in link scripts.Brad King2008-03-011-0/+6
* ENH: Allow multiple OS X applications bundles to be created in a single build...Brad King2008-02-141-0/+83
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-011-0/+9
* ENH: Enable use of link script whenever incremental archive construction rule...Brad King2008-01-301-1/+2
* ENH: Add cmTarget::GetLinkInformation method to allow several places in the g...Brad King2008-01-291-174/+46
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-6/+6
* BUG: Fix generation of Watcom link lines.Brad King2008-01-231-4/+3
* BUG: Work-around bug in MSVC 6 command line parsing.Brad King2008-01-231-1/+34
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-221-366/+112
* ENH: improve backwards compatibilityKen Martin2008-01-191-5/+1
* BUG: fix bugs 5539 (progress going beyond 100% when new files are added) and ...Ken Martin2008-01-181-11/+8
* ENH: Enable use of COMPILE_DEFINITIONS property for Fortran sources.Brad King2008-01-181-0/+32
* ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a...Brad King2008-01-181-35/+0
* ENH: use CTestTestfile.txtKen Martin2008-01-171-12/+3
* ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property impleme...Brad King2008-01-171-8/+19