unordered-dense: update to 5.1.0
- index_bytes() is new
- `segmented_map` tears itself down in the opposite order
- `segmented_map` works with fancy pointers
kicad-symbols: update to 10.0.6
pkgsrc change: this uses python during build so include
"../../lang/python/tool.mk"
changes since 10.0.5:
Interface_USB: Add TPS25751D
Add Traco DCDC Converter TEN30UIR symbols
Update PAL20RS10, add datasheet, update layout
Fix wrong footprint in TL431PW, delete TXB0102DCT
Add Analog Devices ADuM1255 I2C isolators
Add TI TPS7E81 LDO series in a SOT-23 package
Amplifier_Operational: Add all OPA189 variants
Add Traco ACDC TMPS 03 symbols
Add generic switch SW_SPDT_201 (based on SW_SPDT_321)
Add Traco DCDC TEN 80WI symbols
Really remove unused body styles in two symbols
Add CP2105-F01-GM dual usb-uart
Update pin lengths on TL431* devices
Fix Pin-number and graphics for GasDischargeTube
Remove unused body styles in two symbols
[7 lines not shown]
c++gsl: update to 5.0.1.
5.0.1
cherrypicks to rel/5.0 in preparation for a 5.0.1 release by Carson Radtke (@carsonRadtke) in #1276
Let dyn_array_iterator convert to its const_iterator by Jeff Lenamon (@lenamonj) in #1271
Complete the random access iterator interface of dyn_array_iterator by Jeff Lenamon (@lenamonj) in #1272
5.0
What's Changed
Update return by value threshold in gsl::not_null by ozaktash in #1205
copilot: Provide more project context for the Copilot coding agent by Carson Radtke (@carsonRadtke) in #1207
Document differences between hardened std::span and gsl::span by Carson Radtke (@carsonRadtke) with @Copilot in #1206
Add constexpr to not_null comparison operators by Carson Radtke (@carsonRadtke) with @Copilot in #1208
fix: all pipeline failures by Carson Radtke (@carsonRadtke) in #1221
export proper syntax for GSL_SUPPRESS for new VS by Carson Radtke (@carsonRadtke) in #1213
[75 lines not shown]
resterm: Update to 1.9.1
This patch fixes two bugs from 1.9.0.
The Profile tab is now visible while a profile runs,
and vars.get no longer returns template text when a
@const has the same name.