Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added SOURCE_GROUP command and corresponding support code. This ↵ | Brad King | 2001-03-20 | 1 | -0/+2 |
| | | | | command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. | ||||
* | ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used ↵ | Brad King | 2001-03-15 | 1 | -0/+2 |
| | | | | in dependency checking. | ||||
* | Include directories under Win32 only (inherited by subdirs) | Geoffrey Cross | 2001-03-12 | 1 | -0/+2 |
| | |||||
* | ENH: Added UTILITY_SOURCE command for specifying where a 3rd party utility's ↵ | Brad King | 2001-03-08 | 1 | -0/+2 |
| | | | | source is located when it is included in the distribution of a project. | ||||
* | ENH: Change to new CABLE command architecture. CABLE configuration code is ↵ | Brad King | 2001-03-01 | 1 | -0/+11 |
| | | | | now generated on the first pass, during the Invoke() calls. | ||||
* | ENH: CABIL -> CABLE rename. | Brad King | 2001-02-28 | 1 | -8/+8 |
| | |||||
* | added new commands | Ken Martin | 2001-02-27 | 1 | -0/+4 |
| | |||||
* | ENH: Implemented automatic tag generation for CABIL_DEFINE_SET command. ↵ | Brad King | 2001-02-27 | 1 | -0/+2 |
| | | | | Added tag output to WriteConfiguration methods. Added CABIL_INSTANTIATE_CLASS command to generate explicit class template instantiation configuration output. | ||||
* | ENH: Added CABIL commands for configuration file generation. | Brad King | 2001-02-26 | 1 | -0/+6 |
| | |||||
* | a variety of fixes and enhancements | Ken Martin | 2001-02-26 | 1 | -0/+4 |
| | |||||
* | ENH: get rid of special msc configure file | Bill Hoffman | 2001-02-13 | 1 | -0/+33 |
| | |||||
* | ENH: add cache manager class, move all commands into cmCommands.cxx to speed ↵ | Bill Hoffman | 2001-02-12 | 1 | -0/+20 |
up compile times, share a .lib with the command line and mfc versions. |