Re: [CMS-PIPELINES] Writing C filters

2016-06-29 Thread Rob van der Heij
> Some time ago for release 3 Rob did the interface to bzip. I did not anticipate it to be that smooth. Basically I could compile and transform the zlib source with no modification at all (but there are some quirks with the autoconf things). There's some 300 odd lines of PL/j to make the pipeline

Re: [CMS-PIPELINES] Writing C filters

2016-06-29 Thread John P. Hartmann
Some time ago for release 3 Rob did the interface to bzip. On 06/29/2016 07:27 PM, Jonathan Scott wrote: I must admit I've never come across any other filters written in C.

[CMS-PIPELINES] Writing C filters

2016-06-29 Thread John P. Hartmann
While the original C support has long been unusable, it is now reasonably simple to write filters that are compiled with GCC on a Linux platform. The distribution is at https://github.com/jphartmann/cmslib-exec.git. Source code for the C library and the pipeline interface is at