Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
kingula
/
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
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 5, 2014
[CPP]: Address #98
tmontgomery
committed
f046d20
Copy full SHA for f046d20
Commits on Mar 3, 2014
[Java]: Factored out "MessageHeader" constant to CodeGenerator interface.
mjpt777
committed
bbe6e96
Copy full SHA for bbe6e96
[Java]: Invalid identifiers are now an error rather than a warning during parsing a schema.
mjpt777
committed
1c57db6
Copy full SHA for 1c57db6
[CPP]: Added static methods to get header size for groups and var data. Issue #92
mjpt777
committed
3c35f10
Copy full SHA for 3c35f10
[Java]: Add "sbe" to front of blockLength and headerSize in group to avoid name conflicts.
mjpt777
committed
8d9fcff
Copy full SHA for 8d9fcff
Commits on Mar 2, 2014
Fork the JUnit tests, fixes #96
Michael Barker
committed
e5fe191
Copy full SHA for e5fe191
Commits on Mar 1, 2014
Port for dbd304c48100f04f7960517f03529eb99dd878c3 ([Java]: Reworked messageHeader in all schemas to reflect Issue #94)
Olivier Deheurles
committed
c37ca97
Copy full SHA for c37ca97
Port for 75a73f8678c639e59287b7da43999a38b0ecd567 ([Java]: Introduced schemaId header field.)
Olivier Deheurles
committed
f0d6016
Copy full SHA for f0d6016
Commits on Feb 28, 2014
[CPP]: Fixed example for the removal of reserved field in messageHeader.
mjpt777
committed
20ba2f1
Copy full SHA for 20ba2f1
[Java]: Reworked messageHeader in all schemas to reflect Issue #94.
mjpt777
committed
dbd304c
Copy full SHA for dbd304c
5645842e6c66af32e3732085ccf7ec279023dacb
Show description for 120e478
Olivier Deheurles
committed
120e478
Copy full SHA for 120e478
Port for afc5bea33375cbdbb60a66668d19a2729c6e6e59 ([Java]: Provided the ability to access group block length. Enhancement #92.)
Olivier Deheurles
committed
0e6c810
Copy full SHA for 0e6c810
Commits on Feb 27, 2014
[Java]: Formatting out generated stubs tidy up.
mjpt777
committed
60aa812
Copy full SHA for 60aa812
account for change in Ir constructor signature when reading in Ir for message in IrCollection.
tmontgomery
committed
f679234
Copy full SHA for f679234
Merge branch 'master' of https://github.com/real-logic/simple-binary-encoding
Todd L. Montgomery
committed
dd8ec1f
Copy full SHA for dd8ec1f
added wrapper around Ir class for unit test usage
Todd L. Montgomery
committed
7908db0
Copy full SHA for 7908db0
[CPP]: Fix perf test build for Java SBE after metadata change with introduction of messageSchema.id
mjpt777
committed
33d1010
Copy full SHA for 33d1010
[Java]: Fix perf test build for Java SBE after metadata change with introduction of messageSchema.id
mjpt777
committed
38fed81
Copy full SHA for 38fed81
[CPP]: Introduced schemaId header field.
mjpt777
committed
aee2940
Copy full SHA for aee2940
[Java]: Introduced schemaId header field.
mjpt777
committed
75a73f8
Copy full SHA for 75a73f8
Commits on Feb 25, 2014
Added verison in sbe-pom.xml as it doesn't seem to be added via properties properly. Found via using gradle to build something that depends on SBE.
Todd L. Montgomery
committed
ba3e48e
Copy full SHA for ba3e48e
Commits on Feb 22, 2014
Add instructions for local maven install to README.md
mikeb01
committed
c3c9118
Copy full SHA for c3c9118
ignore bin directory
mikeb01
committed
b65d028
Copy full SHA for b65d028
Commits on Feb 21, 2014
Added Changelog
Todd L. Montgomery
committed
b2fe9e4
Copy full SHA for b2fe9e4
Commits on Feb 11, 2014
[Java]: Introduced HEADER_SIZE constant to repeating groups stub.
mjpt777
committed
a2906ef
Copy full SHA for a2906ef
Commits on Feb 10, 2014
Merge remote-tracking branch 'origin/master'
mjpt777
committed
2a9d399
Copy full SHA for 2a9d399
Updated perf-build.xml link for benchmarking tools.
mjpt777
committed
eb78a33
Copy full SHA for eb78a33
added build of protobuf to perf-build.xml for UNIXes
Todd L. Montgomery
committed
b3a875e
Copy full SHA for b3a875e
Commits on Feb 9, 2014
#45: added C++ perf tests into perf/cpp and perf-build.xml
Todd L. Montgomery
committed
151c225
Copy full SHA for 151c225
addressing #85. Added maven-ant-tasks and maven.install ant target for installing into local maven repos.
Todd L. Montgomery
committed
c54d627
Copy full SHA for c54d627
Commits on Feb 7, 2014
[Java]: Code formatting fix.
mjpt777
committed
3110c75
Copy full SHA for 3110c75
[Java]: Added static methods to get the headerSize for groups and var data. Enhancement #92.
mjpt777
committed
5645842
Copy full SHA for 5645842
[Java]: Clean up perf-build.xml file.
mjpt777
committed
f918ed3
Copy full SHA for f918ed3
[Java]: Moved Java perf test from message-codec-bench to sbe project. Issue #90.
mjpt777
committed
a737f22
Copy full SHA for a737f22
[Java]: Moved Java perf test from message-codec-bench to sbe project. Issue #90.
mjpt777
committed
2620559
Copy full SHA for 2620559
Pagination
Previous
Next
You can’t perform that action at this time.