FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for sbe-tool/src/main/java - 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
java
on
master
User selector
Datepicker
Commit history
Commits on Mar 18, 2019
[C] Fix output code formatting.
denizevrenci
committed
9a26934
View commit details
Copy full SHA for 9a26934
View code at this point
Browse repository at this point
[C] Reorder codec and group classes.
Show description for de7716e
denizevrenci
committed
de7716e
View commit details
Copy full SHA for de7716e
View code at this point
Browse repository at this point
[C] Remove group members from the codec and group structs.
denizevrenci
committed
89d099e
View commit details
Copy full SHA for 89d099e
View code at this point
Browse repository at this point
Commits on Mar 17, 2019
[Java] Remove unused arguments from string format in CGenerator.
mjpt777
committed
f6aa9b9
View commit details
Copy full SHA for f6aa9b9
View code at this point
Browse repository at this point
Commits on Mar 15, 2019
[Java] Fix extra empty line
kazachka
committed
7c2c6d8
View commit details
Copy full SHA for 7c2c6d8
View code at this point
Browse repository at this point
[Java] Fix warnings and allocate a bit less when generating C codecs.
mjpt777
committed
c8cbe39
View commit details
Copy full SHA for c8cbe39
View code at this point
Browse repository at this point
[C] Remove the bitset and composite members from the codec structs.
denizevrenci
committed
772c17c
View commit details
Copy full SHA for 772c17c
View code at this point
Browse repository at this point
[C/C++] Fix implicit conversion of integers to booleans.
denizevrenci
committed
9d4834c
View commit details
Copy full SHA for 9d4834c
View code at this point
Browse repository at this point
[C] Fix empty argument function signatures.
denizevrenci
committed
fad4b6b
View commit details
Copy full SHA for fad4b6b
View code at this point
Browse repository at this point
[C] Add a new zero-copy accessor for variable length fields.
Show description for d16d3bc
denizevrenci
committed
d16d3bc
View commit details
Copy full SHA for d16d3bc
View code at this point
Browse repository at this point
[C++] Fix output code formatting.
denizevrenci
committed
bc93f28
View commit details
Copy full SHA for bc93f28
View code at this point
Browse repository at this point
[C++] Remove spurious const qualification of return values.
denizevrenci
committed
a22b3d0
View commit details
Copy full SHA for a22b3d0
View code at this point
Browse repository at this point
Commits on Mar 14, 2019
Merge pull request #654 from denizevrenci/c_and_cpp_fixes
Show description for f75666f
mjpt777
authored
f75666f
View commit details
Copy full SHA for f75666f
View code at this point
Browse repository at this point
[C] Remove position_ptr and acting_block_length members of message flyweight structs.
denizevrenci
committed
ba37bb1
View commit details
Copy full SHA for ba37bb1
View code at this point
Browse repository at this point
[C] Remove unused format argument.
denizevrenci
committed
153b55d
View commit details
Copy full SHA for 153b55d
View code at this point
Browse repository at this point
[C] Fix buffer length passed to the codec reset function.
denizevrenci
committed
f209781
View commit details
Copy full SHA for f209781
View code at this point
Browse repository at this point
[C] Formatting.
denizevrenci
committed
87f4758
View commit details
Copy full SHA for 87f4758
View code at this point
Browse repository at this point
[C/C++] Const qualify version comparison method.
denizevrenci
committed
89b8026
View commit details
Copy full SHA for 89b8026
View code at this point
Browse repository at this point
[C/C++] Split lines where there would be a line split in generated code.
denizevrenci
committed
c7a6cd3
View commit details
Copy full SHA for c7a6cd3
View code at this point
Browse repository at this point
[C] Fix javadoc.
denizevrenci
committed
8098069
View commit details
Copy full SHA for 8098069
View code at this point
Browse repository at this point
[C] Fix javadoc.
denizevrenci
committed
c7e2562
View commit details
Copy full SHA for c7e2562
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/real-logic/simple-binary-encoding
Show description for 8345032
Kyle D Kavanagh
committed
8345032
View commit details
Copy full SHA for 8345032
View code at this point
Browse repository at this point
Validate header types compatible with generic interface; Cleanup header generation when using interfaces
Kyle D Kavanagh
committed
415f590
View commit details
Copy full SHA for 415f590
View code at this point
Browse repository at this point
Commits on Mar 13, 2019
[C]: add missing copyrights.
tmontgomery
committed
06d1a92
View commit details
Copy full SHA for 06d1a92
View code at this point
Browse repository at this point
[C]: fix javadoc.
tmontgomery
committed
7339d56
View commit details
Copy full SHA for 7339d56
View code at this point
Browse repository at this point
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
[C++]: add accessor for actingVersion to fixed flyweight to align with message flyweight and to also silence warnings about unused private fields for fixed flyweights.
tmontgomery
committed
5978f98
View commit details
Copy full SHA for 5978f98
View code at this point
Browse repository at this point
Cast message flyweight types to int if using interfaces. Fixes #651
Kyle D Kavanagh
committed
c4c7e42
View commit details
Copy full SHA for c4c7e42
View code at this point
Browse repository at this point
[C++] Add a constructor overload to composites that uses default schema version.
denizevrenci
committed
12cdd13
View commit details
Copy full SHA for 12cdd13
View code at this point
Browse repository at this point
[C++] Use initializer lists and remove reset methods.
denizevrenci
committed
7097b58
View commit details
Copy full SHA for 7097b58
View code at this point
Browse repository at this point
[C++] Fix call to reset in wrapAndApplyHeader().
Show description for 7bf9edc
denizevrenci
committed
7bf9edc
View commit details
Copy full SHA for 7bf9edc
View code at this point
Browse repository at this point
[C++] Split function arguments to separate lines.
denizevrenci
committed
52bd126
View commit details
Copy full SHA for 52bd126
View code at this point
Browse repository at this point
[C++] Remove spurious spacing.
denizevrenci
committed
cc72b2e
View commit details
Copy full SHA for cc72b2e
View code at this point
Browse repository at this point
[C++] Remove m_positionPtr from message flyweight.
denizevrenci
committed
0c84dbe
View commit details
Copy full SHA for 0c84dbe
View code at this point
Browse repository at this point
Commits on Mar 12, 2019
[Java] Update Checkstyle DTD and apply Javadoc method checks for when used.
mjpt777
committed
47ab746
View commit details
Copy full SHA for 47ab746
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL