FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for sbe-samples - michael-ameri/simple-binary-encoding · GitHub
michael-ameri
/
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-samples
on
revert-667-python
User selector
Datepicker
Commit history
Commits on Aug 5, 2019
[Java] Further reduction in copying in JavaGenerator.
mjpt777
committed
d77b731
View commit details
Copy full SHA for d77b731
View code at this point
Browse repository at this point
Commits on Aug 4, 2019
[Java] Generate package-info.java for codecs. Issue #703.
mjpt777
committed
578ac13
View commit details
Copy full SHA for 578ac13
View code at this point
Browse repository at this point
Commits on Jul 19, 2019
Update licence references to https.
mjpt777
committed
37978dd
View commit details
Copy full SHA for 37978dd
View code at this point
Browse repository at this point
Commits on Jun 13, 2019
[Java] Use Agrona DirectBuffer.getStringWithoutLengthAscii to Appendable for more efficient reading of var data and return length copied.
mjpt777
committed
1bbfd31
View commit details
Copy full SHA for 1bbfd31
View code at this point
Browse repository at this point
Commits on May 28, 2019
[C++] Generate message pretty printers
Egor Seredin
committed
54291b6
View commit details
Copy full SHA for 54291b6
View code at this point
Browse repository at this point
Commits on Apr 9, 2019
[Java] Resolve conflict with overloads in name for put encoders on arrays and provide example usage.
mjpt777
committed
a13f677
View commit details
Copy full SHA for a13f677
View code at this point
Browse repository at this point
Commits on Apr 8, 2019
[Java] Generate overloaded encoder for arrays of 1-4 in length to elide bounds check and extra function calls in encoding. This is useful for values like UUIDs.
mjpt777
committed
54252c4
View commit details
Copy full SHA for 54252c4
View code at this point
Browse repository at this point
Commits on Mar 13, 2019
Merge pull request #638 from Niko-Klaiber/add_c_generator
Show description for 2f7c720
tmontgomery
authored
2f7c720
View commit details
Copy full SHA for 2f7c720
View code at this point
Browse repository at this point
Commits on Mar 7, 2019
[C++] Remove the now unnecessary change or working directory for using XInclude with SBE schemas.
mjpt777
committed
e7971d5
View commit details
Copy full SHA for e7971d5
View code at this point
Browse repository at this point
Commits on Feb 19, 2019
[C++] Generate codecs in a language specific directory.
Niko-Klaiber
committed
2a9825d
View commit details
Copy full SHA for 2a9825d
View code at this point
Browse repository at this point
Commits on Jan 30, 2019
[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++] Use target_include_directories instead of global declaration.
denizevrenci
committed
f5607f3
View commit details
Copy full SHA for f5607f3
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
[C++] Set working directory when building samples codecs. Issue #624.
mjpt777
committed
f9d2f8d
View commit details
Copy full SHA for f9d2f8d
View code at this point
Browse repository at this point
[Java] Set path for the running process when generating codecs that use include so that the path is relative to the running process. Issue #624.
mjpt777
committed
b270d08
View commit details
Copy full SHA for b270d08
View code at this point
Browse repository at this point
Commits on Jan 11, 2019
[C++] Fix build for schema reference.
mjpt777
committed
cdbefb1
View commit details
Copy full SHA for cdbefb1
View code at this point
Browse repository at this point
[Java] Add support for XInclude and have samples reflect this. Issue #624.
mjpt777
committed
7b3b9c2
View commit details
Copy full SHA for 7b3b9c2
View code at this point
Browse repository at this point
Commits on Dec 17, 2018
[C++] Add dependencies to sbe-jar where it is used.
denizevrenci
committed
47cb702
View commit details
Copy full SHA for 47cb702
View code at this point
Browse repository at this point
[C++] Consistenly use 4 spaces CMakeLists.txt files.
denizevrenci
committed
dfb85c8
View commit details
Copy full SHA for dfb85c8
View code at this point
Browse repository at this point
Commits on Nov 27, 2018
[Java] Warnings tidy up.
mjpt777
committed
d996bfb
View commit details
Copy full SHA for d996bfb
View code at this point
Browse repository at this point
Commits on Jun 17, 2018
[Java] IR was losing type information with the use of constant enums. Full enums are serialised and fields retain the constant property and encoded length rather than the type. Issue #560.
mjpt777
committed
b5c1a7f
View commit details
Copy full SHA for b5c1a7f
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 Feb 27, 2018
[Java] Handle case of raw data in decode example.
mjpt777
committed
92c6028
View commit details
Copy full SHA for 92c6028
View code at this point
Browse repository at this point
Commits on Jan 7, 2018
[Java] Remove unused throws clauses and tidy up warnings.
mjpt777
committed
43c6e79
View commit details
Copy full SHA for 43c6e79
View code at this point
Browse repository at this point
[Java] Apply strict indentation checkstyle rule.
mjpt777
committed
4b64c6f
View commit details
Copy full SHA for 4b64c6f
View code at this point
Browse repository at this point
Commits on Oct 30, 2017
[Java] Correct typo in samples output.
mjpt777
committed
fdd2f57
View commit details
Copy full SHA for fdd2f57
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 Jun 3, 2017
[Java] Change back PrimitiveValue.toString() to print the byte value for a single char rather than the char itself and fix ExampleTokenListener to support this.
mjpt777
committed
f34afdc
View commit details
Copy full SHA for f34afdc
View code at this point
Browse repository at this point
Commits on May 31, 2017
[Java] Global formatting.
mjpt777
committed
ab76f54
View commit details
Copy full SHA for ab76f54
View code at this point
Browse repository at this point
Commits on May 1, 2017
[Java] Remove use of FileOutputStream.
mjpt777
committed
a2b1a8a
View commit details
Copy full SHA for a2b1a8a
View code at this point
Browse repository at this point
[Java] Remove use of FileInputStream.
mjpt777
committed
3b3cd9c
View commit details
Copy full SHA for 3b3cd9c
View code at this point
Browse repository at this point
Commits on Apr 30, 2017
[Java] Default to US-ASCII rather than UTF-8 for char data type unless a character encoding is provided plus do not default to UTF-8 for variable length encoding when type is uint8 so that string a…
Show description for 0b496a2
mjpt777
committed
0b496a2
View commit details
Copy full SHA for 0b496a2
View code at this point
Browse repository at this point
Commits on Apr 28, 2017
[Java] Generate a wrapAndApplyHeader method to message encoders to reduce boilerplate that can be error prone.
mjpt777
committed
3969853
View commit details
Copy full SHA for 3969853
View code at this point
Browse repository at this point
Commits on Mar 1, 2017
[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 16, 2017
[Java] Added examples of other ref types to samples.
mjpt777
committed
e5b93af
View commit details
Copy full SHA for e5b93af
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL