Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: cmProcessTools::OutputParser virtual dtor | Brad King | 2009-02-24 | 1 | -0/+2 |
| | | | | | This class has virtual methods and therefore should have a virtual destructor. | ||||
* | ENH: Create cmProcessTools to parse child output | Brad King | 2009-02-24 | 1 | -0/+82 |
This class provides a RunProcess method to run a child process and send its output to an abstract parsing interface. This also provides a simple line parser and logger implementing the parsing interface. |