aboutsummaryrefslogtreecommitdiff
path: root/pw_assert
AgeCommit message (Expand)Author
2022-02-17pw_system: Import used backendsArmando Montanez
2022-02-07pw_build/CMake: Clean up the CMake functionsEwout van Bekkum
2022-02-03pw_assert: Flush stdout as well in print_and_abort.hWyatt Hepler
2022-02-02pw_assert: Lite backend impl that prints and abortsWyatt Hepler
2022-01-13pw_assert: Assert macro facadeArmando Montanez
2022-01-08pw_build: Add module configuration support for CMakeEwout van Bekkum
2021-12-09pw_unit_test: Check test suite namesWyatt Hepler
2021-12-02pw_{assert, log}: Remove deprecated short config macrosWyatt Hepler
2021-12-01pw_assert: Optionally disable CHECK value captureArmando Montanez
2021-11-19pw_assert: Simplify PW_CHECK implementationWyatt Hepler
2021-11-18pw_assert: Namespace internal ConvertToType functionWyatt Hepler
2021-11-16pw_assert: Use static_cast in PW_CHECK comparisonsWyatt Hepler
2021-11-15pw_assert: Use consistent module configurationEwout van Bekkum
2021-11-12pw_assert: Update docs.rst to comply with Style GuideErik Gilling
2021-11-12pw_build: Track target source files via GN metatdataErik Gilling
2021-11-03OWNERS: Add throughout treeRob Mohr
2021-09-08docs: Restore blockdiag diagramsWyatt Hepler
2021-09-07docs: Remove blockdiagWyatt Hepler
2021-08-30all: Pass clang-tidy modernize-use-bool-literals checkHenri Chataing
2021-08-02pw_assert: Prevent double evaluation in PW_CHECK_OKWyatt Hepler
2021-07-29workspace: Updates Bazel build files to work in CINathaniel Brough
2021-07-14bazel: Rename BUILD to BUILD.bazelAkira Baruah
2021-06-29bazel: Remove unnecessary license commentsRob Mohr
2021-05-14pw_assert: Reorganize backends for new patternWyatt Hepler
2021-05-12pw_docs: Fixup minor typos, add clarificationsShiva Rajagopal
2021-05-07pw_build: pw_facade require_link_deps argWyatt Hepler
2021-05-04pw_assert: Mark PW_ASSERT function as non-returningWyatt Hepler
2021-05-04pw_build: Support specifying final link dependenciesWyatt Hepler
2021-05-01workspace: Switches Bazel builds to using facadesNathaniel Brough
2021-05-01pw_assert: Rename light GN target and testWyatt Hepler
2021-04-30pw_snapshot: Add snapshot protoArmando Montanez
2021-04-30pw_assert: Remove the deprecated light.h headerWyatt Hepler
2021-04-30pw_assert: Switch to the new header namesWyatt Hepler
2021-04-29pw_assert, pw_string, pw_trace_tokenized: FormattingRob Mohr
2021-04-29pw_assert: FormattingRob Mohr
2021-04-12Re-enable asserts in headersAlexei Frolov
2021-03-19pw_assert: Rename assert/check headersWyatt Hepler
2021-03-09pw_assert: Fix bazel buildNathaniel Brough
2021-03-08build: Fix missing void parameters in CWyatt Hepler
2021-01-11pw_status: Replace Status::Ok() with OkStatus()Wyatt Hepler
2020-11-04CMake: Revamp CMake buildWyatt Hepler
2020-10-16pw_build: Move "-Wcast-qual" to strict_warningsEwout van Bekkum
2020-10-16pw_build: Add "-Wcast-qual" to extra_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-09-29pw_assert: Only extern "C" in C++Wyatt Hepler
2020-09-25pw_assert: Fix dangling else footgunKeir Mierle
2020-09-25pw_assert: Add new "light" PW_ASSERT macrosKeir Mierle
2020-09-08pw_preprocessor: Rename macro_arg_count.hWyatt Hepler