OpenSTA/util
Jaehyun Kim 59663ab640 update test files for upstream API refactoring
Adapt all cpp/tcl test files to match upstream OpenSTA API changes:
- string* output params changed to string return values (Verilog, Network)
- Report methods renamed (reportLineString->reportLine, printf->std::format)
- Delay type refactored from float typedef to class (Graph)
- Liberty model APIs updated (value semantics, shared_ptr, PocvMode)
- EXPECT_STREQ -> EXPECT_EQ for std::string returns (Sdc, Search)
- streamPrint -> sta::print with std::format specifiers (Spice)
- Avoid unset_clock_groups -all path (upstream iterator invalidation bug)

Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
2026-03-23 13:58:23 +00:00
..
test update test files for upstream API refactoring 2026-03-23 13:58:23 +00:00
Debug.cc use std::format squash 2026-03-16 15:01:38 -07:00
DispatchQueue.cc util: Add method to get thread count from dispatch queue (#324) 2025-12-12 15:49:22 -08:00
Error.cc use std::format squash 2026-03-16 15:01:38 -07:00
FlexDisableRegister.hh verilog c++ parser 2025-01-21 18:35:21 -07:00
Fuzzy.cc update copyright 2026-03-10 14:57:45 -07:00
Hash.cc update copyright 2026-03-10 14:57:45 -07:00
Machine.cc update copyright 2026-03-10 14:57:45 -07:00
MachineApple.cc update copyright 2025-01-21 18:54:33 -07:00
MachineLinux.cc use std::format squash 2026-03-16 15:01:38 -07:00
MachineUnknown.cc update copyright 2025-01-21 18:54:33 -07:00
MachineWin32.cc update copyright 2025-01-21 18:54:33 -07:00
MinMax.cc update copyright 2026-03-10 14:57:45 -07:00
PatternMatch.cc update copyright 2026-03-10 14:57:45 -07:00
Report.cc Report use string instead of string_view 2026-03-18 13:01:05 -07:00
ReportStd.cc update copyright 2026-03-10 14:57:45 -07:00
ReportTcl.cc Report use string instead of string_view 2026-03-18 13:01:05 -07:00
RiseFallMinMax.cc update copyright 2026-03-10 14:57:45 -07:00
RiseFallMinMaxDelay.cc update copyright 2026-03-10 14:57:45 -07:00
RiseFallValues.cc update copyright 2026-03-10 14:57:45 -07:00
StaConfig.hh.cmake lvf squish 2026-03-13 14:06:35 -07:00
Stats.cc use std::format squash 2026-03-16 15:01:38 -07:00
StringUtil.cc use std::format squash 2026-03-16 15:01:38 -07:00
Transition.cc update copyright 2026-03-10 14:57:45 -07:00
Util.i use std::format squash 2026-03-16 15:01:38 -07:00
gzstream.hh Fix an undefined behaviour and a memory leak (#289) 2025-09-03 15:12:26 -07:00