Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

v0.1.3

Compare
Choose a tag to compare
@lelandaisb lelandaisb released this 22 Apr 15:19
· 1098 commits to master since this release
  • 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