Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support `AbslStringify` with `DCHECK_EQ`. | Abseil Team | 2024-05-16 | 1 | -0/+158 |
| | | | | | | | `AbslStringify` is the [recommended](abseil.io/tips/215) way to make a type printable. However, the simple expression `DCHECK_EQ(x, y)` fails when either argument implements it, and not `operator<<`. PiperOrigin-RevId: 634261367 Change-Id: Ic42666c286cf172c9482abbd28194da828706c71 | ||||
* | Rename ABSL_*_IMPL macros to match the other ABSL_LOG_INTERNAL_* macros and ↵ | Andy Getzendanner | 2023-05-19 | 1 | -0/+528 |
to make sure it's clear that they're internal. Also rename the log and check test files from .h to .inc per https://google.github.io/styleguide/cppguide.html#Self_contained_Headers. PiperOrigin-RevId: 533603350 Change-Id: Iad5d8b683e33b63784cc8e64b84da09f5fc3bf1e |