FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · bruce2008github/simple-binary-encoding · GitHub
bruce2008github
/
simple-binary-encoding
Public
forked from
aeron-io/simple-binary-encoding
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
Branch selector
User selector
Datepicker
Commit history
Commits on Dec 12, 2013
Merge pull request #47 from AdaptiveConsulting/csharp
Show description for 898570c
mjpt777
committed
898570c
View commit details
Copy full SHA for 898570c
Browse repository at this point
[C#] Improved build process to create a NuGet package containing sbe.dll, sbe.jar and a tutorial
odeheurles
committed
3170aef
View commit details
Copy full SHA for 3170aef
Browse repository at this point
[C++ OTF]: Added schemaId to Group class. Fix #46.
Todd L. Montgomery
committed
9b198c3
View commit details
Copy full SHA for 9b198c3
Browse repository at this point
Commits on Dec 11, 2013
Changed description to reflect OSI model naming.
mjpt777
committed
ddb3aee
View commit details
Copy full SHA for ddb3aee
Browse repository at this point
Added link to SBE spec on the FIX trading community website.
mjpt777
committed
6c2f869
View commit details
Copy full SHA for 6c2f869
Browse repository at this point
Commits on Dec 10, 2013
Merge branch 'master' of https://github.com/real-logic/simple-binary-encoding
Todd L. Montgomery
committed
20fa0f9
View commit details
Copy full SHA for 20fa0f9
Browse repository at this point
Fixed reuse of byte[] for constant value conversion.
Todd L. Montgomery
committed
ba5ad44
View commit details
Copy full SHA for ba5ad44
Browse repository at this point
Merge pull request #44 from AdaptiveConsulting/csharp
Show description for 7eb5d91
Olivier Deheurles
committed
7eb5d91
View commit details
Copy full SHA for 7eb5d91
Browse repository at this point
[C#] Fixed issue with UInt32 for C# (real-logic#39)
odeheurles
committed
8eccc6c
View commit details
Copy full SHA for 8eccc6c
Browse repository at this point
[C++ OTF]: cleaned up extra semicolons on member functions.
Todd L. Montgomery
committed
c3ea414
View commit details
Copy full SHA for c3ea414
Browse repository at this point
Merge pull request #43 from bjoto/master
Show description for 5abc824
tmontgomery
committed
5abc824
View commit details
Copy full SHA for 5abc824
Browse repository at this point
[C++] The generator no longer adds trailing semicolon for member functions.
bjoto
committed
57035a4
View commit details
Copy full SHA for 57035a4
Browse repository at this point
Merge branch 'master' of https://github.com/real-logic/simple-binary-encoding
Todd L. Montgomery
committed
f9438f1
View commit details
Copy full SHA for f9438f1
Browse repository at this point
Fix #42. Made it possible to grab a byte[] from a PrimitiveValue when representation is LONG, length is 1 and type is CHAR.
Todd L. Montgomery
committed
034f8b1
View commit details
Copy full SHA for 034f8b1
Browse repository at this point
Commits on Dec 9, 2013
Format the XSD for readability.
mjpt777
committed
6f65063
View commit details
Copy full SHA for 6f65063
Browse repository at this point
Added XSD link to README.md
Todd L. Montgomery
committed
ec7c910
View commit details
Copy full SHA for ec7c910
Browse repository at this point
Merge branch 'master' of https://github.com/real-logic/simple-binary-encoding
Todd L. Montgomery
committed
8073cb8
View commit details
Copy full SHA for 8073cb8
Browse repository at this point
added SBE spec XSD
Todd L. Montgomery
committed
8654dd8
View commit details
Copy full SHA for 8654dd8
Browse repository at this point
[C++]: Simplify code to remove warning.
mjpt777
committed
8efccb3
View commit details
Copy full SHA for 8efccb3
Browse repository at this point
[C++]: Address some compiler warnings for signedness. Update Serialized IR for C++.
Todd L. Montgomery
committed
e68abdf
View commit details
Copy full SHA for e68abdf
Browse repository at this point
[C++]: Changed ant target for C++99 examples to "examples:cpp" to be consistent with Java examples naming.
Todd L. Montgomery
committed
77666e4
View commit details
Copy full SHA for 77666e4
Browse repository at this point
[Java]: Fixed how UINT32 literals are represented to account for new values from #39.
Todd L. Montgomery
committed
f73224d
View commit details
Copy full SHA for f73224d
Browse repository at this point
Fix for #39 to use correct values for UINT32 Min/Max/Null values.
Todd L. Montgomery
committed
ea29849
View commit details
Copy full SHA for ea29849
Browse repository at this point
Fix to make checkstyle happy.
Todd L. Montgomery
committed
ecdc6c3
View commit details
Copy full SHA for ecdc6c3
Browse repository at this point
Merge pull request #40 from WeAreAdaptive/csharp
Show description for 94e03b9
mjpt777
committed
94e03b9
View commit details
Copy full SHA for 94e03b9
Browse repository at this point
[C#] Generate constants for Min, Max and Null values
odeheurles
committed
d8992d3
View commit details
Copy full SHA for d8992d3
Browse repository at this point
[Java]: Use positional arguments where applicable for string template generation.
mjpt777
committed
b8e368f
View commit details
Copy full SHA for b8e368f
Browse repository at this point
Merge pull request #38 from WeAreAdaptive/csharp
Show description for 233d1a8
mjpt777
committed
233d1a8
View commit details
Copy full SHA for 233d1a8
Browse repository at this point
[C#] Created specific methods on DirectBuffer for Big and Little endian, to enable better inlining and reduce branching.
odeheurles
committed
81ad21d
View commit details
Copy full SHA for 81ad21d
Browse repository at this point
[C#] Use positional parameters in string.format for code generation
odeheurles
committed
e575143
View commit details
Copy full SHA for e575143
Browse repository at this point
[Java]: Added null value support to enums.
mjpt777
committed
4e69514
View commit details
Copy full SHA for 4e69514
Browse repository at this point
Commits on Dec 8, 2013
Clarified SbeTool command line in Javadoc
Todd L. Montgomery
committed
900a894
View commit details
Copy full SHA for 900a894
Browse repository at this point
Merge pull request #36 from WeAreAdaptive/csharp
Show description for e20d864
tmontgomery
committed
e20d864
View commit details
Copy full SHA for e20d864
Browse repository at this point
[C#] Update ant build to generate example files (car) to the correct directory and removed build for perf tests (moving to benchmark repo)
odeheurles
committed
1ddd95c
View commit details
Copy full SHA for 1ddd95c
Browse repository at this point
[C#] Created a build file to restore nuget pacakges, create version file, compile and run unit tests.
odeheurles
committed
5e564a2
View commit details
Copy full SHA for 5e564a2
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL