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

Releases: bblfsh/libuast

v1.8.2

30 Jan 15:24
882045e
Compare
Choose a tag to compare
  • [by amlweems] Fix double Nodes allocation.

v1.8.1

24 Jan 11:42
2b4b5da
Compare
Choose a tag to compare
  • Add AppVeyor deploy GitHub token

v1.8.0

19 Jan 08:58
0a2686b
Compare
Choose a tag to compare

Completed Windows support.

v1.7.1

17 Jan 10:40
5dcf36a
Compare
Choose a tag to compare
  • Improved Windows compatibility and CI.

v1.7.0

16 Jan 11:44
508d877
Compare
Choose a tag to compare
  • Transformation function and iterator constructor using it for bindings that need to modify or account for Node allocations inside iterators (example: reference counting).

  • Windows compatibility.

  • Assertions.

  • Fixed leak when throwing some exceptions.

  • Optional CUnit and examples.

v1.6.1

09 Jan 16:56
c14c8f3
Compare
Choose a tag to compare
  • Fix total role number (#59). Solves #57.
  • tests: Remove error check since it's unstable (#60). Solves #58.

v1.6.0

22 Dec 11:53
16f2475
Compare
Choose a tag to compare
  • Add typed filter functions allowing the calling XPath functions (#55). Solves #46.

v1.5.1

12 Dec 09:24
4bd85a7
Compare
Choose a tag to compare
  • Skip null results from xmlXPathEvalExpression (#54).

v1.5.0

05 Dec 13:28
c70f19e
Compare
Choose a tag to compare
  • Remove querying examples, link to the docs instead (#49). Solves #45
  • Remove usage of optional to let tests/example build with just C++11 (#53). Solves #51. Replaces #52.
  • UAST Iterators for PreOrder/LevelOrder/PostOrder traversal (#50). Solves #47.

v1.4.2

14 Nov 16:53
5e8fcab
Compare
Choose a tag to compare
Merge pull request #48 from juanjux/fix/paralell_build

Make the example binary depend on the shared library build.