This repository was archived by the owner on Jan 29, 2023. It is now read-only.
v1.5.0 to fix multiple-definitions linker error, to avoid deprecated functions and to optimize library code
Releases v1.5.0
- Fix
multiple-definitions
linker error. Dropsrc_cpp
andsrc_h
directories - Avoid deprecated functions.
- Add example multiFileProject to demo for multiple-file project.
- Optimize library code by using
reference-passing
instead ofvalue-passing
- Update all examples