summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Bill Hoffman2004-11-011-1/+1
| | | | we still can not handle a space as the start of a directory name
* 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 ↵Brad King2004-10-291-1/+1
| | | | hold a dependency.
* ENH: Added build system integrity check to cmLocalUnixMakefileGenerator2. ↵Brad King2004-10-294-54/+261
| | | | This now uses a special --check-build-system flag to cmake which replaces --check-rerun. Integrity of dependencies is also checked during generation.
* 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 ↵Brad King2004-10-292-27/+101
| | | | jump-and-build on Windows and UNIX.
* ENH: Cleaned up format of generated makefiles. Consolidated rule generation ↵Brad King2004-10-292-190/+515
| | | | into single WriteMakeRule method. Added special targets like rebuild_cache and edit_cache.
* 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 ↵Brad King2004-10-272-25/+69
| | | | projects with subdirectories.
* 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 ↵Andy Cedilnik2004-10-277-34/+76
| | | | smaller and faster
* STYLE: Remove unused codeAndy Cedilnik2004-10-271-9/+0
|
* ENH: Added executable dependencies on libraries including jump-and-build ↵Brad King2004-10-272-11/+185
| | | | support.
* BUG: Add a space before the : only if the target name is one letter long. ↵Brad King2004-10-271-2/+9
| | | | This works around bugs in some shells' tab completion of target names.
* 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 ↵Brad King2004-10-272-96/+458
| | | | construction into separate methods.
* 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
| | | | build-time dependencies by default.
* 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
| | | | This needs a hook in cmake.cxx.
* ENH: Added cmLocalUnixMakefileGenerator2 to build.Brad King2004-10-261-0/+1
|
* 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 ↵Brad King2004-10-262-52/+66
| | | | GetIncludeDirectories method.
* COMP: Attempt to fix warnings on SGIAndy Cedilnik2004-10-261-13/+19
|
* STYLE: Nightly Version updateAndy Cedilnik2004-10-261-1/+1
|