Skip to content

Releases: akb825/VertexFormatConvert

Version 2.1.6

15 Dec 05:22

Choose a tag to compare

Updated GLM to 1.0.2 and rapidjson to the latest revision.

Windows builds can now load Unicode file paths, utilizing the UTF-8 codepage. This provides parity with the macOS and Linux builds, where the systems already used UTF-8 for Unicode support.

Version 2.1.5

11 Nov 01:03

Choose a tag to compare

Updated RapidJSON to the latest revision.

Version 2.1.4

23 Mar 23:00

Choose a tag to compare

  • Updated GLM to 1.0.1.
  • Updated RapidJSON to the latest revision.

Version 2.1.3

14 Aug 00:40

Choose a tag to compare

  • Increased minimum CMake version to 3.5. Fixes deprecation warning on newer versions of CMake.
  • Updated RapidJSON to the latest revision.

Version 2.1.2

25 Jan 06:52

Choose a tag to compare

Fixed error when running on x86 hardware that doesn't support FC16. (#1)

Version 2.1.1

23 Jan 03:53

Choose a tag to compare

  • Use hardware half float conversions where available.
  • Updated RapidJSON.

Version 2.1.0

27 Sep 00:36

Choose a tag to compare

  • Use namespaced target (VFC::lib) for library in CMake.
  • Added VFC::tool target in CMake for the tool.
  • Switched to GNUInstallDirs for install locations to be more configurable and consistent on some systems.
  • Updated RapidJSON to the latest revision.

Version 2.0.4

20 Jun 23:22

Choose a tag to compare

VFC_SHARED now defaults to OFF and respects BUILD_SHARED_LIBS.

Version 2.0.3

19 Jun 23:50

Choose a tag to compare

Updated RapidJSON.

Version 2.0.2

27 Dec 22:56

Choose a tag to compare

Updated RapidJSON.