Changes
Summary
- Remove unused transformation (details)
- Add utility class to generate clone/free calls (details)
- Use 'ValueSemantics' class to generate clone calls (details)
- Use 'ValueSemantics' class to generate free calls (details)
- Fix for the ValueSemantics clone method (details)
- Check that values do not leak memory (details)
- Check that static instance variables do not leak (details)
- Check that instance variables do not leak memory (details)
- [maven-release-plugin] prepare release Release/0.0.16 (details)
- [maven-release-plugin] prepare for next development iteration (details)
- Document release procedure (details)
- Fix typos in the release procedure description (details)
- Memory tests assume that valgrind is installed (details)
- Fix typo in README (details)
- Update "Development environment prerequisites" to mention valgrind (details)
- Fix issue with field look-ups (details)
- Rename test (details)
- Test that the field reference issue is fixed (details)
- Export fix for the FMU exporter. (details)
- - Implementing CSV library. - Implementation of flinecount function. (details)
- Return result TVP product for flinecount. (details)
- Implementation of flinecount and freadval. Tested externally to the (details)
- Test for "flinecount". (details)
- Test for freadval. (details)
- Added newProductVar variadic function. Addresses #63. (details)
- Add support for product types (details)
- Test that product types code-generate correctly (details)
- Ignore CSV test input (details)
- Fail Maven build when runtime test don't pass (details)
- Add limited support for function instantiations (details)
- Test that function instantiations code-generate correctly (details)
- Fix issue with for loop statements (details)
- Test that for loop issue is fixed (details)
- Tests for CSV library. (details)
- Add release notes for version 0.0.18 (details)
- Release procedure corrections (details)
- Prepare release of version 0.0.18 (details)