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
a13b4cc
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 7, 2014
[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
Commits on Dec 31, 2013
[C#] target to create SBE IR stubs
odeheurles
committed
2b6b1da
Copy full SHA for 2b6b1da
Port of d96fa2d7e1b5fd2dd7b176693d6b2b06a339e982 ([Java]: Example of accessing a meta attribute such as semanticType.)
odeheurles
committed
581ac62
Copy full SHA for 581ac62
[C#] Port of 3224cc5671cbe08c315766bd65bb0341089bdf76 ([Java]: Added <propertyName>MetaAttribute() method to Java code gen for supporting access to the likes of semanticType, epoch, and timeUnit fr…
odeheurles
committed
8093e2c
Copy full SHA for 8093e2c
[C#] Port 20d9334708ce25580d72f9cf8ec3abc0a1569568 ([Java]: Minor tidy up of group wrap methods.)
odeheurles
committed
8e896ef
Copy full SHA for 8e896ef
[c#] port f1c35089126156f24c05a5ba3c5a6d2e0bddda2a ([Java]: Corrected position check location for var data and optimised the writes to the position in parent message.)
odeheurles
committed
0878629
Copy full SHA for 0878629
[C++]: Implemented #62.
Todd L. Montgomery
committed
f851215
Copy full SHA for f851215
Fix #61 by deleting Ir and app buffers appropriately
Todd L. Montgomery
committed
59ac9b2
Copy full SHA for 59ac9b2
[Java]: Moved MetaAttribute to be top level.
mjpt777
committed
e656ddc
Copy full SHA for e656ddc
Commits on Dec 28, 2013
[Java]: Perform a dynamic decode of group and var data headers to allow different types by field specification as per issue #60.
mjpt777
committed
b9fefb7
Copy full SHA for b9fefb7
Commits on Dec 27, 2013
[Java]: Reordered OTF example for a better logical flow.
mjpt777
committed
d9ae897
Copy full SHA for d9ae897
[Java]: Renamed Decoder and Encoder to IrDecoder and IrEncoder respectively.
mjpt777
committed
a5a3b7a
Copy full SHA for a5a3b7a
[Java]: Added javadoc to OTF TokenListener.
mjpt777
committed
5eb0cfc
Copy full SHA for 5eb0cfc
[Java]: Added javadoc and tidy up of OTF decoder.
mjpt777
committed
1bf840c
Copy full SHA for 1bf840c
Commits on Dec 26, 2013
[Java]: Added var data support to Java OTF decoder.
mjpt777
committed
0419a6c
Copy full SHA for 0419a6c
[Java]: Updated licence details in source files.
mjpt777
committed
d038f88
Copy full SHA for d038f88
[Java]: Added support for groups to Java OTF decoder.
mjpt777
committed
7e4946f
Copy full SHA for 7e4946f
Commits on Dec 24, 2013
[Java]: Added support for fields to Java OTF decoder.
mjpt777
committed
533b50e
Copy full SHA for 533b50e
[Java]: Preserve bitset order from xml schema.
mjpt777
committed
fcf23f1
Copy full SHA for fcf23f1
Commits on Dec 23, 2013
[C++ OTF]: added epoch, timeUnit, and semanticType attribute value access via OTF C++ decoder Field object. Fix #34.
Todd L. Montgomery
committed
d6b9f98
Copy full SHA for d6b9f98
[C++ OTF]: refactor retrieval of presence.
Todd L. Montgomery
committed
2cab7bf
Copy full SHA for 2cab7bf
Pagination
Previous
Next
You can’t perform that action at this time.