-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: nilayp/JavaReedSolomon
base: master
head repository: Backblaze/JavaReedSolomon
compare: master
- 12 commits
- 8 files changed
- 8 contributors
Commits on Aug 26, 2015
-
Use Arrays.equals for equality in Matrix.java
This doesn't affect the tests, which use .toString() as a proxy for equality, but it might affect users of the library and causes one of my lint tools to complain.
Sam Sudar committedAug 26, 2015 Configuration menu - View commit details
-
Copy full SHA for f1c86c2 - Browse repository at this point
Copy the full SHA f1c86c2View commit details
Commits on Oct 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7705f72 - Browse repository at this point
Copy the full SHA 7705f72View commit details
Commits on Nov 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 53542d9 - Browse repository at this point
Copy the full SHA 53542d9View commit details -
Merge pull request Backblaze#6 from srsudar/array_equals
Use Arrays.equals for equality in Matrix.java
Configuration menu - View commit details
-
Copy full SHA for 9f42f81 - Browse repository at this point
Copy the full SHA 9f42f81View commit details
Commits on May 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c34ad9e - Browse repository at this point
Copy the full SHA c34ad9eView commit details
Commits on May 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ee04540 - Browse repository at this point
Copy the full SHA ee04540View commit details
Commits on Jun 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9ad9a23 - Browse repository at this point
Copy the full SHA 9ad9a23View commit details -
Configuration menu - View commit details
-
Copy full SHA for d487551 - Browse repository at this point
Copy the full SHA d487551View commit details -
Merge pull request Backblaze#11 from akalin/shard-limit-comment
Add comment explaining the shard limit
Configuration menu - View commit details
-
Copy full SHA for 0e7f3c8 - Browse repository at this point
Copy the full SHA 0e7f3c8View commit details
Commits on Sep 6, 2021
-
:fix: make project buildable again with gradle wrapper
The build file doesn't work with Gradle 7.x. Add gradle wrapper and pin gradle version to let the project always compile.
Configuration menu - View commit details
-
Copy full SHA for 412bf29 - Browse repository at this point
Copy the full SHA 412bf29View commit details
Commits on Sep 7, 2021
-
Merge pull request Backblaze#14 from alanfranz/master
:fix: make project buildable again with gradle wrapper
Configuration menu - View commit details
-
Copy full SHA for e1dc5e5 - Browse repository at this point
Copy the full SHA e1dc5e5View commit details
Commits on Apr 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d3c481d - Browse repository at this point
Copy the full SHA d3c481dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master