Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Pointer-to-function to pointer-to-data casts are not even allowed in ↵ | Brad King | 2002-09-11 | 1 | -10/+2 |
| | | | | strict C. Re-implemented this conversion in pure C++ using a casting trick with an extra level of indirection. | ||||
* | ERR: Cast from pointer-to-data to pointer-to-function is not allowed in C++. ↵ | Brad King | 2002-09-10 | 1 | -1/+12 |
| | | | | The cast needed by cmDynamicLoader::GetSymbolAddress is now hidden in a C file. | ||||
* | added plugin support | Ken Martin | 2002-08-21 | 1 | -0/+80 |