index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
logging.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the Mac build by working around a GCC 4.2 bug.
Elliott Hughes
2012-03-29
1
-0
/
+4
*
Make the hex dump more generally useful (specifically in CHECKs).
Elliott Hughes
2012-03-29
1
-1
/
+16
*
Make CHECKs with char*s do what you mean.
Elliott Hughes
2012-01-13
1
-0
/
+26
*
Add a macro GCC_VERSION and use it to control code paths.
Shih-wei Liao
2012-01-13
1
-0
/
+4
*
Clean up verbose logging.
Elliott Hughes
2011-12-13
1
-0
/
+20
*
Provide a convenience for logging types that don't have an operator<<.
Elliott Hughes
2011-10-28
1
-0
/
+26
*
Bring across the JDWP implementation.
Elliott Hughes
2011-10-21
1
-0
/
+2
*
Fix cpplint's whitespace warnings.
Elliott Hughes
2011-10-17
1
-1
/
+1
*
Bring our native stack usage down.
Elliott Hughes
2011-10-16
1
-5
/
+22
*
Various tidy ups, add LIKELY/UNLIKELY macros.
Ian Rogers
2011-10-12
1
-3
/
+4
*
Add support for the Android-specific DEBUG and VERBOSE log levels.
Elliott Hughes
2011-10-11
1
-30
/
+33
*
Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK).
Elliott Hughes
2011-10-07
1
-38
/
+42
*
Thread suspension.
Elliott Hughes
2011-09-14
1
-1
/
+10
*
More threads work.
Elliott Hughes
2011-09-11
1
-12
/
+0
*
Add locking to the heap.
Elliott Hughes
2011-09-08
1
-0
/
+12
*
Log line-at-a-time to work around Android logging lossage.
Elliott Hughes
2011-09-06
1
-14
/
+18
*
Reset the stream state at the end of each line of logging.
Elliott Hughes
2011-08-25
1
-0
/
+1
*
Extra tests (and a bug fix).
Elliott Hughes
2011-08-16
1
-2
/
+3
*
Use the UNIMPLEMENTED macro everywhere.
Elliott Hughes
2011-08-12
1
-0
/
+2
*
Improve CHECK_<op> logging.
Elliott Hughes
2011-07-17
1
-8
/
+20
*
Implement Runtime::Abort and switch LOG(FATAL) over to it.
Elliott Hughes
2011-07-17
1
-0
/
+2
*
Flesh out the logging implementation.
Elliott Hughes
2011-07-17
1
-22
/
+37
*
Add class loading infrastructure.
Carl Shapiro
2011-06-27
1
-0
/
+1
*
Shorten the namespace and re-normalize include guards.
Carl Shapiro
2011-06-21
1
-3
/
+3
*
Add basic assembler interface and an x86 backend.
Carl Shapiro
2011-06-21
1
-0
/
+1
*
Fix the include guard style.
Carl Shapiro
2011-06-20
1
-3
/
+3
*
Add a minimal logging interface and implementation.
Carl Shapiro
2011-06-20
1
-0
/
+101