summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...Brad King2008-01-141-0/+117
* BUG: Removed stray debugging statement.Brad King2008-01-131-3/+0
* ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added ...Brad King2008-01-131-0/+5
* ENH: add CMAKE_DEFINE_FLAG_(LANG) that can replace -D flags with what the com...Bill Hoffman2008-01-111-1/+39
* BUG: Restore old interface of "make foo.o" and "make foo.i" even though objec...Brad King2008-01-071-3/+22
* BUG: Do not remove the source file extension when computing an object file na...Brad King2007-12-291-4/+7
* ENH: Added method cmLocalGenerator::GetBackwardsCompatibility to reduce parsi...Brad King2007-12-291-0/+41
* COMP: Fixed data loss warning.Brad King2007-12-201-2/+2
* STYLE: fix warnings: comparison signed/unsigned, unused variableAlexander Neundorf2007-12-191-6/+4
* ENH: add support for chrpath, so the RPATH in ELF files can be changed whenAlexander Neundorf2007-12-181-2/+27
* STYLE: restructure OutputLinkLibraries() a bit, so that new there is aAlexander Neundorf2007-11-261-19/+48
* ENH: fix spelling errorBill Hoffman2007-10-221-1/+1
* ENH: do not always add -arch flagsBill Hoffman2007-10-201-6/+23