Skip to content

Releases: JuliaLang/PackageCompiler.jl

Better toml handling

01 Feb 11:04
5517038

Choose a tag to compare

Merge pull request #177 from tlienart/patch-1

typo fix in docstring

v0.6.1: Merge pull request #173 from JuliaLang/sd-pgkcompile

30 Jan 17:28
a56e0ca

Choose a tag to compare

add incremental compilation

29 Jan 17:33
266eaf1

Choose a tag to compare

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

24 Jan 00:14
854206e

Choose a tag to compare

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

18 Nov 16:36
9c774da

Choose a tag to compare

v0.5.1

Fix `--cc-flag` to allow multiple flags (#150)

Move to Julia v1.0

27 Sep 21:40

Choose a tag to compare

Update code for Julia v1.0, require Julia v0.7, drop Julia v0.6 support.

v0.4.0

04 Aug 10:25
2192a3f

Choose a tag to compare

Add Julia v0.7 comments (#105)

v0.3.1: Merge pull request #44 from TsurHerman/master

21 Mar 23:16
c07a075

Choose a tag to compare

precompile and compilecache turned off

Merge static-julia & PackageCompiler

19 Feb 20:03
dbf61e5

Choose a tag to compare

v0.3.0

fix test error on metadata (#28)

bug fixes + export api

10 Feb 09:02

Choose a tag to compare

v0.2.1

Merge branch 'master' of github.com:SimonDanisch/PackageCompiler.jl