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 }}
tonyvelichko
/
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 May 6, 2014
fix #129 by removing addition of acting version check to array length
Todd L. Montgomery
committed
f4484ea
Copy full SHA for f4484ea
[C++ PB perf]: incorporate changes suggested by #128
Todd L. Montgomery
committed
a9e3da1
Copy full SHA for a9e3da1
Commits on May 3, 2014
Update README.md
Olivier Deheurles
committed
4eee885
Copy full SHA for 4eee885
add maven info to README
Todd L. Montgomery
committed
ee43da6
Copy full SHA for ee43da6
Update README.md
Olivier Deheurles
committed
641b505
Copy full SHA for 641b505
NuGet package is no longer beta
odeheurles
committed
d503d40
Copy full SHA for d503d40
updated changelog to reflect maven central release
Todd L. Montgomery
committed
23b148a
Copy full SHA for 23b148a
Merge branch 'master' of https://github.com/real-logic/simple-binary-encoding
Todd L. Montgomery
committed
a2d689a
Copy full SHA for a2d689a
pre maven staging update
Todd L. Montgomery
committed
19e0506
Copy full SHA for 19e0506
[Java]: Removed unnecessary braces.
mjpt777
committed
a734d40
Copy full SHA for a734d40
Commits on May 1, 2014
update changelog
Todd L. Montgomery
committed
14f1cd3
Copy full SHA for 14f1cd3
pre-release additions to build.
Todd L. Montgomery
committed
d4e98d3
Copy full SHA for d4e98d3
Commits on Apr 29, 2014
[Java]: Fix javadoc warnings on Java 8.
mjpt777
committed
ed689c5
Copy full SHA for ed689c5
[Java]: Fix javadoc.
mjpt777
committed
11d23c0
Copy full SHA for 11d23c0
Commits on Apr 14, 2014
Merge pull request #118 from qed-/master
Show description for 0741472
mjpt777
committed
0741472
Copy full SHA for 0741472
Use correct value for schemaIdType
qed-
committed
343a37c
Copy full SHA for 343a37c
Commits on Apr 2, 2014
[Java]: Added support to DirectBuffer to address off-heap memory allocated with Unsafe or a JNI function.
mjpt777
committed
1f0db3e
Copy full SHA for 1f0db3e
Updated SBE specification link.
mjpt777
committed
0264d3c
Copy full SHA for 0264d3c
Commits on Apr 1, 2014
Fixed #114 by changing encoding of CHAR to use unsigned int.
tmontgomery
committed
b269efd
Copy full SHA for b269efd
changed serialized presence constants to avoid conflicts in C++
tmontgomery
committed
35c8c22
Copy full SHA for 35c8c22
Commits on Mar 15, 2014
[C#] Generate subs as sealed partial classes
Olivier Deheurles
committed
8027b79
Copy full SHA for 8027b79
[C#] Rename DirectBuffer.Reset to DirectBuffer.Wrap. Also fixed an issue with previous commit
Olivier Deheurles
committed
96bb96d
Copy full SHA for 96bb96d
Port of 8d9fcff330e1a8b1f28d45293c2a6f0b8dcf083d ([Java]: Add "sbe" to front of blockLength and headerSize in group to avoid name conflicts.)
Olivier Deheurles
committed
e27f93f
Copy full SHA for e27f93f
Merge pull request #106 from qed-/directbuffer
Show description for d9ea3e0
Olivier Deheurles
committed
d9ea3e0
Copy full SHA for d9ea3e0
Merge pull request #105 from qed-/sbetool
Show description for 9434c64
Olivier Deheurles
committed
9434c64
Copy full SHA for 9434c64
Commits on Mar 9, 2014
[Java]: Added support to DirectBuffer to wrap an underlying buffer after construction. Enhancement #101.
mjpt777
committed
f803d03
Copy full SHA for f803d03
Commits on Mar 7, 2014
Resolves #101
qed-
committed
29f85b8
Copy full SHA for 29f85b8
Commits on Mar 6, 2014
Fix C# codegen of optional fields
qed-
committed
6fbe048
Copy full SHA for 6fbe048
Fix codegen of enum types specified as lowercase in XML
qed-
committed
9922dfc
Copy full SHA for 9922dfc
fixed check when computing root blocklength to return current blocklength value when hitting a group
tmontgomery
committed
6f35889
Copy full SHA for 6f35889
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
Pagination
Previous
Next
You can’t perform that action at this time.