Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added support for finding dependencies for files that don't exist. ↵ | Brad King | 2001-03-08 | 2 | -26/+96 |
| | | | | Dependency recursion begins with hints provided in the cmClassFile for a file if it doesn't exist. | ||||
* | ENH: Added .txx detection for Header block output. | Brad King | 2001-03-08 | 1 | -1/+25 |
| | |||||
* | ENH: Added UTILITY_SOURCE command for specifying where a 3rd party utility's ↵ | Brad King | 2001-03-08 | 7 | -2/+195 |
| | | | | source is located when it is included in the distribution of a project. | ||||
* | 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: Added custom rule support to cmUnixMakefileGenerator. | Brad King | 2001-03-02 | 2 | -0/+23 |
| | |||||
* | BUG: repeat all -l options to avoid having to worry about link order. | Will Schroeder | 2001-03-02 | 1 | -3/+8 |
| | |||||
* | ENH: CABLE config file (config_cable.xml) should now be opened in the output ↵ | Brad King | 2001-03-02 | 3 | -4/+7 |
| | | | | directory. | ||||
* | ENH: Change to new CABLE command architecture. CABLE configuration code is ↵ | Brad King | 2001-03-01 | 23 | -232/+1016 |
| | | | | now generated on the first pass, during the Invoke() calls. | ||||
* | BUG: fix circular depends on libraries and remove depends for static libraries | Bill Hoffman | 2001-02-28 | 6 | -14/+34 |
| | |||||
* | ENH: CABIL -> CABLE rename. | Brad King | 2001-02-28 | 11 | -153/+153 |
| | |||||
* | many enhancements including dll support | Ken Martin | 2001-02-27 | 6 | -34/+76 |
| | |||||
* | bug fixes | Ken Martin | 2001-02-27 | 1 | -23/+42 |
| | |||||
* | added new commands | Ken Martin | 2001-02-27 | 1 | -0/+4 |
| | |||||
* | added wrap exclude ivar | Ken Martin | 2001-02-27 | 1 | -0/+6 |
| | |||||
* | new commands | Ken Martin | 2001-02-27 | 4 | -0/+204 |
| | |||||
* | dll build rules | Ken Martin | 2001-02-27 | 2 | -0/+110 |
| | |||||
* | change in options for much smaller libraries | Ken Martin | 2001-02-27 | 1 | -2/+2 |
| | |||||
* | ENH: Implemented automatic tag generation for CABIL_DEFINE_SET command. ↵ | Brad King | 2001-02-27 | 8 | -9/+264 |
| | | | | Added tag output to WriteConfiguration methods. Added CABIL_INSTANTIATE_CLASS command to generate explicit class template instantiation configuration output. | ||||
* | ENH/BUG: Improved function parsing to allow just about anything inside a ↵ | Brad King | 2001-02-27 | 1 | -16/+43 |
| | | | | double-quoted argument. Also fixed parsing of lines with both quoted and non-quoted arguments. | ||||
* | ENH: mask on mkdir set to 777. | Bill Lorensen | 2001-02-27 | 1 | -1/+1 |
| | |||||
* | ERR: missing std:: on cout. | Bill Lorensen | 2001-02-27 | 1 | -1/+1 |
| | |||||
* | FIX: added /GR to MinSize build to avoid warnings about dynamic cast | Jim Miller | 2001-02-27 | 1 | -1/+1 |
| | |||||
* | ERR: Fixed configuration file output to open file in output directory. | Brad King | 2001-02-26 | 1 | -4/+11 |
| | |||||
* | int -> unsigned int | Brad King | 2001-02-26 | 1 | -2/+2 |
| | |||||
* | ENH: Added CABIL commands for configuration file generation. | Brad King | 2001-02-26 | 9 | -0/+695 |
| | |||||
* | ENH: Added GetUsedCommands() method. | Brad King | 2001-02-26 | 1 | -1/+7 |
| | |||||
* | ERR: fsream.h -> fstream.h | Brad King | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | a variety of fixes and enhancements | Ken Martin | 2001-02-26 | 6 | -33/+227 |
| | |||||
* | very early version of a wrapper | Ken Martin | 2001-02-26 | 2 | -0/+301 |
| | |||||
* | added functionality, fixed bug if no file existed and with header files | Ken Martin | 2001-02-26 | 2 | -3/+40 |
| | |||||
* | fixed bug and modified functionality | Ken Martin | 2001-02-26 | 2 | -18/+25 |
| | |||||
* | new command | Ken Martin | 2001-02-26 | 2 | -0/+155 |
| | |||||
* | ERR: Fixed unknown command output error message for spacing. | Brad King | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. | Brad King | 2001-02-26 | 21 | -0/+77 |
| | |||||
* | ERR: Fixed warnings (int->unsigned int and a few others). | Brad King | 2001-02-23 | 9 | -40/+45 |
| | |||||
* | ENH: update sample | Bill Hoffman | 2001-02-23 | 1 | -13/+86 |
| | |||||
* | BUG: remove debug print | Bill Hoffman | 2001-02-23 | 1 | -1/+0 |
| | |||||
* | ENH: add CMakeCache.txt support | Bill Hoffman | 2001-02-23 | 18 | -337/+498 |
| | |||||
* | ENH: remove relative and extra paths in CMakeLists.txt files | Bill Hoffman | 2001-02-20 | 1 | -1/+1 |
| | |||||
* | BUG: fix for in source build | Bill Hoffman | 2001-02-20 | 1 | -1/+1 |
| | |||||
* | ENH: first pass at cache, clean up the unix generator, clean up configure.in ↵ | Bill Hoffman | 2001-02-19 | 22 | -508/+647 |
| | | | | some | ||||
* | ENH: add a smaple configure.in for CMake based projects | Bill Hoffman | 2001-02-18 | 1 | -0/+5 |
| | |||||
* | ENH: add a smaple configure.in for CMake based projects | Bill Hoffman | 2001-02-18 | 1 | -0/+617 |
| | |||||
* | ENH: clean up comments some | Bill Hoffman | 2001-02-16 | 1 | -15/+6 |
| | |||||
* | ENH:Added pdf file | Will Schroeder | 2001-02-16 | 1 | -0/+1366 |
| | |||||
* | clean up docs | Ken Martin | 2001-02-16 | 1 | -0/+0 |
| | |||||
* | ENH: add new commands fro find library and find program | Ken Martin | 2001-02-16 | 11 | -60/+119 |
| | |||||
* | some cleanup and fixes | Ken Martin | 2001-02-15 | 16 | -227/+348 |
| | |||||
* | BUG: set output directory correctly | Bill Hoffman | 2001-02-14 | 1 | -1/+2 |
| |