Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | major changes to support multiple libraries and source lists | Ken Martin | 2001-04-11 | 1 | -36/+1 |
| | |||||
* | ERR: Corrected use of double-quotes to be compatible with UNIX make. Now ↵ | Brad King | 2001-04-09 | 1 | -6/+6 |
| | | | | double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output. | ||||
* | ENH: Added support for spaces in the output directory names. Spaces in the ↵ | Brad King | 2001-04-09 | 1 | -10/+14 |
| | | | | input directory name may work also, but are untested. | ||||
* | ENH: Added SOURCE_GROUP command and corresponding support code. This ↵ | Brad King | 2001-03-20 | 1 | -2/+2 |
| | | | | command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. | ||||
* | ERR: Changed generation of rule to generate cable_config.xml to be produced ↵ | Brad King | 2001-03-19 | 1 | -6/+12 |
| | | | | differently for windows and unix. | ||||
* | ENH: Added generation of a rule to re-run CMake if the cable_config.xml file ↵ | Brad King | 2001-03-19 | 1 | -0/+26 |
| | | | | is missing. | ||||
* | ERR: Added automatic creation of directory for cable_config.xml file and ↵ | Brad King | 2001-03-09 | 1 | -2/+9 |
| | | | | corresponding error reporting. | ||||
* | ENH: Added creation of custom rules for generating CABLE packages. | Brad King | 2001-03-08 | 1 | -7/+0 |
| | |||||
* | ERR: Commented out experimental code that was accidentally checked in. | Brad King | 2001-03-07 | 1 | -6/+6 |
| | |||||
* | ENH: Added Cable to Utilities and appropriate CMakeLists.txt changes. Moved ↵ | Brad King | 2001-03-07 | 1 | -0/+7 |
| | | | | VXLNumerics link out of source's root directory and into separate entries for Code and Testing directories. This prevents linking of all programs (like Cable) with the numerics library. | ||||
* | ENH: CABLE config file (config_cable.xml) should now be opened in the output ↵ | Brad King | 2001-03-02 | 1 | -1/+3 |
| | | | | directory. | ||||
* | ENH: Change to new CABLE command architecture. CABLE configuration code is ↵ | Brad King | 2001-03-01 | 1 | -19/+0 |
| | | | | now generated on the first pass, during the Invoke() calls. | ||||
* | ENH: CABIL -> CABLE rename. | Brad King | 2001-02-28 | 1 | -25/+25 |
| | |||||
* | ENH: Added CABIL commands for configuration file generation. | Brad King | 2001-02-26 | 1 | -0/+91 |