aboutsummaryrefslogtreecommitdiff
path: root/pw_string/BUILD.gn
AgeCommit message (Expand)Author
2024-05-08pw_string: Support InlineBasicString<std::byte>; InlineByteString aliastmp_amf_24Q2Wyatt Hepler
2024-02-09pw_string: Make IntToString constexprWyatt Hepler
2023-10-28pw_string: Docs tweaksKeir Mierle
2023-09-18*: Use new TODO styleRob Mohr
2023-06-06pw_rpc: Conversion warning cleanupsIan McKellar
2023-05-12pw_string: Enable deprecated warningsprabhukr
2023-05-11pw_build: Disable deprecated warningsprabhukr
2023-04-12pw_string: Add conversion warnings for all targetsTaylor Cramer
2023-04-03pw_string: Enable -WconversionBen
2023-03-29pw_string: pw::string::Format overloads for pw::InlineString<>Wyatt Hepler
2023-03-27pw_string: Replace builtin with std::countl_zero polyfillWyatt Hepler
2023-02-22docs: Refactor pw_string docs file locationsKayce Basques
2023-02-17docs: Conform pw_string docs to SEED-0102Kayce Basques
2022-10-27pw_string: pw::InlineString / pw::StringBuilder integrationWyatt Hepler
2022-09-30pw_{containers,string}: Remove string features from pw::Vector<char>Wyatt Hepler
2022-09-29pw_string: Append()/Assign() helpers for pw::InlineStringWyatt Hepler
2022-09-19pw_protobuf: Use pw::InlineString for string fieldsWyatt Hepler
2022-09-01pw_string: Fixed-capacity string class similar to std::stringWyatt Hepler
2022-08-09pw_bloat: Rename pw_size_report -> pw_size_diffAlexei Frolov
2022-06-24pw_span: Explicitly specify pw_span dependencies in GNWyatt Hepler
2022-06-01pw_string: Add float expansion to host toolchainsDaniel Zheng
2022-05-31pw_string: Add config option to expand floatsDaniel Zheng
2022-05-26pw_string: Split pw_string into multiple targetsWyatt Hepler
2022-04-08pw_string: Copy to and from pw::VectorScott James Remnant
2021-05-13pw_string: redo pw::string::LengthEwout van Bekkum
2021-05-12pw_string: add pw::string::Copy methodsEwout van Bekkum
2021-05-04pw_build: Support specifying final link dependenciesWyatt Hepler
2021-01-21pw_span: Provide <span> through pw_polyfillWyatt Hepler
2020-10-15BUILD.gn files: Improve import formattingWyatt Hepler
2020-08-08GN build: No longer add public to sourcesWyatt Hepler
2020-06-16Remove legacy_target.gniArmando Montanez
2020-06-16Don't declare pigweed variables as globalsArmando Montanez
2020-06-16pw_build: Switch to pw_* target typesAlexei Frolov
2020-02-28Roll GN to 239533dRob Mohr
2020-01-16GN build: Override built-in targetsWyatt Hepler
2020-01-09pw_string: Add tests missing from test groupWyatt Hepler
2019-12-18string: main is already defined in pw_test templatePaul Mathieu
2019-12-17Add a few files that were missing from the buildWyatt Hepler
2019-11-26pw_string: start docs; StringBuilder size reportWyatt Hepler
2019-11-25pw_string: StringBuilder utility classWyatt Hepler
2019-11-21unit_test: allow targets to specify their own test mainPaul Mathieu
2019-11-19Size report for pw::string::FormatWyatt Hepler
2019-11-19Define pw_test_group templateAlexei Frolov
2019-11-15Safer snprintf / vsnprintf functionsWyatt Hepler
2019-11-14pw_string: ToString functionWyatt Hepler
2019-11-14Start the pw_string moduleWyatt Hepler