summaryrefslogtreecommitdiffstats
path: root/base/logging_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-1/+1
* Don't evaluate args to LOG(INFO) and LOG(WARNING) in release builds.skobes2015-12-071-1/+19
* Make CHECK_EQ and friends work properly in an if/else structure without braces.erikwright2015-07-221-0/+24
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-081-7/+7
* Remove #include of compiler_specific.h from macros.h.pkasting2014-11-211-0/+1
* Modify ALLOW_UNUSED to allow enabling unused local warnings on MSVC.pkasting2014-10-161-1/+2
* Move logging.h's definitions of operator<< into namespace std.jyasskin@chromium.org2014-07-081-0/+18
* Remove the LOG_ERROR_REPORT log severity level.viettrungluu@chromium.org2014-06-171-23/+1
* Extracted logging::SystemErrorCodeToString function.vitalybuka@chromium.org2014-04-231-5/+9
* Change DCHECK_IS_ON() to DCHECK_IS_ONwangxianzhu@chromium.org2014-03-141-16/+16
* Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 onlywangxianzhu@chromium.org2014-03-101-24/+18
* Try to fix build more after r234081 / r234112.thakis@chromium.org2013-11-091-5/+4
* Try to fix official mac bot after r234081.thakis@chromium.org2013-11-091-0/+2
* Remving global statics from the headers, so we can split-link.cpu@chromium.org2013-05-211-3/+3
* fix gcc 4.7 compilation errors in base_unittestsmostynb@opera.com2013-04-121-4/+4
* Fix official build breakage introduced by 112649akalin@chromium.org2011-12-161-0/+5
* Make CHECK not print messages in official buildsakalin@chromium.org2011-12-021-1/+1
* Add a gyp flag to enable dcheck by default in release withoutnsylvain@chromium.org2011-09-201-5/+11
* As of g++-4.5, the first argument to EXPECT_EQ cannot bejeffbailey@chromium.org2011-04-021-2/+5
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-111-4/+4
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-4/+4
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-4/+4
* Fixed bug where CHECKs don't fire if min_log_level > FATALakalin@chromium.org2010-11-031-8/+62
* Fixed subtle difference in behavior between DCHECK and DCHECK_EQ et al.akalin@chromium.org2010-11-011-5/+44
* Made logging macros evaluate its stream arguments lazily.akalin@chromium.org2010-10-011-0/+154
* Revert 61142 - Made logging macros evaluate its stream arguments lazily.akalin@chromium.org2010-10-011-132/+0
* Made logging macros evaluate its stream arguments lazily.akalin@chromium.org2010-10-011-0/+132
* Revert 61127 - Made logging macros evaluate its stream arguments lazily.akalin@chromium.org2010-09-301-111/+0
* Made logging macros evaluate its stream arguments lazily.akalin@chromium.org2010-09-301-0/+111