This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
v0.1.3
- Bug fix on STL thread parallel_for
- Unary operator '-' added on vectors in cpplib
- Various improvements in CMakeLists.txt of cpplib
- New option keyword and removal of const keyword (const automatically inserted during generation)
- In generated C++, methods representing NabLab functions replaced by C++ functions at the beginning of the generated file (to be used during option definition).
- Optimization of job dispatching during HLTs computation to reduce generation times