2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-25 19:30:04 +01:00
waf/waflib/Tools
Federico Pellegrin d1eb41f944 wafcache: add support for MinIO/mc cache
Add support for MinIO object storage (https://min.io/) using the
MinIO client (https://github.com/minio/mc) to wafcache.

MinIO is an open-source, self-hostable, S3 compatible cache. The
MinIO client supports MinIO connections as well as normal S3/GCS
storages by configuring aliases beforehand.

Hint: some distributions have `mc` (the GNU Midnight Commander)
installed which is not the minio client, be aware of this (or your
build may get stuck with waf waiting for `mc` to never finish)
2020-11-02 17:50:13 +01:00
..
__init__.py
ar.py
asm.py Force an asm-specific defines flag 2020-08-15 12:16:36 +02:00
bison.py
c_aliases.py Improve error messages in c_aliases 2019-10-08 20:04:00 +02:00
c_config.py
c_osx.py
c_preproc.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
c_tests.py Unbreak the endianness test with msvc 2019-09-08 22:51:09 +02:00
c.py Update docs for 2018 2018-01-01 20:53:49 +01:00
ccroot.py
clang.py Api docs 2016-06-25 21:30:32 +02:00
clangxx.py
compiler_c.py add support for clang on cygwin 2020-03-27 20:19:49 +01:00
compiler_cxx.py
compiler_d.py Update docs for 2018 2018-01-01 20:53:49 +01:00
compiler_fc.py Api docs 2016-06-25 21:30:32 +02:00
cs.py
cxx.py
d_config.py
d_scan.py
d.py
dbus.py
dmd.py
errcheck.py Enable more advanced warnings of ant_glob on build folders in verbose mode 2017-12-23 20:36:14 +01:00
fc_config.py
fc_scan.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
fc.py
flex.py
g95.py
gas.py
gcc.py
gdc.py
gfortran.py
glib2.py
gnu_dirs.py Api docs 2016-06-26 11:59:27 +02:00
gxx.py
icc.py Update docs for 2018 2018-01-01 20:53:49 +01:00
icpc.py
ifort.py
intltool.py
irixcc.py
javaw.py
ldc2.py
lua.py Update docs for 2018 2018-01-01 20:53:49 +01:00
md5_tstamp.py Describe how to load md5_tstamp - Issue 2231 2019-04-19 18:47:02 +02:00
msvc.py
nasm.py
nobuild.py Added the tool called 'nobuild' to help troubleshoot build scripts 2015-12-23 17:55:44 +01:00
perl.py Update docs for 2018 2018-01-01 20:53:49 +01:00
python.py Ensure that the assertion message is showed in python.py #2302 2020-07-15 17:35:22 +02:00
qt5.py Fail Qt5 detection immediately when the c++ compiler is missing 2020-09-19 08:49:05 +02:00
ruby.py Update docs for 2018 2018-01-01 20:53:49 +01:00
suncc.py
suncxx.py
tex.py
vala.py
waf_unit_test.py waf_unit_test: consider ut_cmd always for task signature 2020-11-01 21:20:02 +01:00
wafcache.py wafcache: add support for MinIO/mc cache 2020-11-02 17:50:13 +01:00
winres.py
xlc.py Update docs for 2018 2018-01-01 20:53:49 +01:00
xlcxx.py