#
ae339045 |
| 16-Jun-2023 |
Vernon Mauery <vernon.mauery@linux.intel.com> |
Build fixes for gcc-12
These changes are required for the build to work with GCC-12
Tested: built with local CI scripts
Change-Id: I15cdd0c0d38f92e35ab151bd22271d8a2bd78312 Signed-off-by: Vernon M
Build fixes for gcc-12
These changes are required for the build to work with GCC-12
Tested: built with local CI scripts
Change-Id: I15cdd0c0d38f92e35ab151bd22271d8a2bd78312 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
show more ...
|
#
0748c69d |
| 08-Sep-2022 |
Jason M. Bills <jason.m.bills@intel.com> |
Condense std::variants
Where possible, reduce to a single std::variant type to reduce binary size.
Change-Id: I73b59765109ce1ccd7339f0e214d1ec3929e1ffc Signed-off-by: Jason M. Bills <jason.m.bills@
Condense std::variants
Where possible, reduce to a single std::variant type to reduce binary size.
Change-Id: I73b59765109ce1ccd7339f0e214d1ec3929e1ffc Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
show more ...
|
#
24df90f7 |
| 15-Jun-2021 |
Jason M. Bills <jason.m.bills@linux.intel.com> |
Fix build issues
* Fix casting issues that are causing the build to fail. * Fix gtest warnings by updating the source revision
Change-Id: Id6eb6b1fef335f88e7e12074f712b82ecd1a233a Signed-off-by: Ja
Fix build issues
* Fix casting issues that are causing the build to fail. * Fix gtest warnings by updating the source revision
Change-Id: Id6eb6b1fef335f88e7e12074f712b82ecd1a233a Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
show more ...
|
#
c2a07d4b |
| 30-May-2020 |
Patrick Venture <venture@google.com> |
types: move common types into types header
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I8e6f6fbae784a8ceebcc83ac53c1beb5c7b46779
|