Skip to content

Commit

Permalink
Prepare for 8.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chwarr authored and ara-ayvazyan committed May 30, 2018
1 parent d66cc18 commit 2afb45e
Show file tree
Hide file tree
Showing 86 changed files with 238 additions and 205 deletions.
273 changes: 153 additions & 120 deletions CHANGELOG.md

Large diffs are not rendered by default.

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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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 < 0x0700
#if BOND_VERSION < 0x0800
#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/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 < 0x0700
#if BOND_VERSION < 0x0800
#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/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 < 0x0700
#if BOND_VERSION < 0x0800
#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/exports/service_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 < 0x0700
#if BOND_VERSION < 0x0800
#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 2afb45e

Please sign in to comment.