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 }}
Vithu0907
/
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
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 Mar 27, 2019
[Java] Add module opens to avoid warnings on reflective access.
mjpt777
committed
5b76f73
Copy full SHA for 5b76f73
Commits on Mar 26, 2019
Merge pull request #659 from denizevrenci/fix_warnings
Show description for 5f658a2
mjpt777
authored
5f658a2
Copy full SHA for 5f658a2
[C++] Fix the indentation of generated code.
denizevrenci
committed
77d8782
Copy full SHA for 77d8782
[C/C++] Turn on warnings as errors in tests for AppleClang, Clang and GCC.
denizevrenci
committed
fe75ad1
Copy full SHA for fe75ad1
[C] Suppress maybe-uninitialized warnings in GCC.
Show description for ce60d0b
denizevrenci
committed
ce60d0b
Copy full SHA for ce60d0b
Commits on Mar 25, 2019
[C] Add new line to the end of generated C files.
mjpt777
committed
6ffbd10
Copy full SHA for 6ffbd10
[C] Tidy up.
mjpt777
committed
1d92f70
Copy full SHA for 1d92f70
Merge pull request #658 from denizevrenci/c_and_cpp_fixes
Show description for 6f01504
mjpt777
authored
6f01504
Copy full SHA for 6f01504
[C++] Return a reference from array property setter.
denizevrenci
committed
cc7aeca
Copy full SHA for cc7aeca
[C++] Const qualify arguments of array property methods.
denizevrenci
committed
fd90d24
Copy full SHA for fd90d24
[C] Fix bitset property accessor function storage-class.
denizevrenci
committed
a34388c
Copy full SHA for a34388c
[C] Fix bitset property encoding length function name.
denizevrenci
committed
f1c40d1
Copy full SHA for f1c40d1
[C] Remove unused types from choice sets.
denizevrenci
committed
caf1aae
Copy full SHA for caf1aae
[C++] Fix the formatting of the generated code.
denizevrenci
committed
c983462
Copy full SHA for c983462
[C] Add a dummy source to check compliance.
Show description for c8614b6
denizevrenci
committed
c8614b6
Copy full SHA for c8614b6
[C] Fix compliance to C.
Show description for 221ee6a
denizevrenci
committed
221ee6a
Copy full SHA for 221ee6a
Commits on Mar 20, 2019
[Java] Use type safe Java version in build script.
mjpt777
committed
978ae0a
Copy full SHA for 978ae0a
Commits on Mar 18, 2019
Merge pull request #657 from denizevrenci/simplify_generated_c_code
Show description for c23366c
mjpt777
authored
c23366c
Copy full SHA for c23366c
[C] Fix output code formatting.
denizevrenci
committed
9a26934
Copy full SHA for 9a26934
[C] Reorder codec and group classes.
Show description for de7716e
denizevrenci
committed
de7716e
Copy full SHA for de7716e
[C] Remove group members from the codec and group structs.
denizevrenci
committed
89d099e
Copy full SHA for 89d099e
Commits on Mar 17, 2019
[Java] Remove unused arguments from string format in CGenerator.
mjpt777
committed
f6aa9b9
Copy full SHA for f6aa9b9
Commits on Mar 16, 2019
[Java] Upgrade to Mockito 2.25.1.
mjpt777
committed
16bda4b
Copy full SHA for 16bda4b
Commits on Mar 15, 2019
Merge pull request #656 from kazachka/extra-empty-line
Show description for 82e7fc3
mjpt777
authored
82e7fc3
Copy full SHA for 82e7fc3
[Java] Fix extra empty line
kazachka
committed
7c2c6d8
Copy full SHA for 7c2c6d8
[Java] Fix warnings and allocate a bit less when generating C codecs.
mjpt777
committed
c8cbe39
Copy full SHA for c8cbe39
Merge pull request #655 from denizevrenci/small_issues
Show description for db99d6e
mjpt777
authored
db99d6e
Copy full SHA for db99d6e
[C] Remove the bitset and composite members from the codec structs.
denizevrenci
committed
772c17c
Copy full SHA for 772c17c
[C/C++] Fix implicit conversion of integers to booleans.
denizevrenci
committed
9d4834c
Copy full SHA for 9d4834c
[C] Fix empty argument function signatures.
denizevrenci
committed
fad4b6b
Copy full SHA for fad4b6b
[C] Add a new zero-copy accessor for variable length fields.
Show description for d16d3bc
denizevrenci
committed
d16d3bc
Copy full SHA for d16d3bc
[C++] Fix output code formatting.
denizevrenci
committed
bc93f28
Copy full SHA for bc93f28
[C++] Remove spurious const qualification of return values.
denizevrenci
committed
a22b3d0
Copy full SHA for a22b3d0
Commits on Mar 14, 2019
[Java] Fix issue of clashing temporary directory used by annotation processor for generated code. Issue #652.
mjpt777
committed
e422424
Copy full SHA for e422424
Merge pull request #654 from denizevrenci/c_and_cpp_fixes
Show description for f75666f
mjpt777
authored
f75666f
Copy full SHA for f75666f
Pagination
Previous
Next
You can’t perform that action at this time.