Skip to content

NAppGUI v1.3.0

Choose a tag to compare

@frang75 frang75 released this 26 Dec 14:33
· 224 commits to main since this release

Added

  • New header <blib.h> Doc.
  • New header <dlib.h> Doc.
  • Support for TableView Doc.
  • Compiler definitions for static/dynamic functions export/import
    • _sewer_api
    • _osbs_api
    • _core_api
    • _geom2d_api
    • _draw2d_api
    • _osgui_api
    • _gui_api
    • _osapp_api
    • _inet_api

Improved

  • Full review of ANSI C90
  • New .pdf ebook edition

Build System

  • Support for generate dynamic libraries dynamicLib(). Doc.
  • Possibility to choose the standard C/C++ per project. Doc.
  • staticLib() adds libName parameter.
  • commandLib() adds appName parameter.
  • dynamicLib() new build command.
  • Support for multiple targets from same source folder.
  • generateSolution() should be added at the end of src/CMakeLists.txt