sccache is ccache with cloud storage
Перейти к файлу
Ted Mielczarek d115dc2c63 use local-encoding crate for stdout conversion 2016-09-21 15:57:28 -04:00
scripts use GNU parallel in upload-tooltool.sh if available 2016-08-25 15:56:03 -04:00
src use local-encoding crate for stdout conversion 2016-09-21 15:57:28 -04:00
.gitignore add script to update in-tree tooltool manifests 2016-07-26 08:55:22 -04:00
.travis.yml drop rusoto, import some simple s3 code and use that 2016-08-12 14:03:37 -04:00
Cargo.lock use local-encoding crate for stdout conversion 2016-09-21 15:57:28 -04:00
Cargo.toml use local-encoding crate for stdout conversion 2016-09-21 15:57:28 -04:00
LICENSE Somewhat-fleshed-out skeleton. 2016-04-26 16:43:03 -04:00
README.md Add appveyor build status badge 2016-05-18 14:32:25 -04:00
appveyor.yml disable appveyor mingw builds for now 2016-06-12 09:58:06 -04:00
appveyor_openssl_install.ps1 don't install Win64OpenSSL for mingw builds 2016-06-08 06:05:42 -04:00
appveyor_rust_install.ps1 revert some appveyor hacks 2016-05-24 12:56:08 -04:00
generate-protocol.sh Somewhat-fleshed-out skeleton. 2016-04-26 16:43:03 -04:00
protocol.proto Fix types from str/String -> OsStr/OsString/Path as appropriate. 2016-06-01 15:42:14 -04:00

README.md

Build Status Build status

This is a reimplementation of sccache in Rust.

Not yet functional.