aboutsummaryrefslogtreecommitdiff
path: root/pw_allocator
AgeCommit message (Expand)Author
2021-12-01docs: Fix fuction signature indentation+color cssAnthony DiGirolamo
2021-11-03OWNERS: Add throughout treeRob Mohr
2021-08-24pw_presubmit: Add cfg+toml to sources build checkAnthony DiGirolamo
2021-08-19python: setup.py -> setup.cfgAnthony DiGirolamo
2021-08-16overall: Adding `IgnoreError()` where Status was discardedAdrien Larbanet
2021-07-14bazel: Rename BUILD to BUILD.bazelAkira Baruah
2021-06-29bazel: Remove unnecessary license commentsRob Mohr
2021-05-24pw_allocator: Use inclusive languageRob Mohr
2021-05-01workspace: Switches Bazel builds to using facadesNathaniel Brough
2021-04-30pw_assert: Switch to the new header namesWyatt Hepler
2021-04-01style: update non-type template args to kCamelCaseEwout van Bekkum
2021-02-10pw_allocator: Check FreeListHeap Block init statusArmando Montanez
2021-02-06pw_allocator: Fix tests on ARM Clang buildArmando Montanez
2021-02-05pw_toolchain: ARM clang toolchainArmando Montanez
2021-01-21pw_span: Provide <span> through pw_polyfillWyatt Hepler
2021-01-11pw_status: Replace Status::Ok() with OkStatus()Wyatt Hepler
2020-12-16Python: Restore missing local deps in setup.pyWyatt Hepler
2020-12-04pw_build: Support specifying mypy/pylint configWyatt Hepler
2020-10-22Python: Generate BUILD.gn files for Python packagesWyatt Hepler
2020-10-22Python: Add py.typed files per PEP 561Wyatt Hepler
2020-10-22pw_build: pw_python_package and mypy fixesWyatt 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-30pw_status: Update Status::CODE to Status::Code()Wyatt Hepler
2020-08-19pw_build: Add support for pw_python_wheels targetsJoe Ethier
2020-08-08GN build: No longer add public to sourcesWyatt Hepler
2020-08-07pw_allocator: Heap visualizationChenghan Zhou
2020-07-31pw_allocator: Add block sanity checkChenghan Zhou
2020-07-18docs: some more minor updatesEwout van Bekkum
2020-07-17pw_allocator: replacing malloc()Chenghan Zhou
2020-07-01pw_span: Switch from pw::span to std::spanWyatt Hepler
2020-06-23pw_allocator: Remove unnecessary reinterpret_castsWyatt Hepler
2020-06-16Update Pigweed presubmitArmando Montanez
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-06-16pw_build, pw_toolchain: Add default configsAlexei Frolov
2020-06-08pw_allocator: Add Realloc and CallocChenghan
2020-05-14pw_allocator: Allocator implementation.Jamie Garside
2020-04-21pw_assert, pw_allocator: add missing depsRob Mohr
2020-04-20pw_allocator: add explicit ctadRob Mohr
2020-04-17pw_allocator: Allocator utility implementations.Jamie Garside