aboutsummaryrefslogtreecommitdiff
path: root/pw_polyfill
AgeCommit message (Expand)Author
2022-11-15pw_build/cmake: Migrate pw_add_module_library -> pw_add_libraryEwout van Bekkum
2022-11-06all_modules: Update OWNERS files to match stylingTim Laurence
2022-11-04pw_minimal_cpp_stdlib: Disable targets in Bazel buildWyatt Hepler
2022-10-28build: Add Android.bp for pw_rpcVictor Berchet
2022-10-08OWNERS: Add keep_sorted linesRob Mohr
2022-08-19pw_build: Build upstream Pigweed code with -WpedanticWyatt Hepler
2022-07-07pw_polyfill: Avoid using potentially undefined macro in PW_CONSTINITWyatt Hepler
2022-06-29pw_polyfill: Build file and docs cleanupWyatt Hepler
2022-06-29pw_span: Remove implicit polyfill from GNWyatt Hepler
2022-06-24pw_build: Cover more modules with Soongkarthik bharadwaj
2022-06-23pw_polyfill: Make the std::span polyfill optionalWyatt Hepler
2022-06-13pw_bytes: Replace std::endian with pw::endianWyatt Hepler
2022-06-09pw_polyfill: Move std::endian polyfill to pw::endianWyatt Hepler
2022-06-09pw_polyfill: Split up polyfill include pathsWyatt Hepler
2022-06-02pw_polyfill: Remove implicit polyfills for C++14Wyatt Hepler
2022-06-01C++14 toolchainWyatt Hepler
2022-05-31pw_polyfill: Update to support detecting C++20Wyatt Hepler
2022-02-04bazel: Add missing bazel deps and includesTed Pudlik
2022-01-19pw_polyfill: Split up the polyfill targetsEwout van Bekkum
2022-01-19pw_polyfill/cstddef: Add missing constexpr specifiersEwout van Bekkum
2022-01-10pw_polyfill: Remove C++11 and C11 polyfillsWyatt Hepler
2021-12-17Zephyr implementation of pw_rpc and dependenciesYuval Peress
2021-11-03OWNERS: Add throughout treeRob Mohr
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-08-12misc: Update non-type template parameter styleWyatt Hepler
2021-07-27workspace: Adds hermetic host toolchain for linuxNathaniel Brough
2021-07-14bazel: Rename BUILD to BUILD.bazelAkira Baruah
2021-06-29bazel: Remove unnecessary license commentsRob Mohr
2021-06-22pw_polyfill: Remove two language feature polyfillsWyatt Hepler
2021-06-12Add feature tests for C++20 constexpr and constevalMichael Spang
2021-06-09Remove absolute paths from build command linesMichael Spang
2021-03-09pw_polyfill: Add polyfill to toolchainNathaniel Brough
2021-02-05pw_toolchain: ARM clang toolchainArmando Montanez
2021-01-22pw_span: Restrict visibilityWyatt Hepler
2021-01-21pw_span: Provide <span> through pw_polyfillWyatt Hepler
2021-01-08pw_kvs: Make kvs compile with C++14Rob Oliver
2020-11-04CMake: Revamp CMake buildWyatt Hepler
2020-10-16pw_build: add "-Wundef" to strict_warningsEwout 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-31pw_polyfill: std::integer_sequence, std::to_arrayWyatt Hepler
2020-08-11pw_polyfill: Update language feature supportWyatt Hepler
2020-08-08GN build: No longer add public to sourcesWyatt Hepler
2020-07-01pw_polyfill, pw_minimal_cpp_stdlib: Fix namespaceWyatt 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