GitXplorerGitXplorer
e

cs5431

public
0 stars
0 forks
3 issues

Commits

List of commits on branch master.
Unverified
53c3756215fe30f1780a9b9c499609a894718835

Merge branch 'docs' into master because Evan ruined my plan for a clean git history

eethantkoenig committed 8 years ago
Unverified
8aa97c29f8778cbe8271add10da1d1f7c393910f

Update productivity to include block relaying

mmajorbonghits420 committed 8 years ago
Unverified
e5130596bd25dd5cd0ee5e21f41e7909b9f53796

Update sprint report (james)

mmajorbonghits420 committed 8 years ago
Unverified
ce5aec28845f5dcb4ba405752cf23aefd60b9b74

Don't synchronize on another object

eethantkoenig committed 8 years ago
Unverified
0096b35290b6d6d4dc231cfb16de63020e74571a

Fix race condition

eethantkoenig committed 8 years ago
Unverified
50e7877a2f532943b8735cbc8ca3663d124a53a8

Update sprint report (Eric)

eeperdew committed 8 years ago

README

The README file for this repository.

Build Status codecov

cs5431

Group Project for CS 5431

Building the project

To simply compile the project, run

$ ./gradlew assemble

To run the project, run

$ ./gradlew distTar

then unpack the compressed archive at build/distributions/cs5431.tar. Inside the uncompressed directory, run

$ bin/cs5431 <args>

To fully build the project (compile, test, and run all checks), run

$ ./gradlew build

Before issuing a pull request or pushing to master, please ensure that ./gradlew build succeeds.