Skip to content

Commit

Permalink
Prepare for 9.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chwarr committed Jul 7, 2020
1 parent b0fd4a1 commit a8c7df9
Show file tree
Hide file tree
Showing 91 changed files with 95 additions and 91 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ tag versions. The Bond compiler (`gbc`) and
different versioning scheme, following the Haskell community's
[package versioning policy](https://wiki.haskell.org/Package_versioning_policy).

## Unreleased ##
## 9.0.1: 2020-07-14 ##
* IDL core version: 3.0
* C++ version: 9.0.1
* C# NuGet version: 9.0.1
* `gbc` & compiler library: 0.12.1.0

### C++ ###
* RapidJSON repository points to [Tencent](https://github.com/Tencent/rapidjson.git)
Expand Down
2 changes: 1 addition & 1 deletion compiler/src/Language/Bond/Codegen/Cpp/Types_h.hs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ types_h export_attribute userHeaders enumHeader allocator alloc_ctors_enabled ty
#{newlineBeginSep 0 includeHeader userHeaders}
#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alias_key_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alias_with_allocator_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/aliases_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/alias_key_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/aliases_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/attributes_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/basic_types_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/bond_meta_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/complex_types_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/defaults_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/empty_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/generics_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/import_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/inheritance_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/alloc_ctors/maybe_blob_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/alias_key_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/aliases_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/attributes_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/basic_types_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/bond_meta_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/complex_types_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/defaults_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/empty_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/field_modifiers_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/generics_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/import_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/inheritance_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/allocator/maybe_blob_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/attributes_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/basic_types_nsmapped_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/basic_types_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/bond_meta_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
2 changes: 1 addition & 1 deletion compiler/tests/generated/complex_types_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bond/core/bond_version.h>

#if BOND_VERSION < 0x0900
#if BOND_VERSION < 0x0901
#error This file was generated by a newer version of the Bond compiler and is incompatible with your version of the Bond library.
#endif

Expand Down
Loading

0 comments on commit a8c7df9

Please sign in to comment.