Skip to content

Version 2.0

Compare
Choose a tag to compare
@martinberoiz martinberoiz released this 29 Jan 02:31
· 12 commits to master since this release

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 and automix.h). No utils nor logwrite files.
  • Silent library (no print statements to stdout).
  • More comprehensive simpler tests in continuous integration.
  • Documentation with tutorial program.
  • Makefile does library installation.