aboutsummaryrefslogtreecommitdiff
path: root/pw_function
AgeCommit message (Expand)Author
2022-08-08pw_function: Replace implementation with alias to fit functionVadim Spivak
2022-08-05bazel: Fix BUILD.bazel files for a few modulesTed Pudlik
2022-08-05pw_compilation_testing: Add negative compilation testsWyatt Hepler
2022-06-30Replace some pwbug/### TODOs with b/###Rob Mohr
2022-06-23pw_build: Add -Wextra-semi to internal_strict_warningsBen Lawson
2022-06-06pw_function: Take forwarding reference instead of valueWyatt Hepler
2022-05-23pw_function: Fix fbl::Function linkRJ Ascani
2022-04-22pw_function: Delete copy constructorAustin Foxley
2022-02-10pw_function: Correct typoEwout van Bekkum
2022-01-20pw_function: Extend CMake supportEwout van Bekkum
2022-01-19pw_function: Fix for move-only typesWyatt Hepler
2022-01-08pw_build: Add module configuration support for CMakeEwout van Bekkum
2021-12-20formatting: Fix C++ formatting after clang rollRob Mohr
2021-12-17Zephyr implementation of pw_rpc and dependenciesYuval Peress
2021-11-19pw_function: Size optimizationsWyatt Hepler
2021-11-15pw_function: Expand docs for pw::Function in APIsWyatt Hepler
2021-11-09pw_function: Pass by reference or rvalue referenceWyatt Hepler
2021-11-03OWNERS: Add throughout treeRob Mohr
2021-10-28clang-tidy: Fix and enforce additional checksTed Pudlik
2021-10-18pw_function: Error message for bad instantiationsWyatt Hepler
2021-07-29workspace: Updates Bazel build files to work in CINathaniel Brough
2021-07-28pw_function: add unit tests for comparison operatorsEwout van Bekkum
2021-07-27pw_function: Function definition to pw namespaceEwout van Bekkum
2021-07-14bazel: Rename BUILD to BUILD.bazelAkira Baruah
2021-06-29bazel: Remove unnecessary license commentsRob Mohr
2021-06-22pw_function: Make constexpr constructibleWyatt Hepler
2021-06-11pw_rpc: Use pw_function callbacks in RPC clientAlexei Frolov
2021-06-08pw_function: Standard callback APIAlexei Frolov