Skip to content

First static library release

Past due by about 1 year 0% complete

After fixing the user interface in binary executable, the next step is converting the executable into a thin wrapper on a static linked library ready to use in users' source codes. The library will have a proper interface with semantically versioned user-facing headers. The binary wrapper may even be refactored into another project. To achieve the goal, s…

After fixing the user interface in binary executable, the next step is converting the executable into a thin wrapper on a static linked library ready to use in users' source codes. The library will have a proper interface with semantically versioned user-facing headers. The binary wrapper may even be refactored into another project. To achieve the goal, significant refactoring is due.

Loading