Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Releases: bblfsh/cpp-driver

v1.0.0

19 Dec 16:18
4034821
Compare
Choose a tag to compare
  • Several fixes after testing the driver with a lot of real world code.
  • Fixtures added for the code that caused some of the above.
  • Visitor functions factorized.

v1.0.0-rc.1

09 Dec 16:18
26bb13a
Compare
Choose a tag to compare

First release candidate pending more testing with real world code before tagging as final 1.0.

  • Includes preprocessor information for all preprocessor nodes in a separate subtree hanging from the root node.
  • #includes will be present in the semantic UAST as InlineImport nodes.
  • Nodes expanded from a preprocessor macro will be tagged as such with the ExpandedFromMacro property that will point to the macro they've expanded from.
  • Many fixes and improvements to existing annotations like FunctionGroup and QualifiedIdentifier.
  • Switch type properties (IsConst, IsVolatile, etc) will be shown again in the nodes even if they're false.
  • SDK version bumped.

v0.3.0

06 Nov 17:22
ee6b1c4
Compare
Choose a tag to compare
  • Role annotations.
  • Namespaced types.
  • SDK v2.7.0.

v0.2.0

24 Oct 17:39
6c4e73a
Compare
Choose a tag to compare
  • Support error codes

v0.1.0

09 Oct 11:19
e7a25c8
Compare
Choose a tag to compare
  • First alpha release with the native driver generating a (preprocessor-unaware) AST.