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 }}
rajeshwarn
/
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
denizevrenci
Datepicker
All time
Commit History
Commits on Feb 25, 2019
[C++] Fix indentation.
Show description for 0042d3c
denizevrenci
committed
0042d3c
Copy full SHA for 0042d3c
Commits on Feb 19, 2019
[C++] Use C++ versions of C headers.
Show description for c9be38f
denizevrenci
committed
c9be38f
Copy full SHA for c9be38f
[C++] Remove unused header.
denizevrenci
committed
6fb4895
Copy full SHA for 6fb4895
Commits on Feb 1, 2019
[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
[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
[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
Commits on Dec 17, 2018
Remove before_script calls to ./gradlew in Travis config.
denizevrenci
committed
2b996c7
Copy full SHA for 2b996c7
Remove instuction to manually call ./gradlew from README.
Show description for eb2f7fd
denizevrenci
committed
eb2f7fd
Copy full SHA for eb2f7fd
[C++] Add dependencies to sbe-jar where it is used.
denizevrenci
committed
47cb702
Copy full SHA for 47cb702
[C++] Add dependencies to the custom command that generates IR codecs.
Show description for 6872fed
denizevrenci
committed
6872fed
Copy full SHA for 6872fed
[C++] Automatically generate of SBE jar file if it is missing.
denizevrenci
committed
2704a77
Copy full SHA for 2704a77
[C++] Move dependency declaration to local scope.
denizevrenci
committed
8dde9d2
Copy full SHA for 8dde9d2
[C++] Add new option to enable building benchmarks.
denizevrenci
committed
d97d7ae
Copy full SHA for d97d7ae
[C++] Add new option to enable building sample projects.
denizevrenci
committed
fcc8260
Copy full SHA for fcc8260
[C++] Add new option to enable building and running tests.
denizevrenci
committed
c82e78b
Copy full SHA for c82e78b
[C++] Add BUILD_BYPRODUCTS to ExternalProject_Add.
Show description for 19dceea
denizevrenci
committed
19dceea
Copy full SHA for 19dceea
[C++] Consistenly use 4 spaces CMakeLists.txt files.
denizevrenci
committed
dfb85c8
Copy full SHA for dfb85c8
Pagination
Previous
Next
You can’t perform that action at this time.