commit | 508c457688e4be878f75f7951ac2e5e95e7de3a8 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon Apr 08 10:01:33 2019 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Apr 09 17:42:38 2019 +0000 |
tree | 28c79d0cbdebeb7e850cea7ae4a5ddd80505a784 | |
parent | 336405b85e88fdc46896437cb02fe52b46079369 [diff] |
Add a tuple type for packing At the top level, payload had the ability to pack a tuple, but it did it by splitting it into its parts and packing those individually. But if one of those parts was a tuple, it would fail. This moves the tuple packing code into the packing templates so that it is possible to pack a nested tuple of tuples. Tested-by: newly written tuple unit tests pass Change-Id: Icd80926314072df78b0083a823dcfb46e944e365 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.