Guido U. Draheim

Results 150 comments of Guido U. Draheim

I would like to close it based on not supporting automake builds anymore. In the cmake variant the test-binaries are downloaded in the configure-step. Since it is hard to create...

@kloczek - there is no tarball generation anymore in the sense that automake would package a list of files. The intention of the current setup is to allow tests to...

You can disable tests from the default ZZIPTEST:BOOL=ON and there is target "check" as I used it to have.

The binaries will not go into the source tree. I am doing devops consulting as a day job where the existance of a binary repository can be assumed. The current...

well, a zip-program is a requirement for test, sorry about that.

The "cmake" variant is regularly checked. However it uses a subdirectory "build" and "cmake .." to ensure that none of the older automake/testing stuff can interfere with the cmake build.

cmake allows to generated even vstudio/msbuild input files, which is sometimes used for zziplib by other developers.

I have added the patch from @paroj to the "develop" branch which can now build with cmake. I do compile tests with `make all` and the resulting shared libraries seem...

I have added dozens of commits on the "develop" branch while working on the cmake scripting. I think that the structure is far better than automake, so I would like...

It took some time to create some test cases that could show the cmake approach makes the same files as the automake approach. But it is looking good now. I...