Skip to content

Releases: tshort/StaticCompiler.jl

v0.5.0

17 May 15:28
51db924
Compare
Choose a tag to compare

StaticCompiler v0.5.0

Diff since v0.4.12

Merged pull requests:

v0.4.12

14 May 13:35
a571cb1
Compare
Choose a tag to compare

StaticCompiler v0.4.12

Diff since v0.4.11

Closed issues:

  • Feature Request - Ability to compile multiple functions with compile_executable and compile_shlib (#93)

Merged pull requests:

v0.4.11

13 May 14:06
70d4065
Compare
Choose a tag to compare

StaticCompiler v0.4.11

Diff since v0.4.10

Closed issues:

  • Depend on StaticTools.jl ? (#115)

Merged pull requests:

v0.4.10

05 May 22:04
2ef9d75
Compare
Choose a tag to compare

StaticCompiler v0.4.10

Diff since v0.4.9

Closed issues:

  • Tests failing on Julia 1.9.0-rc2 on Ubuntu due to a Clang issue (#110)
  • compile_shlib gives symbol lookup error (#111)

Merged pull requests:

v0.4.9

02 Apr 17:36
141e1ab
Compare
Choose a tag to compare

StaticCompiler v0.4.9

Diff since v0.4.8

Merged pull requests:

v0.4.8

21 Mar 00:22
156210c
Compare
Choose a tag to compare

StaticCompiler v0.4.8

Diff since v0.4.7

Closed issues:

  • Error when compiling non-inlined functions. (#100)

Merged pull requests:

  • Add warnings if return type is not a native type in standalone binaries/shlibs (#102) (@brenhinkeller)

v0.4.7

15 Mar 01:56
080181f
Compare
Choose a tag to compare

StaticCompiler v0.4.7

Diff since v0.4.6

Closed issues:

  • Proposed fix for try/catch around diff (#75)

Merged pull requests:

v0.4.6

20 Oct 19:26
38dbdbe
Compare
Choose a tag to compare

StaticCompiler v0.4.6

Diff since v0.4.5

  • Avoids the implicit function declaration warning on non-macOS systems
  • Fixes the __stack_chk_guard error (#83 )

Closed issues:

  • Linking error (#83)

Merged pull requests:

v0.4.5

19 Jul 03:19
d33e25c
Compare
Choose a tag to compare

StaticCompiler v0.4.5

Diff since v0.4.2

  • Add cflags keyword argument to compile_executable/compile_shlib (and to the underlying generate_executable/generate_shlib), allowing you to, e.g., specify libraries to link against at compile time

Closed issues:

  • segfault with julia master (#77)

Merged pull requests:

v0.4.2

27 Feb 23:17
d213e55
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release
Merge pull request #70 from tshort/MasonProtter-patch-2

add v1.8 testing