Skip to content

Releases: tiny-express/native

v1.0.7

Choose a tag to compare

@tiny-express tiny-express released this 24 Apr 18:40
  • Support for Simple Date Format - C++ style (will be improved)
  • Support for Arrays::asList()

v1.0.6

Choose a tag to compare

@loint loint released this 27 Jul 16:18
Merged in development (pull request #10)

Release v1.0.6

v1.0.5

Choose a tag to compare

@tiny-express tiny-express released this 25 Mar 17:07
53d2a3f

Changes:

  • Support for Java.Lang.Thread

v1.0.4 alpha

v1.0.4 alpha Pre-release
Pre-release

Choose a tag to compare

@tiny-express tiny-express released this 04 Nov 08:52
2360e0b
Merge pull request #298 from foodtiny/release/v1.0.4

Release v1.0.4

v1.0.3

Choose a tag to compare

@tiny-express tiny-express released this 20 Oct 17:59

Changes:

  • Implemented Java::Util::Date, Java::Security::MessageDigest for MD5 and SHA1
  • Added benchmark test for Java::Lang::String compare with STL
  • Added application starting point and handle application exception for safety

v.1.0.2

Choose a tag to compare

@loint loint released this 10 Sep 15:29
Merge pull request #250 from foodtiny/development

Hot fix for Java::Util::Base64

v1.0.1

v1.0.1 Pre-release
Pre-release

Choose a tag to compare

@tiny-express tiny-express released this 18 Jun 16:35

Changes in v1.0.1:

  • Used calloc instead of malloc for memory allocation to avoid leak problem (will be optimized later)
  • Used strdup instead of string_copy
  • Fixed memory leak and verified with Valgrind
  • Improved Iterator for Array