Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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 }}
alsereda
/
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 Dec 8, 2014
Merge pull request #229 from csoroiu/master
Show description for 60d4ba9
mjpt777
committed
60d4ba9
Copy full SHA for 60d4ba9
regenerated C++ sbeir stubs after #222 integration
csoroiu
committed
737df10
Copy full SHA for 737df10
Commits on Dec 7, 2014
Merge pull request #228 from csoroiu/master
Show description for bd5c009
mjpt777
committed
bd5c009
Copy full SHA for bd5c009
Commits on Dec 6, 2014
1. remove gson from main classpath (build.xml).
Show description for b0963ee
csoroiu
committed
b0963ee
Copy full SHA for b0963ee
Commits on Dec 2, 2014
[Java]: Warnings cleanup.
mjpt777
committed
0ae061d
Copy full SHA for 0ae061d
Merge pull request #227 from mmcilroy/master
Show description for 8f466b3
mjpt777
committed
8f466b3
Copy full SHA for 8f466b3
Commits on Dec 1, 2014
var length data support for python
mmcilroy
committed
615c6c0
Copy full SHA for 615c6c0
Commits on Nov 29, 2014
[Java]: Warnings and libs cleanup.
mjpt777
committed
1c1abd1
Copy full SHA for 1c1abd1
Commits on Nov 27, 2014
[Java]: Moved MethodValuesSerializer from main to tests so no dependency on GSON.
mjpt777
committed
d73ee22
Copy full SHA for d73ee22
[Java]: Fix warnings and style.
mjpt777
committed
ee8b135
Copy full SHA for ee8b135
[Java]: Fix warnings and style.
mjpt777
committed
9b78feb
Copy full SHA for 9b78feb
Merge pull request #223 from yaitskov/group-order
Show description for 47e7fc3
mjpt777
committed
47e7fc3
Copy full SHA for 47e7fc3
Commits on Nov 24, 2014
Merge pull request #222 from objectcomputing/master
Show description for 0780535
tmontgomery
committed
0780535
Copy full SHA for 0780535
Commits on Nov 19, 2014
Merge pull request #225 from pavlobaron/master
Show description for 3c1d10e
mjpt777
committed
3c1d10e
Copy full SHA for 3c1d10e
fixed wrong class name generation for fixed length strings
pavlobaron
committed
e57bf39
Copy full SHA for e57bf39
Commits on Nov 13, 2014
Generate symbolic names for null-value literals that confuse the VC compiler.
Dale Wilson
committed
586db7a
Copy full SHA for 586db7a
Commits on Nov 12, 2014
ignore iterator iterable methods
yaitskov
committed
d485fa7
Copy full SHA for d485fa7
add gson to classpath
yaitskov
committed
9283297
Copy full SHA for 9283297
add MethodValuesSerializer
yaitskov
committed
9cad6f0
Copy full SHA for 9cad6f0
add Gson library
yaitskov
committed
3426b4b
Copy full SHA for 3426b4b
fix GroupOrder for nested classes
yaitskov
committed
8c9b2ce
Copy full SHA for 8c9b2ce
put group order information into class annotation
yaitskov
committed
a9f02d8
Copy full SHA for a9f02d8
Commits on Nov 6, 2014
More symbolic constants replace literals
Dale Wilson
committed
1254aed
Copy full SHA for 1254aed
Commits on Nov 5, 2014
Use symbolic names or calculated values for magic numbers rather than using literals.
Dale Wilson
committed
09bba5b
Copy full SHA for 09bba5b
Use integer limits INT_MIN, INT_MAX rather than literals. Buglet in VC won't let you express INT_MIN literally.
Dale Wilson
committed
5202e86
Copy full SHA for 5202e86
Hand code byteswap16(). The intrinsic is not available on gcc 4.7 which is still in common use.
Dale Wilson
committed
bdf4fac
Copy full SHA for bdf4fac
Throw objects derived from std::exception rather than throwing c-style strings.
Show description for 8aef3fa
Dale Wilson
committed
8aef3fa
Copy full SHA for 8aef3fa
Use compiler defined _WIN32 to test for Windows if it is available.
Dale Wilson
committed
ad27acb
Copy full SHA for ad27acb
Commits on Oct 30, 2014
[Java]: Formatting.
mjpt777
committed
3992411
Copy full SHA for 3992411
Commits on Oct 27, 2014
[Java]: Fix warning and checkstyle violations.
mjpt777
committed
18e200a
Copy full SHA for 18e200a
Merge pull request #218 from mmcilroy/master
Show description for 2983dac
mjpt777
committed
2983dac
Copy full SHA for 2983dac
Commits on Oct 25, 2014
python support
mmcilroy
committed
702b461
Copy full SHA for 702b461
Commits on Oct 20, 2014
[Java]: Style consistency.
mjpt777
committed
ae2c9da
Copy full SHA for ae2c9da
Merge pull request #216 from yaitskov/java-pojo
Show description for 411893b
mjpt777
committed
411893b
Copy full SHA for 411893b
Commits on Oct 14, 2014
mock array fields
yaitskov
committed
cfc961f
Copy full SHA for cfc961f
Pagination
Previous
Next
You can’t perform that action at this time.