Version 2.0
AutoMix
From 2.0 AutoMix generates by default a library that can be compiled against other programs.
Also new in this version:
- All source files in
src
directory. - Deprecated user* programs (still working and compilable) in favor of library compilation.
- Cleaner public API with fewer functions and shorter prototypes.
- Single file library (
automix. c
andautomix.h
). Noutils
norlogwrite
files. - Silent library (no
print
statements tostdout
). - More comprehensive simpler tests in continuous integration.
- Documentation with tutorial program.
- Makefile does library installation.