summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: Do not filter system directories for include file dependencies.Brad King2006-09-281-1/+2
* ENH: Re-implemented command line argument shell quoting to support several pl...Brad King2006-09-271-2/+7
* BUG: Enabled use of EscapeForShell to properly escape custom command lines. ...Brad King2006-09-211-2/+2
* BUG: Centralized generation of command line arguments in escaped form. This ...Brad King2006-09-211-4/+4
* ENH: make sure RuleVariable struct is initialized correctly, also make sure c...Bill Hoffman2006-08-081-14/+1
* ENH: Added generation of rules to manually request preprocessed or generated ...Brad King2006-08-081-0/+4
* ENH: Moved GetSourceFileLanguage up to cmLocalGenerator.Brad King2006-08-031-0/+3
* ENH: Moved unique object file name computation from cmLocalUnixMakefileGenera...Brad King2006-07-111-0/+5
* BUG: Updated Makefile dependency scanning to provide a full local generator t...Brad King2006-05-251-2/+1
* ENH: name pdb files for visual studio make based buildsBill Hoffman2006-04-191-0/+1
* ENH: fix java and add OBJECT_DIR supportBill Hoffman2006-04-171-0/+2
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-1/+5
* ENH: Added global TargetManifest computation between Configure and Generate s...Brad King2006-04-041-1/+6
* ENH: add support for universal binariesBill Hoffman2006-03-241-1/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-23/+23
* STYLE: fix line lengthsBill Hoffman2006-03-101-3/+6
* ENH: add support for language flags at rule expansion timeBill Hoffman2006-03-061-0/+1
* ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAM...Brad King2006-02-241-0/+2
* BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE.Brad King2006-02-241-2/+4
* ENH: make it compile on vs6Bill Hoffman2006-02-201-17/+16
* ENH: change expand stuff to pass a struct for all the argsBill Hoffman2006-02-201-20/+32
* BUG: Xcode generator should use local generator computation of include direct...Brad King2006-02-201-3/+3
* ENH: Created new install script generation framework. The INSTALL command cr...Brad King2006-02-191-10/+5
* ENH: Generate import libraries for DLLs on Cygwin and MinGW.Brad King2006-02-181-0/+4
* ENH: Implemented RPATH specification support. It is documented by the comman...Brad King2006-02-161-1/+1
* ENH: add working directory supportBill Hoffman2006-02-081-0/+1
* ENH: Further centralized custom command dependency computation. Custom comma...Brad King2006-01-141-6/+6
* COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries.Brad King2006-01-131-1/+1
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-2/+24
* ENH: fix borland make clean targets before build, add new generators for msys...Bill Hoffman2005-12-221-0/+1
* ENH: reduce the number of files produced still needs a bit more cleanupKen Martin2005-07-271-0/+3