Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added dependencies between libraries. | Brad King | 2004-11-02 | 2 | -15/+44 |
| | |||||
* | BUG: Removed debugging output. | Brad King | 2004-11-02 | 1 | -5/+0 |
| | |||||
* | ENH: Implemented generation of custom command rule files. | Brad King | 2004-11-02 | 2 | -38/+188 |
| | |||||
* | COMP: Remove compile warning | Andy Cedilnik | 2004-11-02 | 1 | -1/+1 |
| | |||||
* | BUG: Fixed subdirectory implementation for Borland Make. | Brad King | 2004-11-02 | 2 | -44/+111 |
| | |||||
* | ENH: Implemented subdirectory rules for all target. | Brad King | 2004-11-02 | 2 | -34/+86 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-02 | 1 | -1/+1 |
| | |||||
* | BUG: add a test for a single char dir, and fix bug introduced in 1.53, but ↵ | Bill Hoffman | 2004-11-01 | 1 | -1/+1 |
| | | | | we still can not handle a space as the start of a directory name | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-01 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-10-31 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-10-30 | 1 | -1/+1 |
| | |||||
* | ENH: Added framework for subdirectory traversal. | Brad King | 2004-10-29 | 2 | -1/+124 |
| | |||||
* | BUG: Dependency makefile lines must be at least three characters long to ↵ | Brad King | 2004-10-29 | 1 | -1/+1 |
| | | | | hold a dependency. | ||||
* | ENH: Added build system integrity check to cmLocalUnixMakefileGenerator2. ↵ | Brad King | 2004-10-29 | 4 | -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 flag | Bill Hoffman | 2004-10-29 | 1 | -1/+1 |
| | |||||
* | ENH: remove debug print | Bill Hoffman | 2004-10-29 | 1 | -1/+0 |
| | |||||
* | BUG: Fixes for Borland Make. | Brad King | 2004-10-29 | 1 | -9/+14 |
| | |||||
* | BUG: Fixes for NMake. | Brad King | 2004-10-29 | 1 | -29/+45 |
| | |||||
* | ENH: Changed AppendRecursiveMake to GetRecursiveMakeCall and implemented ↵ | Brad King | 2004-10-29 | 2 | -27/+101 |
| | | | | jump-and-build on Windows and UNIX. | ||||
* | ENH: Cleaned up format of generated makefiles. Consolidated rule generation ↵ | Brad King | 2004-10-29 | 2 | -190/+515 |
| | | | | into single WriteMakeRule method. Added special targets like rebuild_cache and edit_cache. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-10-29 | 1 | -1/+1 |
| | |||||
* | ENH: add a check for empty include directories | Bill Hoffman | 2004-10-28 | 1 | -0/+4 |
| | |||||
* | COMP: Fix local shadow warnings. | Brad King | 2004-10-28 | 1 | -8/+8 |
| | |||||
* | COMP: Fix for Mac specific code. | Brad King | 2004-10-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-10-28 | 1 | -1/+1 |
| | |||||
* | ENH: look in the windows LIB env variable for libraries | Bill Hoffman | 2004-10-27 | 1 | -0/+1 |
| | |||||
* | DOC: documentation change | Bill Hoffman | 2004-10-27 | 1 | -6/+6 |
| | |||||
* | ENH: Do not try to handle unimplemented target types yet. Fixes for ↵ | Brad King | 2004-10-27 | 2 | -25/+69 |
| | | | | projects with subdirectories. | ||||
* | BUG: If bootstrap cmake is run with no argument produce error | Andy Cedilnik | 2004-10-27 | 1 | -0/+6 |
| | |||||
* | ENH: put error checking for missing linker languages | Bill Hoffman | 2004-10-27 | 4 | -3/+68 |
| | |||||
* | PERF: Remove several classes from the bootstrap and so making bootstrap ↵ | Andy Cedilnik | 2004-10-27 | 7 | -34/+76 |
| | | | | smaller and faster | ||||
* | STYLE: Remove unused code | Andy Cedilnik | 2004-10-27 | 1 | -9/+0 |
| | |||||
* | ENH: Added executable dependencies on libraries including jump-and-build ↵ | Brad King | 2004-10-27 | 2 | -11/+185 |
| | | | | support. | ||||
* | BUG: Add a space before the : only if the target name is one letter long. ↵ | Brad King | 2004-10-27 | 1 | -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 King | 2004-10-27 | 2 | -8/+80 |
| | |||||
* | ENH: Added rules to build executables. Also began to consolidate flag list ↵ | Brad King | 2004-10-27 | 2 | -96/+458 |
| | | | | construction into separate methods. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-10-27 | 1 | -1/+1 |
| | |||||
* | BUG: Handle DOS files un unix file systems | Andy Cedilnik | 2004-10-27 | 1 | -4/+5 |
| | |||||
* | ENH: Do not generate touch rule for target level dependencies. There are no ↵ | Brad King | 2004-10-26 | 1 | -6/+2 |
| | | | | build-time dependencies by default. | ||||
* | ENH: Added generation of rule to build object file. | Brad King | 2004-10-26 | 2 | -18/+159 |
| | |||||
* | ENH: handle read only directories with configure file destination | Bill Hoffman | 2004-10-26 | 1 | -5/+6 |
| | |||||
* | ERR: Missing std:: on endl. | Brad King | 2004-10-26 | 1 | -5/+5 |
| | |||||
* | ENH: Added object file dependency scanning to cmLocalUnixMakefileGenerator2. ↵ | Brad King | 2004-10-26 | 1 | -0/+8 |
| | | | | This needs a hook in cmake.cxx. | ||||
* | ENH: Added cmLocalUnixMakefileGenerator2 to build. | Brad King | 2004-10-26 | 1 | -0/+1 |
| | |||||
* | ENH: Added object file dependency scanning. | Brad King | 2004-10-26 | 2 | -4/+181 |
| | |||||
* | COMP: Remove warning on icl | Andy Cedilnik | 2004-10-26 | 1 | -1/+1 |
| | |||||
* | ENH: Handle more REMARKS on SGI | Andy Cedilnik | 2004-10-26 | 1 | -0/+1 |
| | |||||
* | ENH: Split part of GetIncludeFlags method into separate ↵ | Brad King | 2004-10-26 | 2 | -52/+66 |
| | | | | GetIncludeDirectories method. | ||||
* | COMP: Attempt to fix warnings on SGI | Andy Cedilnik | 2004-10-26 | 1 | -13/+19 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-10-26 | 1 | -1/+1 |
| |