Releases: JuliaLang/PackageCompiler.jl
Releases · JuliaLang/PackageCompiler.jl
Better toml handling
Merge pull request #177 from tlienart/patch-1 typo fix in docstring
v0.6.1: Merge pull request #173 from JuliaLang/sd-pgkcompile
get back compile_package
add incremental compilation
add incremental compilation + improve snooping * fix snooping * fix precompile file * fixes to compile more * rename * fix remaining issues * do the snoopy thingy * add cleaner incremental solution * escape correctly * don't rebuild for snooping * fix typo * fix broadcast * work with non toml packages * clean up snoop + incremental - fix bugs * fix some more bugs: * add docstrings * add the packages we need to manifest * add tests * better tests + fixes for tests * remove failing tests * remove more * fix tests * fix tests * correctly include pgk compiler * fix windows bugs * no success * Update src/incremental.jl Co-Authored-By: SimonDanisch <sdanisch@gmail.com> * Apply suggestions from code review Co-Authored-By: SimonDanisch <sdanisch@gmail.com> * cosmetics * correctly implement run_julia * fix flags * fix tags + add multi package compile * use correct flags * use package toml * parse test REQUIRE even if toml is present * allow snoop file to error * fix atexit * use sysimgfolder idiomatically * also add packages from toml * fix bug + easier reuse
Support Julia v1.1
Merge pull request #167 from NHDaly/julia_cmd_flexibility-v1.1 Fix for julia `v1.1`: allow `Base.julia_cmd()` to contain unexpected flags (adds future-compatibility)
Bug fixes
Move to Julia v1.0
Update code for Julia v1.0, require Julia v0.7, drop Julia v0.6 support.
v0.4.0
Add Julia v0.7 comments (#105)
v0.3.1: Merge pull request #44 from TsurHerman/master
precompile and compilecache turned off
Merge static-julia & PackageCompiler
v0.3.0 fix test error on metadata (#28)
bug fixes + export api
v0.2.1 Merge branch 'master' of github.com:SimonDanisch/PackageCompiler.jl