summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different ...Brad King2004-11-039-40/+49
* COMP: Fix new cmGeneratedFileStream for MSVC.Brad King2004-11-033-7/+6
* ENH: Re-implemented cmGeneratedFileStream to look like a real stream and repl...Brad King2004-11-039-148/+208
* STYLE: Nightly Version updateAndy Cedilnik2004-11-031-1/+1
* ENH: Added partial RC language dependency scanning (just using C dependencies...Brad King2004-11-021-1/+2
* ENH: Added dependencies between libraries.Brad King2004-11-022-15/+44
* BUG: Removed debugging output.Brad King2004-11-021-5/+0
* ENH: Implemented generation of custom command rule files.Brad King2004-11-022-38/+188
* COMP: Remove compile warningAndy Cedilnik2004-11-021-1/+1
* BUG: Fixed subdirectory implementation for Borland Make.Brad King2004-11-022-44/+111
* ENH: Implemented subdirectory rules for all target.Brad King2004-11-022-34/+86
* STYLE: Nightly Version updateAndy Cedilnik2004-11-021-1/+1
* BUG: add a test for a single char dir, and fix bug introduced in 1.53, but we...Bill Hoffman2004-11-011-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2004-11-011-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2004-10-311-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2004-10-301-1/+1
* ENH: Added framework for subdirectory traversal.Brad King2004-10-292-1/+124
* BUG: Dependency makefile lines must be at least three characters long to hold...Brad King2004-10-291-1/+1
* ENH: Added build system integrity check to cmLocalUnixMakefileGenerator2. Th...Brad King2004-10-294-54/+261
* FIX: fix shared flagBill Hoffman2004-10-291-1/+1
* ENH: remove debug printBill Hoffman2004-10-291-1/+0
* 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-277-34/+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: 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
* 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-261-0/+1
* ENH: Added object file dependency scanning.Brad King2004-10-262-4/+181