Skip to content

Releases: akb825/VertexFormatConvert

Version 2.1.5

11 Nov 01:03
Compare
Choose a tag to compare

Updated RapidJSON to the latest revision.

Version 2.1.4

23 Mar 23:00
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Use hardware half float conversions where available.
  • Updated RapidJSON.

Version 2.1.0

27 Sep 00:36
Compare
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
Compare
Choose a tag to compare

VFC_SHARED now defaults to OFF and respects BUILD_SHARED_LIBS.

Version 2.0.3

19 Jun 23:50
Compare
Choose a tag to compare

Updated RapidJSON.

Version 2.0.2

27 Dec 22:56
Compare
Choose a tag to compare

Updated RapidJSON.

Version 2.0.1

21 Jun 02:06
Compare
Choose a tag to compare

Fixed unit test build on GCC 11.