summaryrefslogtreecommitdiffstats
path: root/src/logging.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the Mac build by working around a GCC 4.2 bug.Elliott Hughes2012-03-291-0/+4
* Make the hex dump more generally useful (specifically in CHECKs).Elliott Hughes2012-03-291-1/+16
* Make CHECKs with char*s do what you mean.Elliott Hughes2012-01-131-0/+26
* Add a macro GCC_VERSION and use it to control code paths.Shih-wei Liao2012-01-131-0/+4
* Clean up verbose logging.Elliott Hughes2011-12-131-0/+20
* Provide a convenience for logging types that don't have an operator<<.Elliott Hughes2011-10-281-0/+26
* Bring across the JDWP implementation.Elliott Hughes2011-10-211-0/+2
* Fix cpplint's whitespace warnings.Elliott Hughes2011-10-171-1/+1
* Bring our native stack usage down.Elliott Hughes2011-10-161-5/+22
* Various tidy ups, add LIKELY/UNLIKELY macros.Ian Rogers2011-10-121-3/+4
* Add support for the Android-specific DEBUG and VERBOSE log levels.Elliott Hughes2011-10-111-30/+33
* Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK).Elliott Hughes2011-10-071-38/+42
* Thread suspension.Elliott Hughes2011-09-141-1/+10
* More threads work.Elliott Hughes2011-09-111-12/+0
* Add locking to the heap.Elliott Hughes2011-09-081-0/+12
* Log line-at-a-time to work around Android logging lossage.Elliott Hughes2011-09-061-14/+18
* Reset the stream state at the end of each line of logging.Elliott Hughes2011-08-251-0/+1
* Extra tests (and a bug fix).Elliott Hughes2011-08-161-2/+3
* Use the UNIMPLEMENTED macro everywhere.Elliott Hughes2011-08-121-0/+2
* Improve CHECK_<op> logging.Elliott Hughes2011-07-171-8/+20
* Implement Runtime::Abort and switch LOG(FATAL) over to it.Elliott Hughes2011-07-171-0/+2
* Flesh out the logging implementation.Elliott Hughes2011-07-171-22/+37
* Add class loading infrastructure.Carl Shapiro2011-06-271-0/+1
* Shorten the namespace and re-normalize include guards.Carl Shapiro2011-06-211-3/+3
* Add basic assembler interface and an x86 backend.Carl Shapiro2011-06-211-0/+1
* Fix the include guard style.Carl Shapiro2011-06-201-3/+3
* Add a minimal logging interface and implementation.Carl Shapiro2011-06-201-0/+101