summaryrefslogtreecommitdiff
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix default install prefix on HaikuBrad King2009-09-301-0/+17
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Fix CMake Internal Error from cmTarget::GetOutputInfo - triggered by calling ...David Cole2009-09-251-3/+8
* Optionally force conversion to relative pathBrad King2009-09-221-13/+16
* Fix check for -isysroot on OS XBrad King2009-09-191-7/+2
* Only do the OSX arch stuff on OSX.Bill Hoffman2009-09-181-2/+3
* Add detection of gcc versions that do not support isysroot option and do not ...Bill Hoffman2009-09-181-7/+13
* Fix case where no archs are found on older macs.Bill Hoffman2009-09-171-4/+4
* Fix for bug #9466. Change the implementation of OSX arch lists. If no ARCHs...Bill Hoffman2009-09-171-4/+1
* Create CMP0014 to require CMakeLists.txt filesBrad King2009-09-031-1/+41
* Factor cmLocalGenerator::Configure input file readBrad King2009-09-031-3/+9
* Factor cmLocalGenerator::Configure object max pathBrad King2009-09-031-4/+8
* Manage current local generator with automatic varBrad King2009-09-031-5/+22
* ENH: minor cleanup of testKen Martin2009-08-041-6/+4
* ENH: make sure GUIDs for filters are cachedBill Hoffman2009-07-171-2/+3
* ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i...Bill Hoffman2009-07-141-9/+4
* ENH: Simpler cmTarget::GetLinkerLanguage signatureBrad King2009-07-071-4/+2
* 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