Switch from boost::variant to std::variant for UTMessageVariant
* same performance * newer implementation, full C++17 support, constexpr variant & visit * less non-std dependencies Depends-On: 11711 Change-Id: I721a383221492ef1370ddc1fa06a1097f1eb1657
Showing
- example/hxcomm_loopback_throughput.cpp 1 addition, 2 deletionsexample/hxcomm_loopback_throughput.cpp
- example/reset_and_id_readout.h 1 addition, 1 deletionexample/reset_and_id_readout.h
- include/hxcomm/common/arqconnection.tcc 1 addition, 1 deletioninclude/hxcomm/common/arqconnection.tcc
- include/hxcomm/common/encoder.tcc 1 addition, 1 deletioninclude/hxcomm/common/encoder.tcc
- include/hxcomm/common/loopbackconnection.tcc 1 addition, 1 deletioninclude/hxcomm/common/loopbackconnection.tcc
- include/hxcomm/common/simconnection.tcc 1 addition, 1 deletioninclude/hxcomm/common/simconnection.tcc
- include/hxcomm/common/to_utmessage_variant.h 2 additions, 2 deletionsinclude/hxcomm/common/to_utmessage_variant.h
- include/hxcomm/common/utmessage_random.h 1 addition, 1 deletioninclude/hxcomm/common/utmessage_random.h
- tests/hw/hxcomm/test-connection.cpp 2 additions, 2 deletionstests/hw/hxcomm/test-connection.cpp
- tests/hw/hxcomm/test-halt.cpp 1 addition, 1 deletiontests/hw/hxcomm/test-halt.cpp
- tests/hw/hxcomm/test-jtag_loopback.cpp 1 addition, 1 deletiontests/hw/hxcomm/test-jtag_loopback.cpp
- tests/hw/hxcomm/test-readout_jtag_id.cpp 1 addition, 1 deletiontests/hw/hxcomm/test-readout_jtag_id.cpp
- tests/hw/hxcomm/test-tick.cpp 2 additions, 2 deletionstests/hw/hxcomm/test-tick.cpp
- tests/sw/hxcomm/test-encode_decode_throughput.cpp 1 addition, 2 deletionstests/sw/hxcomm/test-encode_decode_throughput.cpp
- tests/sw/hxcomm/test-loopbackconnection.cpp 3 additions, 3 deletionstests/sw/hxcomm/test-loopbackconnection.cpp
Please register or sign in to comment