Skip to content

Gaclib 1.1.0.0

Compare
Choose a tag to compare
@vczh vczh released this 28 Dec 14:44
· 129 commits to master since this release

GacUI 1.1.0.0

GacUI / C++ Interoperable Script Engine (Apache License 2.0 with extra conditions)

Website for this project: http://www.gaclib.net/

This repository contains the latest release for the GacUI project, including packed library source codes, development tools, demos and documents. Complete source code can be accessed in https://github.com/vczh-libraries .

Version

This version is a sub release towards GacUI 2.0.
Please check out 1.0-rc-3 for GacUI 1.0.

Breaking Changes

  • All parsers are port from VlppParser.h to VlppGlrParser.h
    • Parser function signatures changed.
    • No more loading table, instead creating generated parser classes.
  • vl::parsing::xml renamed to vl::glr::xml
  • vl::parsing::json renamed to vl::glr::json