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 }}
Niko-Klaiber
/
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 Feb 2, 2019
[Java] Add Automatic-Module-Name.
mjpt777
committed
22f344b
Copy full SHA for 22f344b
Merge pull request #636 from billsegall/csharp-release
Show description for 98bd2a9
mjpt777
authored
98bd2a9
Copy full SHA for 98bd2a9
Commits on Feb 1, 2019
Freshen for a nuget packaged release
billsegall
committed
a1b145b
Copy full SHA for a1b145b
Merge pull request #635 from denizevrenci/cmake
Show description for 01545aa
mjpt777
authored
01545aa
Copy full SHA for 01545aa
[C++] Remove redundant call to execute_process.
Show description for b43742f
denizevrenci
committed
b43742f
Copy full SHA for b43742f
[C++] Explicitly list the IR codecs that should be generated.
denizevrenci
committed
a3e53eb
Copy full SHA for a3e53eb
[C++] Do not set non standard optimizations in Release builds.
Show description for 98d435a
denizevrenci
committed
98d435a
Copy full SHA for 98d435a
[C++] Do not explicitly set O0 for Debug builds.
denizevrenci
committed
810ab5e
Copy full SHA for 810ab5e
[C++] Do not include debug symbols in Release builds.
Show description for 1fdcd5a
denizevrenci
committed
1fdcd5a
Copy full SHA for 1fdcd5a
[C++] Use idiomatic methods to set compile options.
denizevrenci
committed
6f4c423
Copy full SHA for 6f4c423
[C++] Exceptions are enabled by default in C++ compilers.
denizevrenci
committed
9ff7cf9
Copy full SHA for 9ff7cf9
[C++] Set C++ standard using idiomatic approach.
denizevrenci
committed
9cd79d4
Copy full SHA for 9cd79d4
[C++] Increment minimum required CMake version to 3.1.3.
Show description for 91ad0c1
denizevrenci
committed
91ad0c1
Copy full SHA for 91ad0c1
Commits on Jan 30, 2019
post release bump
tmontgomery
committed
aaa76d1
Copy full SHA for aaa76d1
1.12.0 released.
tmontgomery
committed
4ebb038
Copy full SHA for 4ebb038
Update README.md
mjpt777
authored
dd2e144
Copy full SHA for dd2e144
[C++]: added appropriate length checks to fixed character arrays puts with strings.
tmontgomery
committed
825e0c4
Copy full SHA for 825e0c4
[Java] Bump version.
mjpt777
committed
3a018b8
Copy full SHA for 3a018b8
[C++] Guard against copying past end of string or view.
mjpt777
committed
9d6859b
Copy full SHA for 9d6859b
Merge pull request #632 from denizevrenci/cmake
Show description for cf0f51d
mjpt777
authored
cf0f51d
Copy full SHA for cf0f51d
Merge pull request #631 from ksergey/cpp-simple-type-gen
Show description for 1808341
mjpt777
authored
1808341
Copy full SHA for 1808341
[C++] Make SBE an interface library.
denizevrenci
committed
2802536
Copy full SHA for 2802536
[C++] Use target include directories for the sbe library.
denizevrenci
committed
cd76a3c
Copy full SHA for cd76a3c
[C++] Use target_include_directories instead of global declaration.
denizevrenci
committed
f5607f3
Copy full SHA for f5607f3
[C++] Pass C and C++ compilers to subprojects.
Show description for 435d9ff
denizevrenci
committed
435d9ff
Copy full SHA for 435d9ff
[C++] Fix build byproducts for Google Test.
Show description for ee02378
denizevrenci
committed
ee02378
Copy full SHA for ee02378
Merge pull request #629 from kdkavanagh/master
Show description for 9a289d6
mjpt777
authored
9a289d6
Copy full SHA for 9a289d6
[Java] CppGenerator tidy up.
mjpt777
committed
efe3d3b
Copy full SHA for efe3d3b
Merge pull request #630 from denizevrenci/simplify_cpp_generator
Show description for 283ab93
mjpt777
authored
283ab93
Copy full SHA for 283ab93
Added std::string_view accessor
Show description for c8741fc
ksergey
committed
c8741fc
Copy full SHA for c8741fc
[C++] Move constructor arguments.
Show description for 02f808b
denizevrenci
committed
02f808b
Copy full SHA for 02f808b
[C++] Use brace-equal initializers for default constructors.
denizevrenci
committed
6bd07c8
Copy full SHA for 6bd07c8
[C++] Tag copy constructor/assignment operators noexcept.
denizevrenci
committed
b0b011e
Copy full SHA for b0b011e
[C++] Remove move constructor and move assignment operator.
Show description for d22e085
denizevrenci
committed
d22e085
Copy full SHA for d22e085
[C++] Remove explicit definitions for copy/move constructors and operators.
denizevrenci
committed
a56d6af
Copy full SHA for a56d6af
Pagination
Previous
Next
You can’t perform that action at this time.