aboutsummaryrefslogtreecommitdiff
path: root/pw_assert
AgeCommit message (Expand)Author
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
2020-08-19pw_assert: Fix usage of PW_COMMA_ARGS (again)Keir Mierle
2020-08-18Revert "pw_assert: Fix usage of PW_COMMA_ARGS"Keir Mierle
2020-08-18pw_assert: Fix usage of PW_COMMA_ARGSKeir Mierle
2020-08-11pw_assert: Fix missing NULL symbolKeir Mierle
2020-08-08pw_assert: Add roadmap to docsKeir Mierle
2020-08-04pw_assert: Rework docs overview sectionKeir Mierle
2020-08-04pw_assert: Add section on DCHECK vs CHECKKeir Mierle
2020-08-04pw_assert: Move design discussion in docsKeir Mierle
2020-07-17pw_assert: adds float near and float exactEwout van Bekkum
2020-07-01pw_span: Switch from pw::span to std::spanWyatt Hepler
2020-06-16Rename duplicate source filesMichael Spang
2020-06-16Define Linux clang target as toolchainAlexei Frolov
2020-06-16Don't declare pigweed variables as globalsArmando Montanez
2020-06-16pw_build, pw_toolchain: Add default configsAlexei Frolov
2020-06-05pw_assert: PW_CHECK_OK() macro for StatusKeir Mierle
2020-06-04pw_assert: Use enable_if for testsArmando Montanez
2020-06-03pw_assert: Add design discussion to docsKeir Mierle
2020-05-31roll: clangRob Mohr
2020-04-21Fix bad entry in pwrev/9601Rob Mohr
2020-04-21pw_assert, pw_allocator: add missing depsRob Mohr
2020-04-16pw_assert: Add DCHECK*() assert macrosKeir Mierle
2020-04-16pw_assert: fix the bazel buildRob Mohr
2020-04-15pw_assert: Add CHECK_NOTNULL, CHECK_*_NEKeir Mierle
2020-04-15pw_assert: Add real assert facade testsKeir Mierle
2020-04-13pw_assert: Split facade impl into separate fileKeir Mierle
2020-04-07Many changes to support stricter depsRob Mohr
2020-03-03pw_assert: Expand documentation coverageKeir Mierle
2020-02-28Roll GN to 239533dRob Mohr
2020-02-13pw_assert: Add basic Bazel supportKeir Mierle
2020-02-13pw_assert: Add pw_assert_basic CMake buildKeir Mierle
2020-02-12pw_assert: Add short name optionKeir Mierle
2020-02-07pw_assert: Initial assert moduleKeir Mierle