FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for sbe-tool/src - quantdev/simple-binary-encoding · GitHub
quantdev
/
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
on
1.20.3
User selector
Datepicker
Commit history
Commits on Oct 13, 2020
[Java] Fix group order annotation generation.
mjpt777
committed
fbed609
View commit details
Copy full SHA for fbed609
View code at this point
Browse repository at this point
Commits on Oct 12, 2020
[Java] Reduce scope of fields in codecs.
mjpt777
committed
d61377f
View commit details
Copy full SHA for d61377f
View code at this point
Browse repository at this point
Commits on Sep 15, 2020
C# auto-generated header for generated c# codec files (#814)
Show description for 7f00e1f
mhoogveld
authored
7f00e1f
View commit details
Copy full SHA for 7f00e1f
View code at this point
Browse repository at this point
Commits on Sep 10, 2020
[Java] Handle nullValue when validating value range for EnumType. (#817)
Show description for aef1eed
vyazelenko
authored
aef1eed
View commit details
Copy full SHA for aef1eed
View code at this point
Browse repository at this point
[Java] Validate range on enum valid values.
mjpt777
committed
d792092
View commit details
Copy full SHA for d792092
View code at this point
Browse repository at this point
Commits on Aug 5, 2020
[Java] Improve error messages when parsing a non-SBE schema XML file.
mjpt777
committed
93e959d
View commit details
Copy full SHA for 93e959d
View code at this point
Browse repository at this point
Commits on Aug 3, 2020
[Java] Null check for attributes when doing a lookup.
mjpt777
committed
ee29a62
View commit details
Copy full SHA for ee29a62
View code at this point
Browse repository at this point
Commits on Jul 26, 2020
[C++] Add SBE header constants to messages so they can be more easily used on switch statements for compilers that do not have good support for const expressions.
mjpt777
committed
da10a8f
View commit details
Copy full SHA for da10a8f
View code at this point
Browse repository at this point
Commits on Jul 24, 2020
[C++] Formatting.
mjpt777
committed
cbce8ec
View commit details
Copy full SHA for cbce8ec
View code at this point
Browse repository at this point
[C++] Formatting.
mjpt777
committed
03c6297
View commit details
Copy full SHA for 03c6297
View code at this point
Browse repository at this point
[C++] Generate C++ style casts.
mjpt777
committed
f469c21
View commit details
Copy full SHA for f469c21
View code at this point
Browse repository at this point
[C++] Generate literals for enums correctly when outside int range.
mjpt777
committed
088481a
View commit details
Copy full SHA for 088481a
View code at this point
Browse repository at this point
Commits on Jul 23, 2020
[Cpp] Constant presence field should also be not be SBE_NOEXCEPT for compatibility with schema change. PR #806.
mjpt777
committed
2e4063e
View commit details
Copy full SHA for 2e4063e
View code at this point
Browse repository at this point
enum 'get' method is not noexcept (#806)
rogerorr
authored
34ac31b
View commit details
Copy full SHA for 34ac31b
View code at this point
Browse repository at this point
Commits on Jul 14, 2020
[Java] Naming and javadoc.
mjpt777
committed
f91534a
View commit details
Copy full SHA for f91534a
View code at this point
Browse repository at this point
Commits on Jul 8, 2020
[Java] Output and empty array when numInGroup=0 for Json. Issue #800.
mjpt777
committed
d19a786
View commit details
Copy full SHA for d19a786
View code at this point
Browse repository at this point
Commits on Jul 2, 2020
[Java] Support empty JSON messages. Issue #799.
mjpt777
committed
0105fa0
View commit details
Copy full SHA for 0105fa0
View code at this point
Browse repository at this point
[Java] Better handling of versions and constants in JsonPrinter. Issue #798.
mjpt777
committed
ad76638
View commit details
Copy full SHA for ad76638
View code at this point
Browse repository at this point
Commits on Jun 29, 2020
[C++] Formatting of generated codecs.
mjpt777
committed
75f599d
View commit details
Copy full SHA for 75f599d
View code at this point
Browse repository at this point
[C++] Formatting.
mjpt777
committed
78bdd66
View commit details
Copy full SHA for 78bdd66
View code at this point
Browse repository at this point
[C++] Formatting.
mjpt777
committed
0845fe7
View commit details
Copy full SHA for 0845fe7
View code at this point
Browse repository at this point
Commits on Jun 23, 2020
[cpp] Reduce string parsing an allocation.
mjpt777
committed
d328e7e
View commit details
Copy full SHA for d328e7e
View code at this point
Browse repository at this point
[cpp] Improve generate code for computeLength method on codecs. Issue #796.
mjpt777
committed
2a1866a
View commit details
Copy full SHA for 2a1866a
View code at this point
Browse repository at this point
Commits on Jun 9, 2020
[Java] Improve Javadoc and reduce allocation when parsing XML.
mjpt777
committed
54c5ff4
View commit details
Copy full SHA for 54c5ff4
View code at this point
Browse repository at this point
Commits on Jun 8, 2020
[Java] Warnings tidy up.
mjpt777
committed
ca8f8d3
View commit details
Copy full SHA for ca8f8d3
View code at this point
Browse repository at this point
Commits on Jun 6, 2020
[C++]: remove constexpr from computeLength.
tmontgomery
committed
494b00a
View commit details
Copy full SHA for 494b00a
View code at this point
Browse repository at this point
Commits on Jun 5, 2020
[Java] Javadoc and scope cleanups.
mjpt777
committed
ae28b60
View commit details
Copy full SHA for ae28b60
View code at this point
Browse repository at this point
[Java] Javadoc for packages.
mjpt777
committed
a690848
View commit details
Copy full SHA for a690848
View code at this point
Browse repository at this point
[Java] Validate types within composites so group and data is reported when no XSD is applied.
mjpt777
committed
e068fb0
View commit details
Copy full SHA for e068fb0
View code at this point
Browse repository at this point
Commits on May 28, 2020
constexpr -> SBE_CONSTEXPR (#793)
Show description for f36fa8d
lygstate
authored
f36fa8d
View commit details
Copy full SHA for f36fa8d
View code at this point
Browse repository at this point
Commits on May 27, 2020
[C++] Warnings cleanup.
mjpt777
committed
785194f
View commit details
Copy full SHA for 785194f
View code at this point
Browse repository at this point
[C++] Warnings cleanup.
mjpt777
committed
790ce58
View commit details
Copy full SHA for 790ce58
View code at this point
Browse repository at this point
[C++] Warnings cleanup.
mjpt777
committed
ba2229e
View commit details
Copy full SHA for ba2229e
View code at this point
Browse repository at this point
[C++] Warnings cleanup.
mjpt777
committed
244a216
View commit details
Copy full SHA for 244a216
View code at this point
Browse repository at this point
[C++] Warnings cleanup.
mjpt777
committed
08c74a9
View commit details
Copy full SHA for 08c74a9
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL