-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip * bytes tests and fixes * merge * warning fixes * use new zz_bytes on user side * rename zz_bytes -> z_bytes * merge * fmt * fixes * fixes * fixed svec implementation; fixed z_client_test checking string length; minor readability fixes; * fixe _z_sample_create signature * fix _z_trigger_local_subscriptions signature * fix attachment examples * fixed uninitialized owned_bytes pointer * added z_bytes_len and z_bytes_is_empty functions; updated docs * exposed z_bytes_reader_t * remove _Z_DO_AND_RETURN_IF_ERR since _Z_CLEAN_RETURN_IF_ERR does the same * serialization fixes * ensure that decoded z_bytes never contanin non-_is_alloc slice * added z_bytes_writer implementation * format * fixed attachments * use _ZP_UNUSED instead of (void)(...) * fixed _z_bytes_reader_read return value; fixed public z_bytes api; added public z_bytes_api tests;
- Loading branch information
1 parent
27000eb
commit 2668357
Showing
49 changed files
with
2,001 additions
and
600 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.