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.5.0

03 Oct 10:45
Compare
Choose a tag to compare

Fixes

  • Fixed Unicode positions.
  • Add missing operators.
  • Correctly set DoWhile role.
  • Correct roles for RangeForStmt
  • Add operator roles.
  • Serialize comments for more node types.

v1.4.0

28 May 14:23
Compare
Choose a tag to compare
  • Update SDK and enable language aliases support.

v1.3.0

17 Apr 16:43
Compare
Choose a tag to compare
  • Switch to Go modules and SDKv3 (backward compatible).

v1.2.4

08 Apr 21:04
Compare
Choose a tag to compare
  • Update SDK to v2.16.4.

v1.2.3

26 Mar 09:44
Compare
Choose a tag to compare
  • Update SDK to the latest 2.16.x version

v1.2.2

20 Mar 10:19
@bzz bzz
dfc7c13
Compare
Choose a tag to compare

New Features

None

Fixes

  • NPE in native driver fixed for the nested preprocessor directives #27

New contributors

@jjhenkel

v1.2.1

19 Mar 08:24
Compare
Choose a tag to compare
  • Update SDK to the latest 2.15.x version

v1.2.0

22 Feb 17:30
4a35944
Compare
Choose a tag to compare
  • Update to SDK 2.14.2; use or drop fields detected by the new checks.

v1.1.0

07 Feb 16:35
503a06d
Compare
Choose a tag to compare
  • Fix an issue with the method reflection catching that would cause some nodes to be
    dropped (mostly when they were under the Prop_DeclSpecifier property but also in some other cases) and an infinite recursion problem on one file.
  • Added issue_19.cpp fixture to avoid regresions of that problem.
  • Fix the FunctionGroup semantic annotation when there is an elaborated type
    in the arguments.
  • Update to latest SDK.

v1.0.1

25 Jan 13:58
05b5a19
Compare
Choose a tag to compare
  • Fix a potential Java OOM.
  • Update Jackson dependency to avoid one vulnerability.