Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK. | Andy Getzendanner | 2023-05-23 | 1 | -4/+4 |
| | | | | | | | | | | | The non-RAW_ versions provide better output but weren't available when most of these tests were written. There are just a couple spots where RAW_ is actually needed, e.g. signal handlers and malloc hooks. Also fix a couple warnings in layout_test.cc newly surfaced because the optimizer understands CHECK_XX differently than INTERNAL_CHECK. PiperOrigin-RevId: 534584435 Change-Id: I8d36fa809ffdaae5a3813064bd602cb8611c1613 | ||||
* | Export of internal Abseil changes | Abseil Team | 2020-03-10 | 1 | -2/+2 |
| | | | | | | | | | | | -- ea0cfebeb69b25bec343652bbe1a203f5476c51a by Mark Barolak <mbar@google.com>: Change "std::string" to "string" in places where a "std::" qualification was incorrectly inserted by automation. PiperOrigin-RevId: 300108520 GitOrigin-RevId: ea0cfebeb69b25bec343652bbe1a203f5476c51a Change-Id: Ie3621e63a6ebad67b9fe56a3ebe33e1d50dac602 | ||||
* | Changed HTTP URLs to HTTPS where possible (#270) | nik7273 | 2019-03-08 | 1 | -1/+1 |
| | |||||
* | Initial Commit | misterg | 2017-09-19 | 1 | -0/+41 |