summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Fix or cast integer conversions in cmakeBrad King2010-06-251-2/+3
* Qualify std::map compare functor as constBrad King2009-09-291-1/+1
* Fix support for OLD behavior of policy CMP0002Brad King2009-09-281-3/+18
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-15/+9
* Rescan dependencies also if CMakeDirectoryInformation.cmake has changed.Alexander Neundorf2009-09-221-14/+14
* ENH: Pass config to cmTarget RPATH install methodsBrad King2009-07-081-3/+4
* ENH: Cleanup make progress rule generation codeBrad King2009-06-251-41/+74
* ENH: Enable basic OpenVMS platform supportBrad King2009-06-101-1/+1
* BUG: Avoid std::unique algorithm on VMSBrad King2009-06-101-0/+2
* BUG: don't report changed compiler variables if the path to the compilerAlexander Neundorf2009-05-101-12/+20
* BUG: Fix OS X AppBundle/FW byproducts dependenciesBrad King2009-02-061-9/+17
* ENH: add initial ctest -j featureBill Hoffman2008-07-031-2/+5
* ENH: fix for bug 6364, extra help targets when there are subdirectories of th...Ken Martin2008-06-061-8/+8
* BUG: improve progress reporting when there are multiple targets with the same...Ken Martin2008-05-291-5/+5
* BUG: make ENABLE_LANGUAGE(ASM-ATT OPTIONAL) work again: if it didn't workAlexander Neundorf2008-05-121-1/+1
* ENH: add PHONY targetsBill Hoffman2008-03-241-1/+1
* BUG: fix some bad changes in progress calcKen Martin2008-03-121-6/+2
* ENH: remove constBill Hoffman2008-01-311-6/+6
* ENH: fix for bug 3218 dependant projects are written out automatically if the...Bill Hoffman2008-01-301-2/+2
* ENH: Moved global inter-target dependency analysis and cycle-prevention code ...Brad King2007-12-231-149/+14
* BUG: Support cyclic dependencies among STATIC libraries by removing one from ...Brad King2007-12-221-1/+82
* COMP: Remove unused parameter of method.Brad King2007-12-211-4/+3
* ENH: Make static library targets depend on targets to which they "link" for t...Brad King2007-12-211-32/+11
* BUG: Now that custom targets have dependencies their DependInfo files should ...Brad King2007-12-211-2/+3
* ENH: Add a depends check step to custom targets. Add support for the IMPLICI...Brad King2007-12-211-78/+9
* ENH: fix for bug 6102, allow users to change the compilerBill Hoffman2007-12-131-1/+21
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-3/+3
* ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL t...Brad King2007-08-031-1/+18
* BUG: Target exclusion-from-all tests should always use the root local generat...Brad King2007-08-031-103/+21
* ENH: Added cmTarget::GetLanguages method to centralize computation of the lis...Brad King2007-08-031-12/+10
* BUG: Removing accidental commit.Brad King2007-08-021-18/+17
* BUG: Quick-fix for accidental commit.Brad King2007-08-021-6/+9
* ENH: Added cmTarget::GetLanguages method to centralize computation of the lis...Brad King2007-08-021-13/+11
* ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to doAlexander Neundorf2007-06-281-3/+6
* STYLE: move ForceVerboseMakefiles to cmGlobalUnixMakefileGenerator3, so theAlexander Neundorf2007-06-051-0/+2
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-185/+182
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-1/+1
* ENH: better progress for any directory that is a projectKen Martin2007-04-131-2/+4
* ENH: some code consolidation and cleanupKen Martin2007-04-121-76/+0
* BUG: fix progress for ENCLUDE_FORM_ALL cases using new project to target map....Ken Martin2007-04-121-25/+14
* STYLE: Added comment about why dependencies need to be chained to clarify code.Brad King2007-04-101-0/+2
* ENH: some code cleanupKen Martin2007-03-121-5/+5
* ENH: Removed useless method ConvertToMakeTarget and all calls to it. It had ...Brad King2007-03-081-1/+0
* ENH: SetupPathConversions is now called automatically on demand.Brad King2007-03-081-1/+0
* BUG: Avoid duplicate conversion to output path.Brad King2006-10-101-6/+0
* BUG: Fixed ordering of code generated in Makefile and build.make files to mak...Brad King2006-09-081-2/+0
* BUG: bad progress for named top level targetsKen Martin2006-08-291-10/+20
* ENH: Centralized generation of targets listed in the help to be done by the c...Brad King2006-08-231-8/+6
* BUG: Added object language to list of object files in a local generator's dir...Brad King2006-08-151-2/+3
* BUG: fix commentKen Martin2006-07-261-1/+1