Skip to content

0.9.0

Latest
Compare
Choose a tag to compare
@AmrDeveloper AmrDeveloper released this 12 Jan 16:54
· 2 commits to master since this release
  • Restructure the parser and data provider for speedup and fix memory issues.
  • Implement is_virtual, is_pure_virtual and is_method functions.
  • Implement is_static, is_const and is_deleted functions.
  • Implement m_function, m_virtual and m_pure_virtual matchers functions.
  • Implement m_static, m_const, m_method and m_deleted matchers functions.
  • Implement m_constructor and m_destructor matchers functions.
  • Implement m_default_constructor, m_copy_destructor, m_move_destructor matchers functions.
  • Implement m_converting_constructor matchers functions.
  • Implement m_public, m_protected and m_private matchers functions.
  • Implement m_oneof, m_allof and m_noneof combine matchers functions.
  • Implement Combine and, or and xor for Function Matcher.
  • Create new GitQL Custom type to allow advanced analysis.
  • Support script file mode.