Skip to content

Releases: LLNL/shroud

Add classes for Library, Class, and Function nodes.

09 Jan 18:42
Compare
Choose a tag to compare

There are no functional changes in this version. Only internal refactoring.

Add Recursive Descent Parser

05 Jan 21:42
Compare
Choose a tag to compare

Replace parsley with a recursive descent parser. This change makes it easier to parse things like 'long long' and function pointers.

Add ability to wrap a pure C library by setting 'language: c' in the YAML file.

Add support for std::vector

10 Dec 22:03
Compare
Choose a tag to compare

No longer create shroudrt.cpp file. Support routines are now added to the wrapper code.

Initial Open Source release of Shroud

26 Oct 22:19
Compare
Choose a tag to compare
v0.2

Initial Open Source Release of Shroud