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

fplutil 1.0.2

Choose a tag to compare

@stewartmiles stewartmiles released this 20 Nov 23:59
· 105 commits to master since this release

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.