bitcoin/cmake/module
merge-script 6852d1d487
Merge bitcoin/bitcoin#30796: test: Use std::span and std::string_view for raw data
faecca9a85 test: Use span for raw data (MarcoFalke)
fac973647d test: Use string_view for json_tests (MarcoFalke)

Pull request description:

  The build system converts raw data into a C++ header file for tests.

  This change modernizes the code to use the convenience wrappers `std::span` and `std::string_view`, so that redundant copies can be avoided.

ACKs for top commit:
  fjahr:
    re-ACK faecca9a85
  TheCharlatan:
    ACK faecca9a85
  stickies-v:
    ACK faecca9a85
  hebasto:
    ACK faecca9a85, I have reviewed the code and the generated headers.

Tree-SHA512: 1f4951c54aff11ba27c41fb70f2821bdb79e06ca0abae734b970bd0d64dda9d8cced824a891fd51b3e9d4e5715ee9eb49ed5d369010a45eca7c3bec9f8641235
2024-09-05 13:46:22 +01:00
..
AddBoostIfNeeded.cmake cmake: Build test_bitcoin executable 2024-08-16 19:27:39 +01:00
AddWindowsResources.cmake cmake: Add AddWindowsResources module 2024-08-16 21:19:11 +01:00
CheckSourceCompilesAndLinks.cmake cmake: Add introspection module 2024-08-16 19:27:36 +01:00
FindBerkeleyDB.cmake cmake: Add wallet functionality 2024-08-16 19:27:40 +01:00
FindLibevent.cmake cmake: Add FindLibevent module 2024-08-16 19:27:39 +01:00
FindMiniUPnPc.cmake cmake: Add libminiupnpc optional package support 2024-08-16 19:27:40 +01:00
FindNATPMP.cmake cmake: Add libnatpmp optional package support 2024-08-16 19:27:40 +01:00
FindQt5.cmake cmake: Build bitcoin-qt executable 2024-08-16 19:27:42 +01:00
FindUSDT.cmake cmake: Add systemtap-sdt optional package support 2024-08-16 19:27:41 +01:00
FlagsSummary.cmake cmake: Add APPEND_{CPP,C,CXX,LD}FLAGS cache variables 2024-08-16 21:19:11 +01:00
GenerateHeaders.cmake test: Use span for raw data 2024-09-05 10:57:19 +02:00
GenerateSetupNsi.cmake cmake: Add Maintenance module 2024-08-16 21:19:11 +01:00
GetTargetInterface.cmake cmake: Print compiler and linker flags in summary 2024-08-16 19:27:36 +01:00
Maintenance.cmake cmake: Add Maintenance module 2024-08-16 21:19:11 +01:00
ProcessConfigurations.cmake build: Add missed -g for "Coverage" build configuration 2024-09-04 16:02:19 +01:00
TestAppendRequiredLibraries.cmake cmake: Add introspection module 2024-08-16 19:27:36 +01:00
TryAppendCXXFlags.cmake cmake: Add TryAppendCXXFlags module 2024-08-16 19:27:36 +01:00
TryAppendLinkerFlag.cmake cmake: Add TryAppendLinkerFlag module 2024-08-16 19:27:37 +01:00
WarnAboutGlobalProperties.cmake cmake: Introduce interface libraries to encapsulate common flags 2024-08-16 19:27:34 +01:00