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

Make the scheduler/builder APIs provide JSON responses for requests with "Accept: application/json". Fixes #381

This change makes the scheduler and builder APIs return JSON response content
when a request is ...

9b04c5857bc987eefca36b485533c8656b3df456 authored almost 6 years ago
Oops, correct API path for distserver

c16064eac71ea78682e4c8f6a2b085d7fe1cf762 authored almost 6 years ago
Fix some docs for sccache-dist

c3b6ed10c820f4904f68e0851c6b720986d90101 authored almost 6 years ago
Fix checksum files

12008f60bc8b5335e8e8fa878e3bdc2749e50756 authored almost 6 years ago
Fix C toolchain packager

06421bafe014916d1ef232fa2857bd29c4afaad1 authored almost 6 years ago
Stop using icecc-create-env to build environments

4583ce1ee76a5881b3c5098d117b48ec4fd401c1 authored almost 6 years ago
Add missing field to struct literal

bccb383b24af0483f28a1782dc8f2d81ec9229e7 authored almost 6 years ago
Add snap configure hook

2fa94eb984342f1c45f08eefbf3f28afbe2cd429 authored almost 6 years ago
Add snap packaging

74dcb12d6b48dcd8b360476b57a777c67daf30f7 authored almost 6 years ago
Add Windriver Diab compiler support

This patch add support for using sccache in combination with the
Windriver Diab compiler (dcc). ...

5c63ad6aab9aba8074851cc8c2fc9615fe75a4bc authored almost 6 years ago
Update required rustc version to 1.30

edb806f4b97cbffdc6d8f4c6d0b8617bdac4deae authored almost 6 years ago
Use trim_end instead of trim_right as the latter is being deprecated.

Rust 1.33 is deprecating trim_right in favour of trim_end. This patch
replaces instances of the ...

351484b5faaf684957f2a7dfb214c857b67e9791 authored almost 6 years ago
Add scoop install, enhance Storage Options

ff925903fdf390867ceb0621081d6fe2bc585e8c authored almost 6 years ago
[ci] Move prep deploy into script

9035d2f9f90d8eef5d8c88fdd78976b14b6a676a authored almost 6 years ago
[ci] Actually generate chksum file

1fa0c14508303a8d067a05a62c62459b7e10eea0 authored almost 6 years ago
[ci] Add a sha256 artifact for Windows

d69e8aa00e7a6aa4b19f9a1beb45bd434278016b authored almost 6 years ago
[ci] Add a .sha256 release artifact for linux/osx

7965bc540228fffd323ac5ac0525a08506d02231 authored almost 6 years ago
Take -fplugin into account as an extra hash file. Fixes #288

b81c4740aaed0f003c139b4b6170ef1215b52658 authored almost 6 years ago
Fix older compilers

44a9c578de42711f8a595591e6405691d1c70cc5 authored almost 6 years ago
Remove openssl dependency for GCS

26b86f481c232c1dec9345a91f9c8ed7c0a75699 authored almost 6 years ago
Remove 'all-windows' feature

80d3e743631d28191530c6ab2a6fb82627748487 authored almost 6 years ago
change other functions to 0.7 standard

8c1e0dd94cfea7ff55b5ce85f87eba14638e532c authored almost 6 years ago
and this one

3900a4ef6ce44b1317e3df40bfe1782c5527168b authored almost 6 years ago
forgot this one

3e1ba85e4ec2929f351e7a6e8aaae27e42ed941f authored almost 6 years ago
update uuid to 0.7

eddc30c28cbff9dfbb4359ce2232d9a90d39c45c authored almost 6 years ago
Mark -fprofile-use=path as TooHard

The '-fprofile-use' flag without an argument is already TooHard, but
there is also a '-fprofile-...

f1cece7503cc6c67b83c0044fbf9c7348e3858fa authored almost 6 years ago
Fix up dist tests for per-lang stats.

a2c2b21efed4cee2d821c50df6b09507c4ec4ca1 authored almost 6 years ago
Record cache hits, misses, and errors per language kind, closes #327

This splits out the `cache_hits`, `cache_misses`, and `cache_errors` metrics
to be recorded per ...

ce124f14c43b31cb0eab48de71c417204cda166e authored almost 6 years ago
start next development iteration 0.2.9-alpha.0

05bd9c7944d8c7c6e11f994c8cb5246f7638d887 authored about 6 years ago
Fix parsing dep info containing escaped spaces.

2efa6617febc1d3442cd2d88c60682e7b676a878 authored about 6 years ago
Add test for `parse_dep_info` with escaped spaces.

9d30660a6f5a94bc7a8e4d2a125c8677b9e08129 authored about 6 years ago
Sort reasons by count when printing non-cacheable reasons.

Tested in a local build of Firefox. Closes #324

bf0b0e89ccff869722234927599c7fc2690bbeaa authored about 6 years ago
Add support for '-mllvm' flag

78ec42d51accca5a6fd55b0f51c111687c372a70 authored about 6 years ago
Omit some arguments with paths from Rust hash calculation. Fixes #207

Some rustc arguments like --out-dir, -L, and --extern contain absolute paths
which make building...

1087c2078e5c8dd0c4005a4a577cfc1a2f7a049d authored about 6 years ago
Docs for sccache

b1e93f1820cd5bc02a3d9091638c95c71fc05597 authored about 6 years ago
Make frame size configureable, closes #329

8f295c09cfdd4cff4f4a0c6f0e057979eeb8842d authored about 6 years ago
Get the lockfile compatible with 1.27

06651d498bc6cc79cd13e1f6040a3fd56e771835 authored about 6 years ago
refactor: Update hyper to 0.12 and use tokio

Also updates request to 0.9 (as that uses hyper 0.12)

bdfc2dea5c4326ef0213f5001122a11db8578d3c authored about 6 years ago
Prune dead servers, optimise initial state saving

d17572040a8b338b496bb27c4ee520bc385ee3af authored about 6 years ago
Fix test failures

a13194a93f873b439920bcf49f98ab1254c33755 authored about 6 years ago
Add tests, remove unwraps, fix bugs, auto https

f6ad408ef92e950b6ae727753a460108a3ddaf86 authored about 6 years ago
Update default cache dir on MacOS in the readme

Details on how the default value is constructed:
- https://github.com/mozilla/sccache/blob/06b9...

a3dcb66243d2f211bf2961b3bf34ff59e814daa2 authored about 6 years ago
Hash files loaded with -Xclang -load

Compiler plugins loaded with -Xclang -load are used by the compiler
phase, but don't necessarily...

0a85712a23b586621d2a5d471f44530b94795cec authored about 6 years ago
Add support for -Xclang arguments with clang

Similar to the msvc implementation, Xclang arguments are pulled out into
a separate list and the...

0c6009f80363b52587099b6a9eee514efb7b9869 authored about 6 years ago
Move hash_all() to util so it can be shared with C compilers

888c8719cc785e829f5d1007562f1be3a2e22ac9 authored about 6 years ago
7 day timeout for Mozilla auth with tweaks

8dc07a4e98e3db38f1641845777ecc23201f660b authored about 6 years ago
Rework some config loading and error handling

4e497cb3bbfb3057a6b3aad676e5e5dd6d88bf20 authored about 6 years ago
Correct Mozilla authentication

ddff00bf33ce09c6f497d1722c63a96a6f80216c authored about 6 years ago
Implement PKCE

35f20375e40be5f96c2627c72ad3d2ad73ccfd51 authored about 6 years ago
Selenium tests for oauth

909bba33c721e5480022ecf02cea8cd0a6a90df1 authored about 6 years ago
Fix some warnings and failures

06b999976d71a44eec94863acd326aa03783c495 authored about 6 years ago
Add mozilla auth

ab2b03586c31ba870b60d2b62ac7e0b511a4e9a0 authored about 6 years ago
Add a distributed quick start doc

7974b1212eb8e7edbdbac27a48454b8316b8e21e authored over 6 years ago
fixup public_addr port in server.conf

65af474c527f1ab8f824893ab7712a232e56c481 authored over 6 years ago
Try to match compiler behavior for producing color output more closely. Fixes #254

There were two bugs in sccache's handling of color output from compilers:
1. rustc uses the term...

dbcc16ba2707f7f80ea0be8166b9e0e75447d248 authored over 6 years ago
Save stats about uncacheable compile requests and output them in --show-stats. Fixes #263.

cedbdd8151301ebad5e85f07f77073d3adf4b9fd authored over 6 years ago
Initial implementation of oauth-based client authentication

380c9ec081920831bc15d3bebb680e0754fd659c authored over 6 years ago
Type alias for the auth function types

74b08aa52271f56fb7487d007b5b74b545049385 authored over 6 years ago
Fix deprecation warning for env::home_dir

env::home_dir got deprecated with 1.29.0. Replace env::home_dir
with the home dir functionality ...

de328faccbfacac672328c0bbc433e2b60c370b8 authored over 6 years ago
Add missing 'reqwest' dependency when building 'gcs' feature.

29fea5e3ef9f6d23f4e3eb189421e6f4462d74d5 authored over 6 years ago
Update docs with instructions on how to link OpenSSL statically.

6dde737658981622ba0a67d3f7b9b4939b78bc5b authored over 6 years ago
feat: Cache cargo check compilations

3d9f934ae94759e6aef4b3c02bf0779df4fe2cc6 authored over 6 years ago
Use the counted_array macro for the ARGS arrays

One of the most annoying thing from using static arrays in rust is that
there is no size inferen...

7f37dcaf69754e713360f7f11f1f56dd5ec4b274 authored over 6 years ago
Minimal rlib dep inspector

7f3dbcaa20f57b90cedebeb1a75b33a8348255cf authored over 6 years ago
Cache rlib dependency lookups

83eb30461d49cfa168d6b468e5ff5ceb215cfae6 authored over 6 years ago
Move pathtransformers into the inputs creator

51d90221d3f9d31493e3581646504436545d9b7b authored over 6 years ago
Make sure to always specify a target triple

f22259404dad8198c531ac31abf46aa3db889557 authored over 6 years ago
Remove old comments

40c72789a11e004fa3989da8790891bf6540fb2c authored over 6 years ago
Expose direct access to toolchain packagers

454537951bb1ffe468632b2409c033d74ce60f56 authored over 6 years ago
Convert paths of some environment variables

3dec14222c3cf155dad0a2dc950dd46a000ce248 authored over 6 years ago
Rewrite .d files with correct paths after receiving them

5d4d6d3d0d02fdb215c26b84cf7f8356af6b3d21 authored over 6 years ago
Perform path remapping when compiling from Windows

767c63047ed5d2bbd3099585f0fcea67a7565c42 authored over 6 years ago
Permit disabling toolchains

88dd7aa13169c820ec1a0c1406bdc89c3c5ffed9 authored over 6 years ago
Build distributed client and server in travis

dda88a658c0f48994527c201e15f736ad193da4f authored over 6 years ago
Make an InputsPackaging trait, conditional compilation, rearrangement

552493946973d8e6ce0c9f8a322f0d273b2522b2 authored over 6 years ago
Preserve the path type when hashing inputs

bc7e3bb9615b6300e6ed3b9d752fc4a2b93fbf3f authored over 6 years ago
Tweak locking to avoid a deadlock

ec02fb912fd11a372b1e2e730b5c36760618019e authored over 6 years ago
Cheat when creating rlibs by only sending metadata

25684b77baee63a354199b6d1d7053acaa9bde03 authored over 6 years ago
Ensure sccache ignores rust compilations without a crate-type

147f06765eb0b68420fec49fe6245ddb4f8c36ab authored over 6 years ago
Generate distributed compile commands for rust

4a02d6c5120b9dcbd75eea330e11d878f2e2b924 authored over 6 years ago
Make distributed compilation more conditional

9f408de91375df629cb7b5e53f8f96f14404caad authored over 6 years ago
Fixes for updated deps, bump rouille, better logging

d629a2635f221c568b9029ce75487d28f3bf38cb authored over 6 years ago
Implement basic rust distributed compile

e9b4e4264c24cc2976e107e19062a6fc4e15fc78 authored over 6 years ago
Make sure to correctly path-transform the input file

79850e7a7fd097070aa8d4bf63653e5b584eb25a authored over 6 years ago
Compress inputs and outputs over the wire

ed30cac12bc74fb93e2240d5df54c3ab04b9de1a authored over 6 years ago
Fix various warnings on macos

This patch fixes various warnings:

* Allow unused fields in CCompilerPackager and RustCompilerP...

43f82e72d2855541aa8857b9e856013b17170c65 authored over 6 years ago
Don't cache clang-cl compiles with -fsyntax-only

476d807a0b3c1c31314ea165feea83521d87a17f authored over 6 years ago
chore: Update winapi to 0.3

6695f2c35af32513a2eb91d6f21ee0aeedfaa740 authored over 6 years ago
chore: Update tokio_uds to 0.2

9cdb63b644ddceabff74a3c288c680313cee4880 authored over 6 years ago
chore: Update which to 2

The error type no longer implements ::std::error::Error (it implements
failure::Fail instead) so...

a379ad996b6c28eb983dd0b95f315768d18d86cc authored over 6 years ago
Fixup lockfile

cbc628f41f0ab3dbb4e8fe088de76c242ea72ac1 authored over 6 years ago
chore: Update memcached to 0.3

0b27e6e88785a82af94fffeca3a003d67c2f481d authored over 6 years ago
chore: Update daemonize to 0.3

6f3d18185416468d56e96dd087cc05e8c79be17e authored over 6 years ago
chore: Update tokio-process to 0.2

5481e8736a6712a42d29382d8f858cee9e03dddc authored over 6 years ago
chore: Update reqwest to 0.8.8

2beb17994d2629521a9ff607f4b538f43f5814d9 authored over 6 years ago
refactor: Remove the direct hyper-tls dependency by using reqwest

019fa2e89cd2aa34e52a28208864347227623928 authored over 6 years ago
chore: Update tempfile to 3

2b47bfa1b6145185f3efcf083d1a03c6813579ea authored over 6 years ago
chore: Remove native_tls and tokio-tls and update openssl to 0.10

dd7f5cff344f4c809c030eeb464730a1275e601c authored over 6 years ago
chore: Update error-chain to 0.12

25dd39d129286c54eef188829cab620dffa22a4a authored over 6 years ago
chore: Update rand to 0.5

521a504d25aea8b0beab005fb4e614a8e5e3f4e9 authored over 6 years ago