aboutsummaryrefslogtreecommitdiff
path: root/pw_string/public
AgeCommit message (Expand)Author
2021-01-11pw_status: Replace Status::Ok() with OkStatus()Wyatt Hepler
2021-01-08pw_kvs: Make kvs compile with C++14Rob Oliver
2020-09-30pw_status: Update Status::CODE to Status::Code()Wyatt Hepler
2020-08-05pw_string: Add ByteSpan StringBuilder constructorArmando Montanez
2020-07-20pw_hex_dump: Create moduleArmando Montanez
2020-06-23pw_span: Move pw_string, pw_unit_test to std::spanWyatt Hepler
2020-06-16pw_string: Print pw_Status like pw::StatusWyatt Hepler
2020-04-24Allow-list unsigned integer overflows.Aaron Green
2020-03-18pw_string: Fix ToString for scoped enumerationsWyatt Hepler
2020-01-24pw_string: Rename va_list Format to FormatVaListWyatt Hepler
2020-01-06pw_varint: use std::byte instead of uint8_tAlexei Frolov
2019-11-27Fix copyright noticesWyatt Hepler
2019-11-27Bazel build fixes.Rob Mohr
2019-11-25pw_string: StringBuilder utility classWyatt Hepler
2019-11-22pw_string: Handle nullptr C stringsWyatt Hepler
2019-11-19Make IntToString argument names consistent.Rob Mohr
2019-11-15Safer snprintf / vsnprintf functionsWyatt Hepler
2019-11-15Hexadecimal printing functionWyatt Hepler
2019-11-15pw_string: Add missing string_view includeKeir Mierle
2019-11-14pw_string: ToString functionWyatt Hepler
2019-11-14Start the pw_string moduleWyatt Hepler