Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r15593: Warn about [out] arguments that are not pointers. These can all be | Jelmer Vernooij | 1 | -6/+9 | |
fixed by adding [ref] pointers. This will cause a lot of warnings to be outputted by pidl for now. I will fix these gradually over the next few days. We need to avoid [out] arguments that are not pointers because they are not understood by other IDL compilers and don't work with some of our output modules (Samba3, Samba3NDR and ethereal) (This used to be commit c4ab021ee8d93aa74f15deebf64a366b33b7bb9f) | |||||
2007-10-10 | r10388: Add version numbers (required for CPAN) | Jelmer Vernooij | 1 | -0/+3 | |
(This used to be commit 786329576bf14ae774f9d5a24268e46b7dcb634a) | |||||
2007-10-10 | r9460: - Move pidl to lib/. This fixes standalone installation of pidl. | Jelmer Vernooij | 1 | -0/+92 | |
- Update the README - Allow building the docs stand-alone (This used to be commit b56084ce251ab7a35dd1422f38de258e8e1e1477) |