This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
Releases: google/fplutil
Releases · google/fplutil
fplutil 1.1.0
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
fplutil 1.0.3
Minor updates.
- Updated documentation to support different devices.
- Added Linux, Android, OS X, and Windows 7+ support for setup script.
- Added support for googlemock.
fplutil 1.0.2
fplutil 1.0.2 consists of a couple of new small libraries and some bug fixes to the Android build tools.
- Fixed build_all_android when the NDK toolchain location changes between non-cleaned builds.
- Fixed build_all_android bug when "adb devices -l" returns empty lines.
- Documented Android app signing with non-temporary keys.
- Added an intrusive list class.
- Added an index allocator class.
- Added a small file utility library for testing on desktop.
- Added a tiny string formatting library for testing on desktop.
1.0.1
Minor updates.
- adds of IndexAllocator to libfplutil. This class allocates and free indices into an array. It tries to keep the array as small as possible by recycling indices that have been freed.
- fixes the 'clean' target of the build.
- small fixes to documentation.
1.0.0
Initial release of fplutil. See http://google.github.io/fplutil for more information.