summaryrefslogtreecommitdiffstats
path: root/Source/cmCableCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* major changes to support multiple libraries and source listsKen Martin2001-04-111-36/+1
|
* ERR: Corrected use of double-quotes to be compatible with UNIX make. Now ↵Brad King2001-04-091-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 King2001-04-091-10/+14
| | | | input directory name may work also, but are untested.
* ENH: Added SOURCE_GROUP command and corresponding support code. This ↵Brad King2001-03-201-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 King2001-03-191-6/+12
| | | | differently for windows and unix.
* ENH: Added generation of a rule to re-run CMake if the cable_config.xml file ↵Brad King2001-03-191-0/+26
| | | | is missing.
* ERR: Added automatic creation of directory for cable_config.xml file and ↵Brad King2001-03-091-2/+9
| | | | corresponding error reporting.
* ENH: Added creation of custom rules for generating CABLE packages.Brad King2001-03-081-7/+0
|
* ERR: Commented out experimental code that was accidentally checked in.Brad King2001-03-071-6/+6
|
* ENH: Added Cable to Utilities and appropriate CMakeLists.txt changes. Moved ↵Brad King2001-03-071-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 King2001-03-021-1/+3
| | | | directory.
* ENH: Change to new CABLE command architecture. CABLE configuration code is ↵Brad King2001-03-011-19/+0
| | | | now generated on the first pass, during the Invoke() calls.
* ENH: CABIL -> CABLE rename.Brad King2001-02-281-25/+25
|
* ENH: Added CABIL commands for configuration file generation.Brad King2001-02-261-0/+91