aboutsummaryrefslogtreecommitdiff
path: root/pw_tokenizer
AgeCommit message (Expand)Author
2022-03-08pw_tokenizer: Avoid undefined behavior in test generation codeWyatt Hepler
2022-02-02pw_tokenizer: Support tokenization in a macro argumentWyatt Hepler
2022-01-27cmake: Improve CMake support across multiple modulesEwout van Bekkum
2022-01-21pw_tokenizer: Optional tokenization without argsArmando Montanez
2022-01-19pw_tokenizer: Database from JSONArmando Montanez
2022-01-15Fix the bazel buildTed Pudlik
2022-01-15pw_tokenizer: Variable length hashArmando Montanez
2022-01-13pw_tokenizer: Recursive tokenized proto messageArmando Montanez
2022-01-08pw_build: Add module configuration support for CMakeEwout van Bekkum
2021-12-20formatting: Fix C++ formatting after clang rollRob Mohr
2021-12-16Replace ssize_t with ptrdiff_t in Pigweed codeWyatt Hepler
2021-12-15pw_tokenizer: Add linker script section for FreeRTOSWyatt Hepler
2021-11-03OWNERS: Add throughout treeRob Mohr
2021-11-02[pw_tokenizer] Add missing include to tokenize_string.hErik Gilling
2021-10-28clang-tidy: Fix and enforce additional checksTed Pudlik
2021-10-21pw_tokenizer: Cast std::span<T>::size_type to size_tWyatt Hepler
2021-10-12pw_polyfill: Remove -included language_features.hWyatt Hepler
2021-10-12pw_polyfill: Remove code related to C++11 supportWyatt Hepler
2021-10-12pw_polyfill: Move std::to_array to pw::containers::to_arrayWyatt Hepler
2021-10-07pw_log: Fix log proto Bazel depsArmando Montanez
2021-08-24pw_presubmit: Add cfg+toml to sources build checkAnthony DiGirolamo
2021-08-19pw_build: Generate setup.cfg filesAnthony DiGirolamo
2021-08-19python: setup.py -> setup.cfgAnthony DiGirolamo
2021-08-10pw_tokenizer: Support alternate prefix in protosArmando Montanez
2021-07-21pw_env_setup: Update Python to 3.9Rob Mohr
2021-07-15pw_fuzzer: Adds Bazel supportNathaniel Brough
2021-07-14bazel: Rename BUILD to BUILD.bazelAkira Baruah
2021-06-29bazel: Remove unnecessary license commentsRob Mohr
2021-06-19pw_tokenizer: Accept str or bytes in detokenize.pyWyatt Hepler
2021-06-10pw_base64/pw_i2c/pw_tokenizer: Inclusive languageRob Mohr
2021-06-10pw_build: Remove instancing of pools across toolchainsMichael Spang
2021-06-09Remove absolute paths from build command linesMichael Spang
2021-06-09pw_tokenizer: List the setup.py in a BUILD.gnWyatt Hepler
2021-06-08pw_tokenizer: Tokenization options for protoWyatt Hepler
2021-06-08pw_log_tokenized: Log metadata updatesWyatt Hepler
2021-06-04pw_tokenizer: Move Base64 functions to classWyatt Hepler
2021-05-22pw_tokenizer: Use inclusive languageRob Mohr
2021-05-18pw_tokenizer: Fix doc reference to scriptKeir Mierle
2021-05-01workspace: Switches Bazel builds to using facadesNathaniel Brough
2021-04-12Fixes for GCC 10 compatibilityWyatt Hepler
2021-04-07docs: Link to docs & code search in README.mdWyatt Hepler
2021-04-06pw_tokenizer: Custom tokenization macro supportWyatt Hepler
2021-04-06pw_tokenizer: Move encode_args.h header to make it publicWyatt Hepler
2021-04-01style: update non-type template args to kCamelCaseEwout van Bekkum
2021-03-17pw_tokenizer: Display as prefixed Base64 if decoding failsWyatt Hepler
2021-03-16pw_tokenizer: Decode token databases as UTF-8Wyatt Hepler
2021-03-13pw_tokenizer: pw_tokenizer_database args updateWyatt Hepler
2021-03-12pw_tokenizer: Support masking tokensWyatt Hepler
2021-03-12pw_tokenizer: Allow globs in GN database templateWyatt Hepler
2021-02-25pw_tokenizer: Support 256-byte hashes in CWyatt Hepler