Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

fplutil 1.1.0

Latest
Compare
Choose a tag to compare
@jsanmiya jsanmiya released this 23 Feb 18:42
· 13 commits to master since this release

fplutil version 1.1.0 contains several new tools that (like most things in fplutil) have no dependencies. It also provides a library for common operations with Autodesk's FBX SDK (see http://www.autodesk.com/products/fbx/overview).

New features:

  • Add platform independent file utilities
  • Add intrusive list
  • Add platform independent mutex class
  • Add VariableSizeBuilder to aid creation of variable sized classes
  • Add static library for common FBX code

Improvements:

  • Refactor Cmake and Android build files. Build logic now centralized in fplutil.
  • Expand Defrag algorithm in IndexAllocator to support variable-sized allocations

Interface changes:

  • Renamed fpl namespace to fplutil