Skip to content

Graphene 1.10.2 (stable)

Compare
Choose a tag to compare
@ebassi ebassi released this 22 Jun 15:11
· 132 commits to master since this release

List of changes since 1.10.0

  • Disable SSE on 32bit builds on Windows with MSVC
  • Add more documentation on the conventions used by matrix operations
  • Fix Euler angles/matrix conversion

List of bugs fixed since 1.10.0

  • #173 - meson: Don't error with MSVC C4819 warning [Seungha Yang]
  • #175 - Few fixes for Visual Studio builds
  • #176 - Normalize input rectangles just once
  • #177 - meson: pick up gobject from a subproject fallback as well [Tim-Philipp Müller]
  • #179 - meson: expose graphene_gobject_dep variable for graphene-gobject [Tim-Philipp Müller]
  • #180 - GIR file contains true/false
  • #182 - tests: installed tests should use TAP [Ross Burton]
  • #183 - meson: Fix check for builtype arguments [Nirbheek Chauhan]
  • #185 - _isnanf on Windows instead of isnanf
  • #186 - matrix_init_look_at: Handle corner cases better [Alexander Larsson]
  • #191 - Issue with euler conversions
  • #192 - matrix: Clarify API docs of graphene_matrix_init_look_at() [Alexander Larsson]
  • #193 - Euler: Fix matrix orientation in euler matrix (de)composition [Alexander Larsson]