summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* BUG: Fixes for Borland Make.Brad King2004-10-291-9/+14
* BUG: Fixes for NMake.Brad King2004-10-291-29/+45
* ENH: Changed AppendRecursiveMake to GetRecursiveMakeCall and implemented jump...Brad King2004-10-292-27/+101
* ENH: Cleaned up format of generated makefiles. Consolidated rule generation ...Brad King2004-10-292-190/+515
* STYLE: Nightly Version updateAndy Cedilnik2004-10-291-1/+1
* ENH: add a check for empty include directoriesBill Hoffman2004-10-281-0/+4
* COMP: Fix local shadow warnings.Brad King2004-10-281-8/+8
* COMP: Fix for Mac specific code.Brad King2004-10-281-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2004-10-281-1/+1
* ENH: look in the windows LIB env variable for librariesBill Hoffman2004-10-271-0/+1
* DOC: documentation changeBill Hoffman2004-10-271-6/+6
* ENH: Do not try to handle unimplemented target types yet. Fixes for projects...Brad King2004-10-272-25/+69
* BUG: If bootstrap cmake is run with no argument produce errorAndy Cedilnik2004-10-271-0/+6
* ENH: put error checking for missing linker languagesBill Hoffman2004-10-274-3/+68
* PERF: Remove several classes from the bootstrap and so making bootstrap small...Andy Cedilnik2004-10-278-39/+76
* STYLE: Remove unused codeAndy Cedilnik2004-10-271-9/+0
* ENH: Added executable dependencies on libraries including jump-and-build supp...Brad King2004-10-272-11/+185
* BUG: Check for the variable first timeAndy Cedilnik2004-10-271-2/+2
* BUG: Add a space before the : only if the target name is one letter long. Th...Brad King2004-10-271-2/+9
* ENH: Added generation of rules for shared libraries and modules.Brad King2004-10-272-8/+80
* ENH: Added rules to build executables. Also began to consolidate flag list c...Brad King2004-10-272-96/+458
* STYLE: Nightly Version updateAndy Cedilnik2004-10-271-1/+1
* BUG: Handle DOS files un unix file systemsAndy Cedilnik2004-10-271-4/+5
* BUG: Only test for cxx flags the first time aroundAndy Cedilnik2004-10-261-17/+19
* ENH: Do not generate touch rule for target level dependencies. There are no ...Brad King2004-10-261-6/+2
* ENH: Added generation of rule to build object file.Brad King2004-10-262-18/+159
* ENH: handle read only directories with configure file destinationBill Hoffman2004-10-261-5/+6
* ERR: Missing std:: on endl.Brad King2004-10-261-5/+5
* ENH: Added object file dependency scanning to cmLocalUnixMakefileGenerator2. ...Brad King2004-10-261-0/+8
* ENH: Added cmLocalUnixMakefileGenerator2 to build.Brad King2004-10-262-0/+2
* ENH: Added object file dependency scanning.Brad King2004-10-262-4/+181
* COMP: Remove warning on iclAndy Cedilnik2004-10-261-1/+1
* ENH: Handle more REMARKS on SGIAndy Cedilnik2004-10-261-0/+1
* ENH: Split part of GetIncludeFlags method into separate GetIncludeDirectories...Brad King2004-10-262-52/+66
* COMP: Attempt to fix warnings on SGIAndy Cedilnik2004-10-261-13/+19
* STYLE: Nightly Version updateAndy Cedilnik2004-10-261-1/+1
* ENH: add some more commentsBill Hoffman2004-10-252-4/+20
* ENH: clean up loaded command test so you can tell what really failedBill Hoffman2004-10-256-28/+56
* COMP: remove an unused variable warningBill Hoffman2004-10-251-1/+0
* FIX: go back to not trying to handle spaces in the path for run single comman...Bill Hoffman2004-10-255-40/+18
* COMP: remove warningsBill Hoffman2004-10-251-3/+3
* ENH: add test back for single char exeBill Hoffman2004-10-253-0/+84
* FIX: fix RunSingleCommand to work with spaces in the path, and with an alread...Bill Hoffman2004-10-253-10/+46
* ENH: Allow disabling of long running testsAndy Cedilnik2004-10-251-4/+8
* STYLE: Nightly Version updateAndy Cedilnik2004-10-251-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2004-10-241-1/+1
* remove run program test until run single command is fixedBill Hoffman2004-10-233-84/+0
* undo last check in as it breaks borland with spaces some howBill Hoffman2004-10-231-6/+3
* ENH: add missing fileBill Hoffman2004-10-223-0/+12
* FIX: fix the problem where a target is a single character and nmake gets conf...Bill Hoffman2004-10-228-8/+95