Releases: tshort/StaticCompiler.jl
Releases · tshort/StaticCompiler.jl
v0.5.0
v0.4.12
StaticCompiler v0.4.12
Closed issues:
- Feature Request - Ability to compile multiple functions with
compile_executable
andcompile_shlib
(#93)
Merged pull requests:
- Demangle (#123) (@brenhinkeller)
v0.4.11
StaticCompiler v0.4.11
Closed issues:
- Depend on StaticTools.jl ? (#115)
Merged pull requests:
- actually test
foo_err
(#116) (@MasonProtter) - Re-add nightly tests and integration tests (#117) (@MasonProtter)
- Fixup with current versions (#120) (@MasonProtter)
- Cleanup and more support for arrays of functions (reland) (#122) (@MasonProtter)
v0.4.10
v0.4.9
StaticCompiler v0.4.9
Merged pull requests:
- Cleanup (#104) (@brenhinkeller)
- Document symbol naming convention (#105) (@baggepinnen)
- CompatHelper: bump compat for LLVM to 5, (keep existing compat) (#107) (@github-actions[bot])
v0.4.8
StaticCompiler v0.4.8
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
StaticCompiler v0.4.7
Closed issues:
- Proposed fix for
try
/catch
arounddiff
(#75)
Merged pull requests:
- test on 1.8 (#87) (@MasonProtter)
- change pointer_patching_diff (#88) (@MasonProtter)
- CompatHelper: bump compat for GPUCompiler to 0.17, (keep existing compat) (#94) (@github-actions[bot])
- Update ci versions (#96) (@brenhinkeller)
- Rebase of the error handling PR. Have fun! (#97) (@gbaraldi)
- Error handling tests (#98) (@brenhinkeller)
v0.4.6
StaticCompiler v0.4.6
- 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:
- Linux fixes, update integration tests (#86) (@brenhinkeller)
v0.4.5
StaticCompiler v0.4.5
- Add
cflags
keyword argument tocompile_executable
/compile_shlib
(and to the underlyinggenerate_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:
- Fix typo (#74) (@helgee)
- Add more integration tests, reorganize CI, update to GPUCompiler 0.16 (#76) (@brenhinkeller)
- Bump version to 0.4.3 (#78) (@brenhinkeller)
- Multiple function shared lib (#79) (@gbaraldi)
- Add
cflags
kwarg tocompile_executable
and friends (#82) (@brenhinkeller)
v0.4.2
Merge pull request #70 from tshort/MasonProtter-patch-2 add v1.8 testing