Skip to content

Releases: SylvainBoilard/GLFW-OCaml

GLFW-OCaml 3.3.1-2

14 Sep 21:18
Compare
Choose a tag to compare
  • Fixed glfwExtensionSupported stub.
  • Fixed allocating with undefined values left around in getJoystickHats stub.
  • Fixed undefined behavior when calling the character modifiers callback.

GLFW-OCaml 3.3.1-1

13 Oct 16:05
Compare
Choose a tag to compare
  • Fixed createStandardCursor stub.
  • Fixed build on arm32.

GLFW-OCaml 3.3.1

03 Sep 10:15
Compare
Choose a tag to compare
  • Added support for glfwExtensionSupported.
  • Added support for no-naked-pointers mode (see the OCaml 4.12 manual in section 18.2.3)
  • Fixed getGammaRamp returning a bigarray that was backed by GLFW internal const-qualified memory.
  • Upgrade build system to Dune 2.0.

GLFW-OCaml 3.3

25 Jun 14:04
Compare
Choose a tag to compare
  • Fixed some functions being misbound (namely setInputMode, cursor-enter callbacks and scroll callbacks).

GLFW-OCaml 3.3~rc2

09 Mar 18:20
Compare
Choose a tag to compare
GLFW-OCaml 3.3~rc2 Pre-release
Pre-release
  • Use a single type for window hints and attributes.

GLFW-OCaml 3.3~rc1

18 Nov 16:49
Compare
Choose a tag to compare
GLFW-OCaml 3.3~rc1 Pre-release
Pre-release

GLFW-OCaml 3.2.1-3

31 Oct 12:10
Compare
Choose a tag to compare
  • Added missing AutoIconify window attribute.

GLFW-OCaml 3.2.1-2

23 Jun 12:08
Compare
Choose a tag to compare
  • Fixed getJoystickButtons stub.
  • Added a simple example program.
  • Fixed build with OCaml 4.02.

GLFW-OCaml 3.2.1-1

17 Mar 21:57
Compare
Choose a tag to compare
  • Fixed build when the GLFW headers are not in /usr/include.

GLFW-OCaml 3.2.1

08 Mar 22:41
Compare
Choose a tag to compare
  • Exposed the details of the image type; keep it private.