FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for sbe-tool/src/main/cpp - githubCode3a/simple-binary-encoding · GitHub
githubCode3a
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
simple-binary-encoding
sbe-tool
src
main
cpp
on
master
User selector
Datepicker
Commit history
Commits on Feb 7, 2019
[C++]: removed the need for sbe.h by wrapping in the contents into the codecs. Added MetaAttribute specific types to codecs for #626. Added flaot and double union types to codecs for handling conve…
Show description for cbd76b5
tmontgomery
committed
cbd76b5
View commit details
Copy full SHA for cbd76b5
View code at this point
Browse repository at this point
Commits on Feb 6, 2019
[C++]: make usable. #643.
tmontgomery
committed
db654ef
View commit details
Copy full SHA for db654ef
View code at this point
Browse repository at this point
Commits on Feb 4, 2019
[C++] Formatting.
mjpt777
committed
770c2b8
View commit details
Copy full SHA for 770c2b8
View code at this point
Browse repository at this point
Commits on Feb 1, 2019
[C++] Explicitly list the IR codecs that should be generated.
denizevrenci
committed
a3e53eb
View commit details
Copy full SHA for a3e53eb
View code at this point
Browse repository at this point
Commits on Jan 30, 2019
[C++] Make SBE an interface library.
denizevrenci
committed
2802536
View commit details
Copy full SHA for 2802536
View code at this point
Browse repository at this point
[C++] Use target include directories for the sbe library.
denizevrenci
committed
cd76a3c
View commit details
Copy full SHA for cd76a3c
View code at this point
Browse repository at this point
[C++] Move constructor arguments.
Show description for 02f808b
denizevrenci
committed
02f808b
View commit details
Copy full SHA for 02f808b
View code at this point
Browse repository at this point
Commits on Jan 12, 2019
[C++] Update copyright.
mjpt777
committed
a311f18
View commit details
Copy full SHA for a311f18
View code at this point
Browse repository at this point
Commits on Dec 18, 2018
[c++] Formatting and use of const.
mjpt777
committed
f8fd142
View commit details
Copy full SHA for f8fd142
View code at this point
Browse repository at this point
[c++] Improve IR and OTF code by reducing warnings and avoiding unnecessary copies.
mjpt777
committed
67df80c
View commit details
Copy full SHA for 67df80c
View code at this point
Browse repository at this point
Commits on Dec 17, 2018
[Java] Tidy up after merge of PR #623.
mjpt777
committed
153fc8c
View commit details
Copy full SHA for 153fc8c
View code at this point
Browse repository at this point
[C++] Add dependencies to the custom command that generates IR codecs.
Show description for 6872fed
denizevrenci
committed
6872fed
View commit details
Copy full SHA for 6872fed
View code at this point
Browse repository at this point
[C++] Move dependency declaration to local scope.
denizevrenci
committed
8dde9d2
View commit details
Copy full SHA for 8dde9d2
View code at this point
Browse repository at this point
Commits on Sep 12, 2018
[C++] Initialise encoding when field length is zero. Issue #583.
mjpt777
committed
0154f96
View commit details
Copy full SHA for 0154f96
View code at this point
Browse repository at this point
Commits on Aug 6, 2018
[C++]: use find package info for building IR codecs.
tmontgomery
committed
7b3420e
View commit details
Copy full SHA for 7b3420e
View code at this point
Browse repository at this point
Commits on May 29, 2018
[C++]: remove std::cout and std::cerr output from IrDecoder for #559.
tmontgomery
committed
b356b8f
View commit details
Copy full SHA for b356b8f
View code at this point
Browse repository at this point
Commits on Mar 9, 2018
Update Copyright.
mjpt777
committed
5997c05
View commit details
Copy full SHA for 5997c05
View code at this point
Browse repository at this point
Commits on Nov 29, 2017
[C++] Fix OTF decoding for alignment and floating point numbers when requiring endian conversion. Issue #530 and #506.
mjpt777
committed
4229d92
View commit details
Copy full SHA for 4229d92
View code at this point
Browse repository at this point
[C++]: for #506 made all accesses of fields use memcpy instead of casts so that alignment isn't an issue. For #530 used a union to do byte swap on float and double accesses for single values and ar…
Show description for d83374f
tmontgomery
committed
d83374f
View commit details
Copy full SHA for d83374f
View code at this point
Browse repository at this point
Commits on Sep 3, 2017
[C++]: removed sbe specific typedefs from tests and examples.
tmontgomery
committed
6cf4901
View commit details
Copy full SHA for 6cf4901
View code at this point
Browse repository at this point
Commits on Aug 1, 2017
[C++]: add retrieval of message tokens via only templateId regardless of version. Issue #484.
tmontgomery
committed
d73311a
View commit details
Copy full SHA for d73311a
View code at this point
Browse repository at this point
Commits on Jul 28, 2017
[C++] Add meta attribute PRESENCE to generated codecs. Issue #483.
mjpt777
committed
eaf98b6
View commit details
Copy full SHA for eaf98b6
View code at this point
Browse repository at this point
Commits on May 8, 2017
#451: Fix min/max macro conflicts on Windows
nauhygon
committed
98f7470
View commit details
Copy full SHA for 98f7470
View code at this point
Browse repository at this point
Commits on Mar 1, 2017
Merge pull request #406 from derekxgl/patch-1
Show description for 874146a
tmontgomery
authored
874146a
View commit details
Copy full SHA for 874146a
View code at this point
Browse repository at this point
Merge pull request #441 from daveshep666/master
Show description for 5834222
tmontgomery
authored
5834222
View commit details
Copy full SHA for 5834222
View code at this point
Browse repository at this point
[Java] Update copyright notice.
mjpt777
committed
86ae07e
View commit details
Copy full SHA for 86ae07e
View code at this point
Browse repository at this point
Commits on Feb 18, 2017
Made lengthOfType inline
Show description for ee452cd
daveshep666
authored
ee452cd
View commit details
Copy full SHA for ee452cd
View code at this point
Browse repository at this point
Commits on Feb 17, 2017
[C++]: cleaning up some ignored qualifiers for clang.
tmontgomery
committed
7303f87
View commit details
Copy full SHA for 7303f87
View code at this point
Browse repository at this point
[C++]: limit exposure of namespace for generated IR.
tmontgomery
committed
cc35b3b
View commit details
Copy full SHA for cc35b3b
View code at this point
Browse repository at this point
Commits on Feb 15, 2017
[C++]: account for added referencedName field in IR to fix build.
tmontgomery
committed
10695d2
View commit details
Copy full SHA for 10695d2
View code at this point
Browse repository at this point
Commits on Feb 7, 2017
[c++] Added missing accessor methods to Token and Encoding for OTF decoding. Issue #432.
mjpt777
committed
f982ac9
View commit details
Copy full SHA for f982ac9
View code at this point
Browse repository at this point
Commits on Nov 2, 2016
change to use std::numeric_limits min & max
derekxgl
authored
04293a7
View commit details
Copy full SHA for 04293a7
View code at this point
Browse repository at this point
Commits on Oct 15, 2016
check actingVersion when decoding groups in C++ OTF
tmontgomery
committed
bb9799d
View commit details
Copy full SHA for bb9799d
View code at this point
Browse repository at this point
Commits on Sep 1, 2016
Don't generate trailing ; on namespaces
Show description for 2885395
rigtorp
authored and
Erik Rigtorp
committed
2885395
View commit details
Copy full SHA for 2885395
View code at this point
Browse repository at this point
[C++]: SBE_JAR lookup based on specific expected version
didenko
committed
858217f
View commit details
Copy full SHA for 858217f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL