Skip to content

Releases: akb825/VertexFormatConvert

Version 2.1.6

Choose a tag to compare

@akb825 akb825 released this 15 Dec 05:22

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

Choose a tag to compare

@akb825 akb825 released this 11 Nov 01:03

Updated RapidJSON to the latest revision.

Version 2.1.4

Choose a tag to compare

@akb825 akb825 released this 23 Mar 23:00
  • Updated GLM to 1.0.1.
  • Updated RapidJSON to the latest revision.

Version 2.1.3

Choose a tag to compare

@akb825 akb825 released this 14 Aug 00:40
  • 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

Choose a tag to compare

@akb825 akb825 released this 25 Jan 06:52

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

Version 2.1.1

Choose a tag to compare

@akb825 akb825 released this 23 Jan 03:53
  • Use hardware half float conversions where available.
  • Updated RapidJSON.

Version 2.1.0

Choose a tag to compare

@akb825 akb825 released this 27 Sep 00:36
  • 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

Choose a tag to compare

@akb825 akb825 released this 20 Jun 23:22

VFC_SHARED now defaults to OFF and respects BUILD_SHARED_LIBS.

Version 2.0.3

Choose a tag to compare

@akb825 akb825 released this 19 Jun 23:50

Updated RapidJSON.

Version 2.0.2

Choose a tag to compare

@akb825 akb825 released this 27 Dec 22:56

Updated RapidJSON.