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 }}
KevinKelley
/
simple-binary-encoding
Public
forked from
AdaptiveConsulting/simple-binary-encoding
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 11, 2014
[C#] Rename Val to Value and include SBE stubs for FIX used in perf tests
odeheurles
committed
95ad4ad
Copy full SHA for 95ad4ad
Commits on Jan 9, 2014
Merge remote-tracking branch 'origin/master'
mjpt777
committed
90566bf
Copy full SHA for 90566bf
[Java/cpp]: Propagate changes for min, max, null and const val->value Issue #78.
mjpt777
committed
d822c5c
Copy full SHA for d822c5c
[C#] Port 94eead5798df8f7c2d7f4ccbb5692ce8856872a5 [Java]: Added semanticType() method to the java generated message stubs. Enhancement #72.
odeheurles
committed
8f6c32c
Copy full SHA for 8f6c32c
[C#] Change name for previous Java change ([Java]: Change XML parser to read nullValue, minValue and maxValue an...)
odeheurles
committed
ba86170
Copy full SHA for ba86170
Merge remote-tracking branch 'origin/master'
mjpt777
committed
8bf4f6e
Copy full SHA for 8bf4f6e
[Java]: Change XML parser to read nullValue, minValue and maxValue and propagate renaming. Issue #78.
mjpt777
committed
4700a8b
Copy full SHA for 4700a8b
[C#] Performance tests report result back to build server, so we can graph perf statistics over time
odeheurles
committed
25cf8ba
Copy full SHA for 25cf8ba
[C#] Reorganize build target directories to gather output files on build server
odeheurles
committed
aa1645c
Copy full SHA for aa1645c
[C#] ant script now generate C# SBE IR with correct namespace - also changed output directory for all projects
odeheurles
committed
e482e4d
Copy full SHA for e482e4d
Commits on Jan 8, 2014
[Java]: Added semanticType() method to the java generated message stubs. Enhancement #72.
mjpt777
committed
94eead5
Copy full SHA for 94eead5
[C++ OTF]: fix to grab namespace and use updated serialized IR frame. Should fix #73 and #74.
tmontgomery
committed
7abcd00
Copy full SHA for 7abcd00
Merge remote-tracking branch 'origin/master'
mjpt777
committed
0058cec
Copy full SHA for 0058cec
Fixed SBE IR schema field ids and regenerated codecs.
mjpt777
committed
0e3bc63
Copy full SHA for 0e3bc63
[C#] Move .NET performance tests to main repo
odeheurles
committed
911c85e
Copy full SHA for 911c85e
[C#] Fix build script
odeheurles
committed
8a7644b
Copy full SHA for 8a7644b
[C#] Generate example and IR stubs with overriden namespace and improved build script to regenerate them before compilation for CI
odeheurles
committed
e9feace
Copy full SHA for e9feace
The Ant target "dist" now additionally creates SbeTool.jar with a constant name so it can be used easily by the CI build for other languages
odeheurles
committed
e20fb54
Copy full SHA for e20fb54
[C#] Ported 63931461c7f520deda6faa24ae6aef0c07417360 (Added support for having a sbe.target.namespace system property override the package in the schema . Enhancement #63.)
odeheurles
committed
16af15e
Copy full SHA for 16af15e
Commits on Jan 7, 2014
Added support for having a sbe.target.namespace system property override the package in the schema . Enhancement #63.
mjpt777
committed
6393146
Copy full SHA for 6393146
[Java]: SemanticType is now copied from xml to IR. Issue #72.
mjpt777
committed
a13b4cc
Copy full SHA for a13b4cc
[C++]: integrate in new UINT64 literal to address #51
Todd L. Montgomery
committed
4ed78f0
Copy full SHA for 4ed78f0
[C++ OTF]: add IrCollection::map method for accessing underlying map of templateId to Ir objects for #65
Todd L. Montgomery
committed
c3dafce
Copy full SHA for c3dafce
Handle IrCollection crash from #65
Todd L. Montgomery
committed
b1f2eb9
Copy full SHA for b1f2eb9
Merge pull request #71 from AdaptiveConsulting/master
Show description for a42f128
mjpt777
committed
a42f128
Copy full SHA for a42f128
[C#] Renamed DirectBuffer.Position as Limit (see issue #67)
odeheurles
committed
be0931b
Copy full SHA for be0931b
[C#] Fix issue with ulong code generation (issue #51)
odeheurles
committed
9c8613c
Copy full SHA for 9c8613c
Commits on Jan 6, 2014
Added setting presence for C++ unit tests.
Todd L. Montgomery
committed
d29bb53
Copy full SHA for d29bb53
[Java]: Renamed position to limit to help avoid confusion that is used capacity and not index, #51.
mjpt777
committed
7c4f92c
Copy full SHA for 7c4f92c
[Java]: Have the JavaGenerator generate the hex for the bit pattern representing an uint64 as an example for other languages for #51.
mjpt777
committed
02d5761
Copy full SHA for 02d5761
Merge pull request #66 from AdaptiveConsulting/master
Show description for 9751d84
mjpt777
committed
9751d84
Copy full SHA for 9751d84
Merge remote-tracking branch 'origin/csharp'
odeheurles
committed
71caa97
Copy full SHA for 71caa97
[C#] Port of e656ddc11ec0b27ed7430805ff4408416a915d15 ([Java]: Moved MetaAttribute to be top level.)
odeheurles
committed
5d21f7e
Copy full SHA for 5d21f7e
[C#] Fix build for NuGet package generation
odeheurles
committed
8dbebed
Copy full SHA for 8dbebed
[C#] Port of OTF decoder + example
odeheurles
committed
32465e5
Copy full SHA for 32465e5
Pagination
Previous
Next
You can’t perform that action at this time.