Skip to content

Releases: abyss7/dist-clang

Implement sharding and coordinator

Choose a tag to compare

@abyss7 abyss7 released this 16 Mar 15:01
Stop using std::hash for sharding (#99)

To make sure different configurations make sharding in the same way
stop using std::hash.

Update LLVM

Choose a tag to compare

@abyss7 abyss7 released this 17 Oct 10:03
836.0

Run strip --strip-unneeded on build/llvm/linux/*.a (#81)

829.0: Fix racey ProcessTest. (#69)

Choose a tag to compare

@abyss7 abyss7 released this 01 Aug 10:04
* Fix racey ProcessTest.

The signal may have been delivered to tested sh process after
a syscall to exit(0), so the tests may have been flaky.

* Added a FIXME for ProcessTest.Process*

791.5

791.5 Pre-release
Pre-release

Choose a tag to compare

@abyss7 abyss7 released this 18 Nov 10:20
Append non-direct arguments before non-cached.

766.10

Choose a tag to compare

@abyss7 abyss7 released this 25 Jan 07:22
Fix command tests on Mac.

766.3: Try to preallocate non-contiguous space also on Mac.

Choose a tag to compare

@abyss7 abyss7 released this 03 Nov 14:12
Otherwise we can get "No space left on device" error.

728.0

Choose a tag to compare

@abyss7 abyss7 released this 17 Sep 05:36
Fix typo in RPM spec.

727.0

Choose a tag to compare

@abyss7 abyss7 released this 22 Aug 16:43
Make some file cache checks less strict.