summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: make LOCATION an computed property of the target and get rid of a bunch ...Ken Martin2005-06-221-1/+1
* ENH: added support for forcing recomputation of dependsKen Martin2005-06-101-2/+4
* ENH: removed old convert callsKen Martin2005-06-101-21/+0
* ENH: warning fixes and some first steps in cleaning up the convert codeKen Martin2005-05-131-1/+25
* ENH: added new generatorKen Martin2005-05-121-0/+6
* ENH: Improve internal test handling by creating a test class. Command cmEnabl...Andy Cedilnik2005-04-241-1/+7
* ENH: Added cmTarget::GetBaseName and cmTarget::GetFullName methods and remove...Brad King2005-04-221-3/+0
* ENH: performance improvementsBill Hoffman2005-04-121-0/+14
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-7/+10
* ENH: add support for out of source sourceKen Martin2005-03-141-1/+0
* ENH: Merged implementations of ConvertToRelative*Path methods. The main Conv...Brad King2005-02-241-6/+30
* ENH: remove unused codeBill Hoffman2005-02-241-3/+0
* ENH: add a new library path ordering algorithm to make sure -L paths will pic...Bill Hoffman2005-02-241-1/+3
* ENH: Updated implementation of custom commands. Multiple command lines are n...Brad King2005-02-221-0/+3
* ENH: getting closerBill Hoffman2005-02-141-3/+4
* ENH: depends work between targetsBill Hoffman2005-02-031-2/+2
* ENH: getting closerBill Hoffman2005-02-021-1/+2
* ENH: move AddFlags stuff up to LocalGenerator from LocalUnix generatorBill Hoffman2005-02-021-0/+5
* ENH: Split part of GetIncludeFlags method into separate GetIncludeDirectories...Brad King2004-10-261-0/+4
* ENH: add the ability to generate custom commands for a language that is not s...Bill Hoffman2004-10-211-0/+46
* ENH: remove warningsBill Hoffman2004-09-031-1/+0
* ENH: define language extensions in cmake files and not hard coded, also fix t...Bill Hoffman2004-09-031-0/+1
* BUG: Implement installing of shared library versioning and add test for the w...Andy Cedilnik2004-06-281-1/+2