Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

v1.1.0 to fix multiple-definitions linker error and to optimize library code

Latest
Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 23 Jan 05:43
· 10 commits to main since this release
9f9f3fe

Releases v1.1.0

  1. Fix multiple-definitions linker error. Drop src_cpp and src_h directories
  2. Add example multiFileProject to demo for multiple-file project.
  3. Optimize library code by using reference-passing instead of value-passing
  4. Update all examples