summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove cmLocalGenerator::GetRealLocationBrad King2010-12-081-18/+0
* Skip file-level dependencies on custom targets (#11332)Brad King2010-12-081-4/+3
* Improve signature of cmLocalGenerator::GetRealDependencyBrad King2010-12-081-12/+17
* No CMAKE_CONFIGURATION_TYPES in single-config generators (#10202)Brad King2010-09-081-33/+5
* Remove cmSystemTools::EscapeSpaces methodBrad King2010-08-181-6/+18
* Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-131-1/+1
* Merge branch 'mingw-response-files'Brad King2010-06-151-0/+4
|\
| * Use forward slashes for objects in response filesBrad King2010-03-111-0/+4
* | -improve crosscompiling from Linux to iphone (#10526)Alex Neundorf2010-05-011-7/+9
|/
* Fix line length style issue.David Cole2010-02-021-1/+2
* Fix issue #10155 - default value of CMAKE_OSX_DEPLOYMENT_TARGET should always...David Cole2010-01-291-3/+7
* Singly-quote target names for Watcom linkerBrad King2009-11-301-0/+10
* Define per-target OSX_ARCHITECTURES propertyBrad King2009-10-211-25/+26
* Split Borland compiler information filesBrad King2009-10-081-9/+0
* Introduce "build feature" lookup frameworkBrad King2009-10-021-0/+20
* 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