summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ERR: Missed one EscapeSpaces call.Brad King2001-04-091-1/+2
* ERR: Corrected use of double-quotes to be compatible with UNIX make. Now dou...Brad King2001-04-091-1/+2
* ENH: Added SOURCE_GROUP command and corresponding support code. This command...Brad King2001-03-201-12/+48
* ENH: Added utility dependency support. Now a project can depend on other exe...Brad King2001-03-091-4/+27
* ENH: Added output of defines flags as part of INCLUDE_FLAGS.Brad King2001-03-081-1/+2
* ENH: Added output of a custom command's m_Source as a dependency.Brad King2001-03-081-2/+2
* ENH: Added custom rule support to cmUnixMakefileGenerator.Brad King2001-03-021-0/+22
* BUG: repeat all -l options to avoid having to worry about link order.Will Schroeder2001-03-021-3/+8
* ERR: Fixed warnings (int->unsigned int and a few others).Brad King2001-02-231-1/+1
* ENH: first pass at cache, clean up the unix generator, clean up configure.in ...Bill Hoffman2001-02-191-221/+266
* ENH:Documentation and cleanupsWill Schroeder2001-01-111-1/+15
* BUG: look for -l and -L only at the begining of a link stringBill Hoffman2001-01-091-2/+4
* ENH: rework cmake, added ruleMaker classes and changed the syntax of the CMak...Bill Hoffman2001-01-051-0/+302