We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f9669 commit 813dcd4Copy full SHA for 813dcd4
AUTHORS
@@ -268,3 +268,6 @@ We have received the following contributions:
268
269
- Dimitry Andric
270
2024-09: Added support for libc++ 19 and later.
271
+
272
+ - Philip Prindeville
273
+ 2024-09: Brought down the number of utilities keactrl depends on.
ChangeLog
@@ -1,3 +1,8 @@
1
+2279. [build] pprindeville
2
+ Replace the cut and rev utilities with shell variable expansions,
3
+ improving compatibility with minimal setups on embedded systems.
4
+ (Gitlab #3533)
5
6
2278. [build] dim
7
Replace ``std::basic_string<uint8_t>`` with equivalent
8
``std::vector<uint8_t>`` constructs, since the former has been
0 commit comments