You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eliminate Conan
* Download and build Google Test on the fly on Windows, Linux: Windows
because it is the only way to get it, Linux because we need a version
that still supports C++. (macOS: homebrew does just fine.)
* Move C++11 build to Linux: it is the only one that requires boost, and
installing boost on Windows via Chocolatey takes forever whereas on
Linux "apt install" is done nearly instantaneously.
* PIP cacheing is no longer needed.
* Bison has not been needed for a long time, so stop installing it.
Signed-off-by: Erik Boasson <eb@ilities.com>
Fix for arrays of unions/structs in union cases
Arrays of unions/structs in union cases, did not retrieve the entity
properties for the streaming function, resulting in a failure to
compile
Signed-off-by: Martijn Reicher <martijn.reicher@zettascale.tech>