| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Pass std::string as const reference from ash/ + minor coding style c... | ki.stfu | 2015-09-24 | 1 | -1/+1 |
* | Get logging to chrome_debug.log working again on Windows Vista+. | ananta | 2015-09-18 | 1 | -0/+3 |
* | Make CHECK_EQ and friends work properly in an if/else structure without braces. | erikwright | 2015-07-22 | 1 | -14/+41 |
* | Reduce inline code size for CHECK() on Android builds. | tnagel | 2015-07-12 | 1 | -3/+7 |
* | Improve comment in logging.h. | tnagel | 2015-07-12 | 1 | -1/+1 |
* | Chrome OS: Reduce NOTREACHED() overhead for release builds. | tnagel | 2015-05-24 | 1 | -2/+6 |
* | Revert of Remove unnecessary ternaries to improve readability. (patchset #1 i... | piman | 2015-05-05 | 1 | -4/+4 |
* | Remove unnecessary ternaries to improve readability. | tnagel | 2015-05-05 | 1 | -4/+4 |
* | Stronger comment for LAZY_STREAM macro. | chcunningham | 2015-02-07 | 1 | -1/+1 |
* | base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON(). | danakj | 2015-01-08 | 1 | -20/+18 |
* | NOTREACHED should use DCHECK if DCHECK_ALWAYS_ON is set on cros. | oshima | 2014-10-28 | 1 | -1/+1 |
* | Add __analysis_assume support to CHECK macros to reduce warnings with /analyze. | brucedawson | 2014-10-23 | 1 | -1/+40 |
* | Enable "extern template" under MSVC | mdempsky | 2014-10-03 | 1 | -3/+0 |
* | base: Add CHECK_IMPLIES and DCHECK_IMPLIES. | vmpstr | 2014-10-02 | 1 | -0/+2 |
* | Fix more disabled MSVC warnings, base/ edition. | pkasting | 2014-10-01 | 1 | -4/+4 |
* | Move logging.h's definitions of operator<< into namespace std. | jyasskin@chromium.org | 2014-07-08 | 1 | -0/+10 |
* | [Android] Spill out CHECK error message in official build | feng@chromium.org | 2014-07-08 | 1 | -1/+1 |
* | Remove two unused logging::LogMessage constructors. | viettrungluu@chromium.org | 2014-06-18 | 1 | -22/+4 |
* | Remove the LOG_ERROR_REPORT log severity level. | viettrungluu@chromium.org | 2014-06-17 | 1 | -27/+8 |
* | Removed LOG_GETLASTERROR and LOG_ERRNO macros. | vitalybuka@chromium.org | 2014-05-21 | 1 | -9/+0 |
* | Extracted logging::SystemErrorCodeToString function. | vitalybuka@chromium.org | 2014-04-23 | 1 | -37/+12 |
* | Change DCHECK_IS_ON() to DCHECK_IS_ON | wangxianzhu@chromium.org | 2014-03-14 | 1 | -15/+11 |
* | Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 only | wangxianzhu@chromium.org | 2014-03-10 | 1 | -68/+8 |
* | Avoid function call for disabled DCHECK in non-official release build | wangxianzhu@chromium.org | 2014-03-05 | 1 | -6/+7 |
* | Documentation fix - Delete meaningless paragraph. | girard@chromium.org | 2014-01-21 | 1 | -4/+0 |
* | Log an error in release builds when NOTREACHED is hit in ChromiumOS builds. ... | zork@chromium.org | 2013-09-26 | 1 | -0/+5 |
* | Define a LoggingSettings struct to use for InitLogging() | akalin@chromium.org | 2013-06-21 | 1 | -30/+52 |
* | allow unofficial builds with DCHECK and DLOG disabled | mostynb@opera.com | 2013-06-21 | 1 | -2/+10 |
* | Remving global statics from the headers, so we can split-link. | cpu@chromium.org | 2013-05-21 | 1 | -2/+3 |
* | If OFFICIAL_BUILD is set on any platform, omit DCHECKs in Release mode. | jyasskin@chromium.org | 2013-05-17 | 1 | -5/+1 |
* | Ensure that logging works in the GPU process when the --enable-logging and --... | ananta@chromium.org | 2013-02-27 | 1 | -0/+5 |
* | Fix compile breakage when using stream operators when NOTIMPLEMENTED_POLICY=5. | miu@chromium.org | 2013-02-13 | 1 | -3/+5 |
* | Only define ERROR on windows builds | joth@chromium.org | 2013-01-10 | 1 | -0/+2 |
* | Revert "Revert 147986 - [Android] Add remaining build/common.gypi changes fro... | yfriedman@chromium.org | 2012-07-25 | 1 | -0/+4 |
* | Revert 147986 - [Android] Add remaining build/common.gypi changes from downst... | yfriedman@chromium.org | 2012-07-24 | 1 | -4/+0 |
* | [Android] Add remaining build/common.gypi changes from downstream and strip N... | yfriedman@chromium.org | 2012-07-23 | 1 | -0/+4 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Make NOTIMPLEMENTED_POLICY=0 actually work. | torne@chromium.org | 2012-01-30 | 1 | -1/+1 |
* | Add OSSTATUS_LOG API. | mark@chromium.org | 2012-01-27 | 1 | -1/+0 |
* | Move operator<< for StringPiece into string_piece.{h,cc} | akalin@chromium.org | 2012-01-20 | 1 | -11/+1 |
* | Extract common code from StringPiece and StringPiece16 into a templated base ... | erikwright@chromium.org | 2011-12-22 | 1 | -1/+2 |
* | Revert "Extract common code from StringPiece and StringPiece16 into a templat... | erikwright@chromium.org | 2011-12-13 | 1 | -2/+1 |
* | Extract common code from StringPiece and StringPiece16 into a templated base ... | erikwright@chromium.org | 2011-12-13 | 1 | -1/+2 |
* | Don't delete g_vlog_info | stevenjb@chromium.org | 2011-12-03 | 1 | -0/+4 |
* | Make CHECK not print messages in official builds | akalin@chromium.org | 2011-12-02 | 1 | -27/+52 |
* | Fix bug where DVLOGs are treated as DLOG(INFO)s | akalin@chromium.org | 2011-10-25 | 1 | -1/+1 |
* | base: Reenable external templates in logging.h when using component build. | erg@chromium.org | 2011-10-24 | 1 | -6/+10 |
* | Remove no longer needed android hack from logging. | torne@chromium.org | 2011-10-11 | 1 | -5/+0 |
* | Add a gyp flag to enable dcheck by default in release without | nsylvain@chromium.org | 2011-09-20 | 1 | -1/+14 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -26/+26 |