FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for main/java - qbm/simple-binary-encoding · GitHub
qbm
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
simple-binary-encoding
main
java
on
master
User selector
Datepicker
Commit history
Commits on Dec 31, 2013
[C++]: Implemented #62.
Todd L. Montgomery
committed
f851215
View commit details
Copy full SHA for f851215
View code at this point
Browse repository at this point
[Java]: Moved MetaAttribute to be top level.
mjpt777
committed
e656ddc
View commit details
Copy full SHA for e656ddc
View code at this point
Browse repository at this point
Commits on Dec 28, 2013
[Java]: Perform a dynamic decode of group and var data headers to allow different types by field specification as per issue #60.
mjpt777
committed
b9fefb7
View commit details
Copy full SHA for b9fefb7
View code at this point
Browse repository at this point
Commits on Dec 27, 2013
[Java]: Renamed Decoder and Encoder to IrDecoder and IrEncoder respectively.
mjpt777
committed
a5a3b7a
View commit details
Copy full SHA for a5a3b7a
View code at this point
Browse repository at this point
[Java]: Added javadoc to OTF TokenListener.
mjpt777
committed
5eb0cfc
View commit details
Copy full SHA for 5eb0cfc
View code at this point
Browse repository at this point
[Java]: Added javadoc and tidy up of OTF decoder.
mjpt777
committed
1bf840c
View commit details
Copy full SHA for 1bf840c
View code at this point
Browse repository at this point
Commits on Dec 26, 2013
[Java]: Added var data support to Java OTF decoder.
mjpt777
committed
0419a6c
View commit details
Copy full SHA for 0419a6c
View code at this point
Browse repository at this point
[Java]: Updated licence details in source files.
mjpt777
committed
d038f88
View commit details
Copy full SHA for d038f88
View code at this point
Browse repository at this point
[Java]: Added support for groups to Java OTF decoder.
mjpt777
committed
7e4946f
View commit details
Copy full SHA for 7e4946f
View code at this point
Browse repository at this point
Commits on Dec 24, 2013
[Java]: Added support for fields to Java OTF decoder.
mjpt777
committed
533b50e
View commit details
Copy full SHA for 533b50e
View code at this point
Browse repository at this point
[Java]: Preserve bitset order from xml schema.
mjpt777
committed
fcf23f1
View commit details
Copy full SHA for fcf23f1
View code at this point
Browse repository at this point
Commits on Dec 23, 2013
[C++]: support #34 for generated classes akin to Java codec.
Todd L. Montgomery
committed
522b2d1
View commit details
Copy full SHA for 522b2d1
View code at this point
Browse repository at this point
[C++]: changes to support #9 for C++.
Todd L. Montgomery
committed
da95145
View commit details
Copy full SHA for da95145
View code at this point
Browse repository at this point
[Java]: Added support for decoding message headers on the fly.
mjpt777
committed
739d75a
View commit details
Copy full SHA for 739d75a
View code at this point
Browse repository at this point
Commits on Dec 20, 2013
Regenerated SBE IR codecs.
mjpt777
committed
4c323f6
View commit details
Copy full SHA for 4c323f6
View code at this point
Browse repository at this point
[Java]: Move lookup of null value out of switch statements for enum determination to support for jumptable supported ranges.
mjpt777
committed
6f6f64b
View commit details
Copy full SHA for 6f6f64b
View code at this point
Browse repository at this point
Commits on Dec 19, 2013
Use LinkedHashMap to keep enum values in order so lookup table can be jump table.
mjpt777
committed
66b7742
View commit details
Copy full SHA for 66b7742
View code at this point
Browse repository at this point
Major rework if IR persistence and schema to reflect new meta attributes.
mjpt777
committed
ef68083
View commit details
Copy full SHA for ef68083
View code at this point
Browse repository at this point
Commits on Dec 18, 2013
Simplify name of IR utils class.
mjpt777
committed
01c6c0f
View commit details
Copy full SHA for 01c6c0f
View code at this point
Browse repository at this point
Continued renaming of serialized to encoded for IR.
mjpt777
committed
edf908b
View commit details
Copy full SHA for edf908b
View code at this point
Browse repository at this point
Fixed bug with name encoding length possibly being different.
mjpt777
committed
cd6fac9
View commit details
Copy full SHA for cd6fac9
View code at this point
Browse repository at this point
Inlined temporary variables.
mjpt777
committed
7e1006e
View commit details
Copy full SHA for 7e1006e
View code at this point
Browse repository at this point
Rename Serializer and Deserializer to Encoder and Decoder to be in keeping with naming conventions.
mjpt777
committed
76d2ce5
View commit details
Copy full SHA for 76d2ce5
View code at this point
Browse repository at this point
Use character encoding for IR encoding.
mjpt777
committed
9c484c1
View commit details
Copy full SHA for 9c484c1
View code at this point
Browse repository at this point
[Java]: Corrected serialization of IR to use schema defined character encoding.
mjpt777
committed
1b08d64
View commit details
Copy full SHA for 1b08d64
View code at this point
Browse repository at this point
[Java]: Added <propertyName>MetaAttribute() method to Java code gen for supporting access to the likes of semanticType, epoch, and timeUnit from layer 7.
mjpt777
committed
3224cc5
View commit details
Copy full SHA for 3224cc5
View code at this point
Browse repository at this point
[Java]: Make time unit a string in the IR to be interpreted by layer 7 applications.
mjpt777
committed
924711e
View commit details
Copy full SHA for 924711e
View code at this point
Browse repository at this point
[Java]: Added semanticType support to IR encoding.
mjpt777
committed
2f4e6e4
View commit details
Copy full SHA for 2f4e6e4
View code at this point
Browse repository at this point
[Java]: Added epoch and time unit support to IR encoding.
mjpt777
committed
fd1935a
View commit details
Copy full SHA for fd1935a
View code at this point
Browse repository at this point
Commits on Dec 17, 2013
[Java]: Capture "presence" as concrete value in the IR.
mjpt777
committed
1f3bb3e
View commit details
Copy full SHA for 1f3bb3e
View code at this point
Browse repository at this point
[Java]: Fixed code warnings.
mjpt777
committed
4cbc9da
View commit details
Copy full SHA for 4cbc9da
View code at this point
Browse repository at this point
[Java]: Package reorganisation in preparation for adding Java OTF decoder.
mjpt777
committed
b3f4f49
View commit details
Copy full SHA for b3f4f49
View code at this point
Browse repository at this point
Commits on Dec 15, 2013
[Java]: Removed extra whitespace from generated code.
mjpt777
committed
62d05df
View commit details
Copy full SHA for 62d05df
View code at this point
Browse repository at this point
[Java]: Minor tidy up of group wrap methods.
mjpt777
committed
20d9334
View commit details
Copy full SHA for 20d9334
View code at this point
Browse repository at this point
[Java]: Corrected position check location for var data and optimised the writes to the position in parent message.
mjpt777
committed
f1c3508
View commit details
Copy full SHA for f1c3508
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL