You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #138 from DICL/add-portable-automake-makefile
Enable Makefile.am to be extendible.
Very small change, it allows to avoid merging the Makefile.am whenever we update VeloxMR. I merge it now since later we will forget about this.
It comes from VeloxMR repository. I cherry-picked the commit: cb1bb46
This pull request will release: 1.8.4
Added Java client API and refactored C++ client API
- Separated the command line client interface from the C++ client API.
- Added default options for the settings.
- Append is finally fixed
- write does not consider new line records (To Be fixed)