Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/electron/sccache

sccache is ccache with cloud storage
https://github.com/electron/sccache

Keep line markers for -ftest-coverage too

1ab9a33e8d328941acc23c74c949b765f975f309 authored over 6 years ago
(cargo-release) start next development iteration 0.2.8-alpha.0

4bf26513f4a7ac67e3942dcef66190a7cadd3e48 authored over 6 years ago
(cargo-release) version 0.2.7

d19163acd85b632303197df70f40392df54fbb3b authored over 6 years ago
Silence some warnings

61cd1c6ae3fe7e37c6ee2812d23aac2fb6e9ba15 authored over 6 years ago
Revert "Update to futures 0.1.19 and fix breakage from Option-related changes"

futures 0.1.19 was yanked because of the breaking API changes it made.

This reverts commit 7079...

e3eb932fe4f1225ae7d0b386c4421b6a770ea32a authored over 6 years ago
Bump minimum supported rustc to 1.27

4395196ee34948d46654035a6c6ef5bdcfed6651 authored over 6 years ago
Don't cache Rust compiles with incremental compilation. Fixes #257

rustc's incremental compilation mode isn't well-handled by sccache currently
because we don't ca...

9e92e9952869407f4ee9583fa1cc86cf09d4dd96 authored over 6 years ago
Mark gcc -M and -MM as TooHard

It appears that there are issues with these two as can be
seen in issue #251 .

Synchronizing wi...

c796adcaa2ea618e2a663fa91c9526a13def3eb0 authored over 6 years ago
Update README.md

PR with very simple grammar fix.

512826537da482e3f94709d372193eb5221808e0 authored over 6 years ago
build azure backend in windows CI

bbff69f2c748339726b7c12fb175eeceea451870 authored over 6 years ago
Fix compatibility with `clang-cl.exe`

I've been giving clang-cl a spin lately to test a few things and I've noticed
that it's not curr...

037a96ef5e8e9258a62cd712edc912b0b1327413 authored almost 7 years ago
Fix typo in Jenkins.md

781fa9d70421135a1555f122c46c31a17be59bd3 authored almost 7 years ago
Replace uses of try!() with ?

aad212037ce6340839686da8a1bdf5455b143b1c authored almost 7 years ago
Add Azure feature status to cmdline usage

b33ed7e38927f87829d0fc11deae6cee173bee3a authored almost 7 years ago
Add Azure Blob Storage backend

eb5351d3ecf60764052cc1ff2bea3395fb36f96e authored almost 7 years ago
Update to futures 0.1.19 and fix breakage from Option-related changes

7079ab87832efab4298757176b1388f1d126ed98 authored almost 7 years ago
Set env vars for compiler detection

This commit updates the C compiler detection logic to be sure to set the
environment variables o...

7c380972bd53ff91170c5c2aa24f2c7b2bec9abf authored almost 7 years ago
Don't pass -P when preprocessing source with gcc/clang and -fprofile-generate is on the commandline.

Compilations with gcc/clang's `-fprofile-generate` are cacheable, but the
line numbers in the so...

9f4c18b4a6300e3a9250a09811cc985311c20217 authored almost 7 years ago
Move src/main.rs to src/lib.rs so that flycheck works

8b9e53c77a04341ffca51f4addbae49985a165dd authored almost 7 years ago
Bump minimum supported Rust version to 1.22

ae9517af284ad9ea6ea4fb6c2ffe55f49effce9e authored almost 7 years ago
Replace `app_dirs` crate with `directories`. Fixes #233.

The `app_dirs` crate has become unmaintained and is broken on macOS with
Rust 1.25. The `directo...

c13e04d507a315f5732766a8bfcfb79fc9483168 authored almost 7 years ago
update jobserver to 0.1.11 to pick up a fix for shutting down the worker thread

13fa450eee47cc53fff4129aaf3c6c30fd2b621e authored almost 7 years ago
Add documentation on how to statically link OpenSSL.

1efee847f22d740b784b1bff4e831a1887cb2ab9 authored almost 7 years ago
Disable test_server_port_in_use on macOS for now because it fails intermittently

25eba29e8e5fa2bc76bc2a34c3e1fc296d4d1d95 authored almost 7 years ago
(cargo-release) start next development iteration 0.2.7-alpha.0

ef67ff018aae2af22cb46d4c033879ac8d199e3a authored almost 7 years ago
(cargo-release) version 0.2.6

dfdfce28e0cf6c16eb821e8aa3c3f63f78b25497 authored almost 7 years ago
Don't acquire tokens on inherited jobservers

After some thinking and some testing, this seems like it was just always a bad
idea unfortunatel...

0bc83a577fdb16e79cfde9ed4bd12fd61b235edc authored almost 7 years ago
Update to schannel version 0.1.11

a90c4496a773bcb785ea0c86f2e803b761f24989 authored almost 7 years ago
=updated uuid to 0.6

71183806da27aed45fffb782f7821578adfcc3ce authored almost 7 years ago
Always request color output from rustc. Fixes #99

This change makes sccache run rustc with `--color=always`, removing any other
--color option fro...

583fd1fe6b5e744f018f227c797051c4fc58f63a authored almost 7 years ago
Remove fern-based logging as it was never that useful due to the inability to set per-crate log levels

22e588b87c47c7fbfeb8638928ae86ae1cda9484 authored almost 7 years ago
switch from the gcc crate to its successor, cc, for tests

79b92a7e3f5f2a1dc461887912f0d63af446e0db authored almost 7 years ago
cargo update

e234cf8e8e44765e5dfa462edab4c32eaf0f5565 authored almost 7 years ago
Silence a deprecation warning in system tests on Windows

46cc8dfca644815ed117a5bc1f6f42018920c97f authored almost 7 years ago
Remove some no-longer-useful scripts

fc441dfd393cf1f41991c4c293504b8807c01e78 authored almost 7 years ago
Rework appveyor config:

* Split out separate configs for master and tagged builds
* Stop building everything with --relea...

a995108624339661edfc7f3a40e71512504c5ce6 authored almost 7 years ago
Don't build gcs on appveyor because it requires openssl

1a82a4783d360adb6fad2ede3d14c80b177912c4 authored almost 7 years ago
Add gcs to features=all

de61c8b48efb9ed0596e3318703e26ccd56f6967 authored almost 7 years ago
Fix GCS backend from https://github.com/mozilla/sccache/pull/212

9d1184ac59b5a212b8b29de4b3a4e6c9fcd79d8a authored almost 7 years ago
switch to ring version 0.12.1

db9e282fcba93a39fe2f422fe9f34fbb8cc219c0 authored almost 7 years ago
Don't build release with debug symbols. Fixes #162

0876024f9e6fdced92f5c7f1e7e810f0b80b1958 authored almost 7 years ago
Fix appveyor releases for real (I promise)

53ccde7e3d9dc1b07a970bafbae0aec0eb4f65d9 authored almost 7 years ago
(cargo-release) start next development iteration 0.2.6-alpha.0

ffce831b90795d07c287672d26091436f57b9961 authored almost 7 years ago
Bump lru-disk-cache to 0.2.0 so we can publish it to crates.io because we made an API change

46b4ffaba743650d3b6591f2fa0b5f7812832434 authored almost 7 years ago
(cargo-release) version 0.2.5

f82c684655dc076c33953ba2eee072b259007a19 authored almost 7 years ago
accidentally wrote some code that doesn't compile on 1.20, so bump the minimum supported version to 1.21

cc1747d69ce7655e1b6a5fa78ad5095fc81db6d4 authored almost 7 years ago
Fix those TODOs about using lazy_static and remove some (now) extraneous

static lifetimes on consts while I'm there.

fe768ac6406abcd83a12fcfcd1f365960add5b66 authored almost 7 years ago
Add a Memcached cache variant

This cache module uses a Memcached cluster.
To make sccache use this, set SCCACHE_MEMCACHED
to a...

d2c7f925adf0b105a9b87200129d57cf39439ada authored about 7 years ago
Stop server when requested, even with no idle timeout.

920c855d4f13f0f0b9413e9171961571a3dec81d authored about 7 years ago
Add a test demonstrating that no idle timeout breaks shutdown.

ef2883cfb4b289d932687777f070d1b334fd0cab authored about 7 years ago
Add jobserver support to sccache

This commit alters the main sccache server to operate and orchestrate its own
GNU make style job...

adaa4ef190f7de41715f1c08bbc764ac7eb4df23 authored about 7 years ago
drop i686-musl release builds, can't get openssl to build

bda1bc2a80e43d438d8c2e7bfdc15a17c0ec3f4e authored about 7 years ago
try fixing i686-musl one more time...

e5ca772717e7b0cea24f489c00133dc5830fc48a authored about 7 years ago
try fixing the i686-musl build...

5c9e81ee3004471f91736adcedce06f0ce876430 authored about 7 years ago
a little *too* verbose there

a0abb59f697ec426f3153657ecc34630b6a19a0d authored about 7 years ago
build travis releases with --features=all, add an i686 linux release build

e559fb724a892e7641228134011149fec2286b07 authored about 7 years ago
Make appveyor cache ~/.cargo and target dirs

f21435eb617ab516cdd4f5d80b1564b656820a64 authored about 7 years ago
try to fix appveyor releases

45f82ae7c3075d21787f33aa6df36eeb6e10f40a authored about 7 years ago
Bump minimum Rust version to 1.20 because of dependencies

abf52d2b6f788e6106d285cea46223a4c8903212 authored about 7 years ago
update clap to remove a warning with rust 1.23

7cd76d82100723f61c05d43695792fe687a055a8 authored about 7 years ago
Properly chain error when failing to create temp dir in hash_source_files

4fe33a6da14b14adc33db539b0cc963e1fa6f8d8 authored about 7 years ago
Change size and capacity types to u64 to support 32-bit Windows (#212)

* Change usize to u64 in various places to support 32-bit compilation.

* Fix compilation when...

1080d1379ef8fece36903910d8787a12880434b6 authored about 7 years ago
Fix warnings

269c2a8dc655b4e1fe1e412b14bdd54f0b9cd9a2 authored about 7 years ago
Update other deps

9c19b7cbcefb600537d75c23e0c567b684101262 authored about 7 years ago
Update ring

12504fbf569c0f6ea507beeabbc1e344bc113724 authored about 7 years ago
(cargo-release) start next development iteration 0.2.5-pre

24b5b95b5fb5e4f49ebfecfa8293dd9ee23e4713 authored about 7 years ago
Pin zip to 0.2.3 to avoid depending on rust 1.23 right now

5386227460f35168d2e419f504ac782de2266167 authored about 7 years ago
(cargo-release) version 0.2.4

8c577d8a4106030fc5b068ae77ac118f75aeb99e authored about 7 years ago
Update github token for Travis releases

ce34d662b197654be9fc41b41707e67c4c946b36 authored about 7 years ago
update Cargo.lock

84954ed05f5c0c8d6f7233e574827ab863d057f4 authored about 7 years ago
(cargo-release) start next development iteration 0.2.4-pre

aaed2de4c021a3a95aa1e198789c00afc2adc679 authored about 7 years ago
(cargo-release) version 0.2.3

c41261d9788dd2b290518bf9dafb8c689ea6073f authored about 7 years ago
Make hashes path agnostic for GCC

We now pass -P to the preprocessor, which inhibits the generation
of linemarkers. This has two p...

98d2b305b8d1ca6aaabbb252173e786a09c06710 authored about 7 years ago
Preemptively avoid an upcoming coherence warning.

Patch as suggested by @arielb1:
https://github.com/rust-lang/rust/pull/46192#issuecomment-349056049

d14852991d39edccf4bc91f04577fcdf393de430 authored about 7 years ago
Rebuild Cargo.lock with cargo 0.23

b3b97fb537d2de50a15a08eaf1a93f8606fe8737 authored about 7 years ago
Bump libc to fix the musl build

cbb72b80df248eed18b399da7e0d77cbaedb3b07 authored about 7 years ago
Skip failing cargo integration test on macos for now

08ffd769163a5592d9105db4a9453fa1175be6ed authored about 7 years ago
Merge branch 'master' into master

8871ae7bd8d7f844228fbcfecb6f471b22a01e1d authored about 7 years ago
Fix some rust argument definitions

I don't know how I ended up with the definitions that landed in cae21a2,
but many had the wrong ...

39504428e28dc9f53ae7abdef77f8676d1c0e525 authored about 7 years ago
Docs - README.md - tweaks (thumbnaill, separators, ToC)

**this PR does basically aim at:**
- *adding thumbnail logo to README.md*
- *adding separators t...

eb31d8eedbf067521a9618c13519a7a88f18060d authored about 7 years ago
Update README.md

Fixed grammatical error

dec37ab87deac0d73797cde0b5ce6f1b978fbbbf authored about 7 years ago
parse the -gcc-toolchain option for clang

Not handling this means that argument parsing interprets -gcc-toolchain's
argument as a second i...

a4c89601a30c6c9ee19fcaf7a1a2f37c5dddf412 authored about 7 years ago
Update README.md

Capitalized two instances of sccache at the start of sentences to match the rest of the README.md

d102ea0b29dcccf4fadde43ac0f590e4e386ef55 authored about 7 years ago
Hook up binary releases to Travis/AppVeyor

This is based on the support for cargo-vendor, but I figure this may be useful
to others!

3df9205609f04023de7e1abd3a254c5e3acf31d8 authored about 7 years ago
Replace Future::boxed with Box::new (redis, gcs)

This follows up on commit 0.2.2~5 which replaced deprecated use of
Future::boxed everywhere exce...

b1e7afffb66450a957e551f8bc63cab735431463 authored about 7 years ago
Bump required Rust version to 1.19 due to assert-cli

0ff33c91968381ec8a122c0dc24dc9e8af79ed1e authored about 7 years ago
(cargo-release) start next development iteration 0.2.3-pre

7e176dcd5a59fbed60b854eaae43b0b6ecd84839 authored about 7 years ago
(cargo-release) version 0.2.2

f5d7bac801a32734f4bf351edd6ae9a539424839 authored about 7 years ago
bump version to 0.2.2-pre

56dcc1dc3678f2da004df327ca48e4861f4ae924 authored about 7 years ago
Update error-chain to pick up a fix for a new warning

f1f55739887a84b23a31310ff67c25a77f876aec authored about 7 years ago
Ignore CARGO_MAKEFLAGS when calculating Rust hash keys. Fixes #193

Since cargo gained jobserver support it now passes a CARGO_MAKEFLAGS
environment variable which ...

2d9bdc1e8fb1fa5a531da2930670bbfcb66f78a0 authored about 7 years ago
Add usage instructions for rust

a4101594c58f5661d850120aa341afa89877cee5 authored over 7 years ago
Replace Future::boxed with Box::new.

In futures 0.1.15, the boxed() method on Future structs was
deprecated. This returned a BoxFutur...

48d925773f563b0fdbe8905684e5fbb37057c595 authored over 7 years ago
Update iovec to fix a soundness hole on Windows

Also update a few other dependencies that transitively needed fixing

646be05bc0402565ab0db20bd85bb996daf9a88d authored over 7 years ago
(cargo-release) version 0.2.1

df04fa530d6b7d79fef8c848879d47dcc4d95b32 authored over 7 years ago
Move the clang compilation tests to gcc

They are really testing the gcc module behavior.

f0276855616623d39515629485b448afcc40163a authored over 7 years ago
Don't pass the preprocessor output to the compiler

It doesn't need it anymore.

05b5d73ddf6c955293196f368ccf52cd56aed385 authored over 7 years ago
Don't pass a CpuPool to preprocess and compile

They don't need it anymore.

4457e3efb2ab226ae40415de9d47c3d3991268b6 authored over 7 years ago
Never compile from the preprocessed output

Increasingly, compilers are integrating with the preprocessor in such a
way that they know some ...

47c08c595c86469756070eb758ac0927bb8690bd authored over 7 years ago
Add a link to the Jenkins notes in README

16d0ef08833e688737cfca12d045e6f2c70bf078 authored over 7 years ago