Skip to content

Releases: f7a8/mosaik2

expected arguments and options

22 Jul 05:46
Compare
Choose a tag to compare
Pre-release

many options are not mandatory anymore, the cli synopsis is now more clean and more easy to use, have a look at the help.
several memory fixes and bug fixes
improved output messages and documentation

v0.2

14 May 19:32
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

Second release. Nodejs functionality that helped in first implementation to deal with subprocesses and their data streams, is now replaced with a c variant, that uses fork() to create subprocesses during the tiler mode. Every subprocess now writes its own result to the mosaik2 database. Further improvement was done in detecting duplicates much faster by replacing the old nested loop algorithym with a merge loop.
A test case is now in the Makefile "make test" it will create two flower mosaics and compare them to saved mosaics.
A man page was written, to explain every little behauviour of this program.

1st

10 Dec 21:05
Compare
Choose a tag to compare
1st Pre-release
Pre-release

The first release that you can USE. Nevertheless, even if I try to avoid it, there will be security bugs here. Do not use this software in production environments or security sensitive areas until first none pre-release.