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 }}
RobAustin
/
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
33d1010
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 27, 2014
[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
[Java]: Provided the ability to access group block length. Enhancement #92.
mjpt777
committed
afc5bea
Copy full SHA for afc5bea
Commits on Feb 4, 2014
[C#] Fix compilation warnings and add comments of publicly visible types
odeheurles
committed
634a053
Copy full SHA for 634a053
Merge pull request #89 from qed-/master
Show description for d82914f
Olivier Deheurles
committed
d82914f
Copy full SHA for d82914f
Update readme
Olivier Deheurles
committed
902ab77
Copy full SHA for 902ab77
[c#] Migrate NuGet creation script from Ant to MSBuild and get CI build to generate the package
odeheurles
committed
f586691
Copy full SHA for f586691
[C#] Fix for #88 - also added a build step to generate all the stubs for the FIX messages and check that they compile
odeheurles
committed
7704c34
Copy full SHA for 7704c34
[C#] Fix ulong support for OTF decoder
odeheurles
committed
50f11aa
Copy full SHA for 50f11aa
[C#] Port of 3a5390e9590a59f6047b6cc99a9f898c9847bdd3 ([Java]: Fix for handling optionality and null values in enum types by propagating to pseudo super type for encoding.)
odeheurles
committed
fb2e85a
Copy full SHA for fb2e85a
Commits on Feb 3, 2014
[C#] Port for 85579448575bf9c81138835f34be3c55de137abf ([Java/cpp]: Added semanticVersion to IR.)
odeheurles
committed
1345696
Copy full SHA for 1345696
Constructor argument validation
qed-
committed
ff5a058
Copy full SHA for ff5a058
Allow DirectBuffer to be initialised from unmanaged buffer
qed-
committed
5329d1b
Copy full SHA for 5329d1b
Commits on Jan 31, 2014
[Java]: Minor style changes.
mjpt777
committed
e21ae52
Copy full SHA for e21ae52
[Java]: Parse numbers based on type.
mjpt777
committed
0c62b10
Copy full SHA for 0c62b10
[Java]: Change BigDecimal to BigInteger for reading values greater than Long.MAX_VALUE.
mjpt777
committed
a7b89ae
Copy full SHA for a7b89ae
[Java]: Set uint64 null and max values as bit patterns. Fix for issue #88.
mjpt777
committed
20e3c9d
Copy full SHA for 20e3c9d
[Java]: Rename schema filenames to use hyphens rather than camel case.
mjpt777
committed
954f03b
Copy full SHA for 954f03b
Pagination
Previous
Next
You can’t perform that action at this time.