summaryrefslogtreecommitdiffstats
path: root/base/logging.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-2/+4
* Don't evaluate args to LOG(INFO) and LOG(WARNING) in release builds.skobes2015-12-071-1/+4
* Switch to static_assert in base/.avi2015-11-241-2/+2
* Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-281-2/+0
* Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https...jbudorick2015-10-271-0/+2
* Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-271-2/+0
* Cleanup: Pass std::string as const reference from ash/ + minor coding style c...ki.stfu2015-09-241-1/+1
* Get logging to chrome_debug.log working again on Windows Vista+.ananta2015-09-181-0/+3
* Make CHECK_EQ and friends work properly in an if/else structure without braces.erikwright2015-07-221-14/+41
* Reduce inline code size for CHECK() on Android builds.tnagel2015-07-121-3/+7
* Improve comment in logging.h.tnagel2015-07-121-1/+1
* Chrome OS: Reduce NOTREACHED() overhead for release builds.tnagel2015-05-241-2/+6
* Revert of Remove unnecessary ternaries to improve readability. (patchset #1 i...piman2015-05-051-4/+4
* Remove unnecessary ternaries to improve readability.tnagel2015-05-051-4/+4
* Stronger comment for LAZY_STREAM macro.chcunningham2015-02-071-1/+1
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-081-20/+18
* NOTREACHED should use DCHECK if DCHECK_ALWAYS_ON is set on cros.oshima2014-10-281-1/+1
* Add __analysis_assume support to CHECK macros to reduce warnings with /analyze.brucedawson2014-10-231-1/+40
* Enable "extern template" under MSVCmdempsky2014-10-031-3/+0
* base: Add CHECK_IMPLIES and DCHECK_IMPLIES.vmpstr2014-10-021-0/+2
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-011-4/+4
* Move logging.h's definitions of operator<< into namespace std.jyasskin@chromium.org2014-07-081-0/+10
* [Android] Spill out CHECK error message in official buildfeng@chromium.org2014-07-081-1/+1
* Remove two unused logging::LogMessage constructors.viettrungluu@chromium.org2014-06-181-22/+4
* Remove the LOG_ERROR_REPORT log severity level.viettrungluu@chromium.org2014-06-171-27/+8
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-9/+0
* Extracted logging::SystemErrorCodeToString function.vitalybuka@chromium.org2014-04-231-37/+12
* Change DCHECK_IS_ON() to DCHECK_IS_ONwangxianzhu@chromium.org2014-03-141-15/+11
* Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 onlywangxianzhu@chromium.org2014-03-101-68/+8
* Avoid function call for disabled DCHECK in non-official release buildwangxianzhu@chromium.org2014-03-051-6/+7
* Documentation fix - Delete meaningless paragraph.girard@chromium.org2014-01-211-4/+0
* Log an error in release builds when NOTREACHED is hit in ChromiumOS builds. ...zork@chromium.org2013-09-261-0/+5
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-211-30/+52
* allow unofficial builds with DCHECK and DLOG disabledmostynb@opera.com2013-06-211-2/+10
* Remving global statics from the headers, so we can split-link.cpu@chromium.org2013-05-211-2/+3
* If OFFICIAL_BUILD is set on any platform, omit DCHECKs in Release mode.jyasskin@chromium.org2013-05-171-5/+1
* Ensure that logging works in the GPU process when the --enable-logging and --...ananta@chromium.org2013-02-271-0/+5
* Fix compile breakage when using stream operators when NOTIMPLEMENTED_POLICY=5.miu@chromium.org2013-02-131-3/+5
* Only define ERROR on windows buildsjoth@chromium.org2013-01-101-0/+2
* Revert "Revert 147986 - [Android] Add remaining build/common.gypi changes fro...yfriedman@chromium.org2012-07-251-0/+4
* Revert 147986 - [Android] Add remaining build/common.gypi changes from downst...yfriedman@chromium.org2012-07-241-4/+0
* [Android] Add remaining build/common.gypi changes from downstream and strip N...yfriedman@chromium.org2012-07-231-0/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Make NOTIMPLEMENTED_POLICY=0 actually work.torne@chromium.org2012-01-301-1/+1
* Add OSSTATUS_LOG API.mark@chromium.org2012-01-271-1/+0
* Move operator<< for StringPiece into string_piece.{h,cc}akalin@chromium.org2012-01-201-11/+1
* Extract common code from StringPiece and StringPiece16 into a templated base ...erikwright@chromium.org2011-12-221-1/+2
* Revert "Extract common code from StringPiece and StringPiece16 into a templat...erikwright@chromium.org2011-12-131-2/+1
* Extract common code from StringPiece and StringPiece16 into a templated base ...erikwright@chromium.org2011-12-131-1/+2
* Don't delete g_vlog_infostevenjb@chromium.org2011-12-031-0/+4