Skip to content

GacUI 1.4.0.1

Latest

Choose a tag to compare

@vczh vczh released this 28 Jul 21:49

GacUI 1.4.0.1

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

Website for this project: https://vczh-libraries.github.io/ -> 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 .

Prompts and necessary supporting files in .github folder will be iterating on each release.

Version

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

New Feature

  • VlppOS:
    • Async socket based mini http server/client.
    • TUI simplified API.
  • GacUI
    • RemotingTest_Core and RemotingTest_Renderer_Win32:
      • Adopted mini http server/client using /MiniHttp, with StartMiniHttpAutomationService built on top of them.
    • RemotingTest_Renderer_macOS lives in iGac repo, requiring /MiniHttp.
    • RemotingTest_Renderer_Wayland lives in wGac repo, requiring /MiniHttp.
  • GacJS
    • Verified on Linux and macOS.

Fixed Bugs

  • VlppOS:
    • Rare race condition in SpinLock.