FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · michael-ameri/simple-binary-encoding · GitHub
michael-ameri
/
simple-binary-encoding
Public
forked from
aeron-io/simple-binary-encoding
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Oct 14, 2021
[Java] Upgrade to Gradle 7.2.
mjpt777
committed
7a70ae5
View commit details
Copy full SHA for 7a70ae5
Browse repository at this point
Commits on Oct 8, 2021
[Rust] fixed `needless_borrow` when generating primitive accessor (#871)
Show description for 5d1a8e2
mward
and
Michael Ward
authored
5d1a8e2
View commit details
Copy full SHA for 5d1a8e2
Browse repository at this point
Commits on Oct 7, 2021
[Java]Upgrade to Mockito 4.0.0.
mjpt777
committed
9df2a07
View commit details
Copy full SHA for 9df2a07
Browse repository at this point
Commits on Oct 5, 2021
[Java] Upgrade to Checkstyle 9.0.1.
mjpt777
committed
c30fa95
View commit details
Copy full SHA for c30fa95
Browse repository at this point
[CI] Add JDK 18-ea to the build matrix.
vyazelenko
committed
62d2def
View commit details
Copy full SHA for 62d2def
Browse repository at this point
[Gradle] Upgrade to Shadow 7.1.0.
vyazelenko
committed
d19ca92
View commit details
Copy full SHA for d19ca92
Browse repository at this point
Commits on Sep 23, 2021
[Java] Upgrade to Checkstyle 9.0.
vyazelenko
committed
c756afc
View commit details
Copy full SHA for c756afc
Browse repository at this point
Commits on Sep 22, 2021
[Java] Upgrade to JUnit 5.8.1.
vyazelenko
committed
dbe5d92
View commit details
Copy full SHA for dbe5d92
Browse repository at this point
Merge pull request #860 from mward/rust-lang
Show description for 6bd979a
tmontgomery
authored
6bd979a
View commit details
Copy full SHA for 6bd979a
Browse repository at this point
Commits on Sep 20, 2021
[Doc] Update link.
mjpt777
committed
08b3c68
View commit details
Copy full SHA for 08b3c68
Browse repository at this point
Commits on Sep 19, 2021
[Doc] Add works with OpenJDK badge.
mjpt777
committed
1eccb89
View commit details
Copy full SHA for 1eccb89
Browse repository at this point
Commits on Sep 15, 2021
[Java] Fix JavaDoc URI for JDK 17 GA.
vyazelenko
committed
74e367d
View commit details
Copy full SHA for 74e367d
Browse repository at this point
[Java] Use JDK 17 GA.
vyazelenko
committed
86e7692
View commit details
Copy full SHA for 86e7692
Browse repository at this point
Commits on Sep 14, 2021
[Java] Upgrade to JUnit 5.8.0.
vyazelenko
committed
d175586
View commit details
Copy full SHA for d175586
Browse repository at this point
Commits on Aug 27, 2021
[Rust] fixed SubGroup's generateEncoder() and generateDecoder()
Michael Ward
committed
b58daca
View commit details
Copy full SHA for b58daca
Browse repository at this point
[Java] Upgrade to Mockito 3.12.4.
mjpt777
committed
632c5f4
View commit details
Copy full SHA for 632c5f4
Browse repository at this point
Commits on Aug 25, 2021
[CI] Add GCC 11 to the build matrix.
vyazelenko
committed
6c41232
View commit details
Copy full SHA for 6c41232
Browse repository at this point
[Java] Upgrade to Mockito 3.12.3.
vyazelenko
committed
8110eab
View commit details
Copy full SHA for 8110eab
Browse repository at this point
Commits on Aug 23, 2021
Revert "[Java] Upgrade to Mockito 3.12.1."
Show description for e6a8cc6
vyazelenko
committed
e6a8cc6
View commit details
Copy full SHA for e6a8cc6
Browse repository at this point
[Gradle] Explicitly assign JavaLauncher for tests.
vyazelenko
committed
05d9ea2
View commit details
Copy full SHA for 05d9ea2
Browse repository at this point
[Gradle] Configure test logging for all log levels and capture all relevant test events.
vyazelenko
committed
b03ed05
View commit details
Copy full SHA for b03ed05
Browse repository at this point
[Java] Upgrade to Mockito 3.12.1.
vyazelenko
committed
297c9be
View commit details
Copy full SHA for 297c9be
Browse repository at this point
Commits on Aug 18, 2021
[Java] Formatting.
mjpt777
committed
afb6889
View commit details
Copy full SHA for afb6889
Browse repository at this point
Implementation of sbeSkip and sbeDecodedLength for the Java Generator. (#865)
Show description for a2a067f
mikeb01
authored
a2a067f
View commit details
Copy full SHA for a2a067f
Browse repository at this point
Commits on Aug 14, 2021
[Java] Upgrade to Checkstyle 8.45.1.
mjpt777
committed
5e0d462
View commit details
Copy full SHA for 5e0d462
Browse repository at this point
Commits on Aug 12, 2021
Merge branch 'real-logic:master' into rust-lang
mward
authored
5382a35
View commit details
Copy full SHA for 5382a35
Browse repository at this point
[Gradle] Enable all warnings.
vyazelenko
committed
1d8a465
View commit details
Copy full SHA for 1d8a465
Browse repository at this point
[Rust] updated README.md to include info on Rust
Michael Ward
committed
561ef2c
View commit details
Copy full SHA for 561ef2c
Browse repository at this point
Commits on Aug 9, 2021
[Rust] added `rust-build` job to ci.yml
Michael Ward
committed
e6106f9
View commit details
Copy full SHA for e6106f9
Browse repository at this point
[Java] Upgrade to JMH 1.33.
mjpt777
committed
8125ed9
View commit details
Copy full SHA for 8125ed9
Browse repository at this point
Commits on Aug 6, 2021
post release bump
tmontgomery
committed
c776ca1
View commit details
Copy full SHA for c776ca1
Browse repository at this point
1.24.0 released.
tmontgomery
committed
7283ddd
View commit details
Copy full SHA for 7283ddd
Browse repository at this point
[Rust] minor edits to rust docs generated by RustGenerator
Michael Ward
committed
b7e393c
View commit details
Copy full SHA for b7e393c
Browse repository at this point
[Rust] lib.rs will be generated with "#![forbid(unsafe_code)]"
Michael Ward
committed
264935d
View commit details
Copy full SHA for 264935d
Browse repository at this point
Commits on Aug 5, 2021
[Rust] updated RustGenerator.generateBitSetDecoder() to support version
Michael Ward
committed
e6134ff
View commit details
Copy full SHA for e6134ff
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL