aboutsummaryrefslogtreecommitdiff
path: root/pw_span
AgeCommit message (Expand)Author
2022-02-07pw_build/CMake: Clean up the CMake functionsEwout van Bekkum
2022-02-04bazel: Add missing bazel deps and includesTed Pudlik
2022-01-19pw_polyfill: Split up the polyfill targetsEwout van Bekkum
2021-12-17Zephyr implementation of pw_rpc and dependenciesYuval Peress
2021-11-03OWNERS: Add throughout treeRob Mohr
2021-10-12pw_polyfill: Remove code related to C++11 supportWyatt Hepler
2021-07-14bazel: Rename BUILD to BUILD.bazelAkira Baruah
2021-06-29bazel: Remove unnecessary license commentsRob Mohr
2021-02-26pw_span: Fixes bazel build allowing <span> polyfillNathaniel Brough
2021-01-22pw_span: Restrict visibilityWyatt Hepler
2021-01-21pw_span: Provide <span> through pw_polyfillWyatt Hepler
2020-11-04CMake: Revamp CMake buildWyatt Hepler
2020-10-20pw_span: Fix test's remove_configsEwout van Bekkum
2020-10-19targets: use pw_build:extra_strict_warnings upstreamEwout van Bekkum
2020-10-15BUILD.gn files: Improve import formattingWyatt Hepler
2020-10-01docs: Make labels consistent; remove boilerplateWyatt Hepler
2020-09-09pw_polyfill: Support std::endian from <bit>Wyatt Hepler
2020-08-11pw_polyfill: Update language feature supportWyatt Hepler
2020-07-20pw_span: Remove pw::span and pw_span/span.hWyatt Hepler
2020-07-08pw_span: Mark pw::span as deprecatedWyatt Hepler
2020-07-01pw_polyfill, pw_minimal_cpp_stdlib: Fix namespaceWyatt Hepler
2020-06-23pw_span: Begin transitioning to std::spanWyatt 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-04-07Many changes to support stricter depsRob Mohr
2020-03-18pw_span: Updates for C++20 std::span compatibilityWyatt Hepler
2020-03-17Docs: Add missing RST docsArmando Montanez
2020-02-28pw_span: Fix deduction guides for containersWyatt Hepler
2020-02-28Roll GN to 239533dRob Mohr
2020-01-17Make span and varint C++11 compatibleWyatt Hepler
2020-01-16GN build: Override built-in targetsWyatt Hepler
2020-01-13pw_span: Update to latest version from ChromiumWyatt Hepler
2020-01-11Various small docs fixesAlexei Frolov
2020-01-06Bazel: Move include paths to librariesWyatt Hepler
2020-01-04Basic CMake buildWyatt Hepler
2019-12-10pw_span: Fix typo and example in docsWyatt Hepler
2019-12-09Expand docs for a few modulesWyatt Hepler
2019-11-27Fix copyright noticesWyatt Hepler
2019-11-21unit_test: allow targets to specify their own test mainPaul Mathieu
2019-11-19pw_span: Update deduction guidesWyatt Hepler
2019-11-19Define pw_test_group templateAlexei Frolov
2019-11-19Move loads to beginning of BUILD files.Rob Mohr
2019-11-19Change 'size() == 0' to 'empty()'.Rob Mohr
2019-11-18Simplify bazel build.Rob Mohr
2019-11-15Add license metadata to bazel files.Rob Mohr
2019-11-14Add pw_string to bazel build.Rob Mohr
2019-11-14Add bazel build system files.Rob Mohr
2019-11-08pw_span moduleWyatt Hepler