https://github.com/JuliaLang/julia
Revision b6ddd87898b9269235f53907093cf955f9c47efc authored by Elliot Saba on 18 September 2019, 16:42:34 UTC, committed by GitHub on 18 September 2019, 16:42:34 UTC
This provides a number of benefits:

* Significantly reduces the amount of work in win-extras, which I've
always thought was an annoying wart in our build system.

* Provides a consistent 7z executable on all platforms, which can be
picked up by Pkg/BinaryProvider for consistent
unzipping/untarring/ungzipping on all platforms. Note that on Windows,
7z is a repackaged binary from sourceforge and is the "full" 7z, whereas
on all other platforms it is a p7zip build of the standalone 7za
executable with all relevant patches applied. There are some format
capability differences, but for the important things it should be fine.
1 parent 493c797
History
Tip revision: b6ddd87898b9269235f53907093cf955f9c47efc authored by Elliot Saba on 18 September 2019, 16:42:34 UTC
Take a step toward complete BB domination (#33125)
Tip revision: b6ddd87
File Mode Size
.github
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.gitattributes -rw-r--r-- 67 bytes
.gitignore -rw-r--r-- 257 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 21.2 KB
HISTORY.md -rw-r--r-- 267.7 KB
LICENSE.md -rw-r--r-- 5.1 KB
Make.inc -rw-r--r-- 40.0 KB
Makefile -rw-r--r-- 26.9 KB
NEWS.md -rw-r--r-- 2.2 KB
README.md -rw-r--r-- 6.4 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.8 KB

README.md

back to top