Skip to content

Commit 8d9c153

Browse files
committed
FBE::JSON::ChildNodeReader small bug with RapidJson v1.1.0 #72
C++ FinalClient::request small bug #73
1 parent 5232bc1 commit 8d9c153

File tree

1,947 files changed

+1962
-1961
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,947 files changed

+1962
-1961
lines changed

include/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace FBE {
1313

1414
// Fast binary encoding version
15-
const char version[] = "1.11.0.0";
15+
const char version[] = "1.12.0.0";
1616

1717
} // namespace FBE
1818

projects/CSharp/Proto/com.chronoxor.enums.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
44
// https://github.com/chronoxor/FastBinaryEncoding
55
// Source: enums.fbe
6-
// FBE version: 1.11.0.0
6+
// FBE version: 1.12.0.0
77
//
88
// Changes to this file may cause incorrect behavior and will be lost if
99
// the code is regenerated.

projects/CSharp/Proto/com.chronoxor.fbe.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
44
// https://github.com/chronoxor/FastBinaryEncoding
55
// Source: FBE
6-
// FBE version: 1.11.0.0
6+
// FBE version: 1.12.0.0
77
//
88
// Changes to this file may cause incorrect behavior and will be lost if
99
// the code is regenerated.

projects/CSharp/Proto/com.chronoxor.proto.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
44
// https://github.com/chronoxor/FastBinaryEncoding
55
// Source: proto.fbe
6-
// FBE version: 1.11.0.0
6+
// FBE version: 1.12.0.0
77
//
88
// Changes to this file may cause incorrect behavior and will be lost if
99
// the code is regenerated.

projects/CSharp/Proto/com.chronoxor.protoex.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
44
// https://github.com/chronoxor/FastBinaryEncoding
55
// Source: protoex.fbe
6-
// FBE version: 1.11.0.0
6+
// FBE version: 1.12.0.0
77
//
88
// Changes to this file may cause incorrect behavior and will be lost if
99
// the code is regenerated.

projects/CSharp/Proto/com.chronoxor.test.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
44
// https://github.com/chronoxor/FastBinaryEncoding
55
// Source: test.fbe
6-
// FBE version: 1.11.0.0
6+
// FBE version: 1.12.0.0
77
//
88
// Changes to this file may cause incorrect behavior and will be lost if
99
// the code is regenerated.

projects/Go/proto/enums/EnumByte.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/EnumChar.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/EnumInt16.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/EnumInt32.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/EnumInt64.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/EnumInt8.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/EnumUInt16.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/EnumUInt32.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/EnumUInt64.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/EnumUInt8.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/EnumWChar.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/Enums.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/EnumsFinalModel.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/EnumsModel.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FieldModelEnumByte.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FieldModelEnumChar.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FieldModelEnumInt16.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FieldModelEnumInt32.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FieldModelEnumInt64.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FieldModelEnumInt8.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FieldModelEnumUInt16.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FieldModelEnumUInt32.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FieldModelEnumUInt64.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FieldModelEnumUInt8.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FieldModelEnumWChar.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FieldModelEnums.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FinalModelEnumByte.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FinalModelEnumChar.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FinalModelEnumInt16.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FinalModelEnumInt32.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FinalModelEnumInt64.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FinalModelEnumInt8.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FinalModelEnumUInt16.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FinalModelEnumUInt32.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FinalModelEnumUInt64.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FinalModelEnumUInt8.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FinalModelEnumWChar.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

projects/Go/proto/enums/FinalModelEnums.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: enums.fbe
5-
// FBE version: 1.11.0.0
5+
// FBE version: 1.12.0.0
66
//------------------------------------------------------------------------------
77

88
package enums

0 commit comments

Comments
 (0)