Skip to content

Releases: libgdx/gdx-jnigen

2.5.2

15 Aug 23:18
Compare
Choose a tag to compare

What's Changed

  • fix: Remove unsupported compiler flags by @SimonIT in #56
  • feat: Allow multiple source dirs to be defined by @Berstanio in #57
  • Add marker artifact to gradle plugin by @fourlastor in #59
  • Add LOONGARCH to JnigenExtension as shortcut and bump version by @Berstanio in #62
  • Allow processing all files that are defined by the includes by @Berstanio in #63
  • Don't add "." suffix to iOS shared lib name by @Berstanio in #64
  • Upgrade default minIOSVersion to 12.0 by @Berstanio in #67
  • Correctly define android file extension as ".so" to fix jaring by @Berstanio in #68
  • feat: Set page size to 16KiB on android by @Berstanio in #73

New Contributors

Full Changelog: 2.5.1...2.5.2

2.5.1

18 Dec 21:15
Compare
Choose a tag to compare

[2.5.1]

  • [BREAKING CHANGE] Missing compilers will no longer silently fail #52
  • Windows ARM built target #51
  • Fix regression in library loading on android #55
  • Enforce UTF-8 for java header generation #53

2.5.0

28 Nov 11:41
Compare
Choose a tag to compare
  • [BREAKING CHANGE] Added Enum for Os/Architecture/Bitness
  • Linux RISCV Support

2.4.1

09 Jun 17:21
2c574b2
Compare
Choose a tag to compare
  • Correctly set min iOS version and make it configurable ( #41 )

2.4.0

17 May 16:08
795520e
Compare
Choose a tag to compare
  • [BREAKING CHANGE] [iOS] Move static libraries to dynamic libraries
  • [BREAKING CHANGE] [iOS] Remove armv7 slices
  • [BREAKING CHANGE] [iOS] Bump minimum deployment target to 11
  • [iOS] Add support for specifying extraXCFrameworks
  • [iOS] Remove deprecated bitcode generation
  • [iOS] Generate dSYM files for the frameworks

2.3.1

22 Mar 19:52
5230c53
Compare
Choose a tag to compare

Minor bug fix release.

Fix iOS detection for MOE backend #32
Fix issue that info.plist file isn't included into final jar #33

2.3.0

20 Feb 23:00
Compare
Choose a tag to compare
  • [BREAKING CHANGE] [iOS] Added support for specifying robovm.xml libs and forceLinkClasses definitions.
  • [iOS] Added support for arm64 simulators and replace use of fat static lib with xcframework, see #28
  • Improve shared library load failure message on Android and ARM.

2.2.1

07 Dec 16:36
Compare
Choose a tag to compare
Automatically create a hard dependency on runtimeClasspath of the jni…

2.2.0

21 Apr 14:56
Compare
Choose a tag to compare
Update version to 2.2.0 and add CHANGES

2.1.4

28 Mar 20:06
Compare
Choose a tag to compare

x86_64 fix for c compilation