1
I Use This!
Inactive

Commits : Listings

Analyzed 22 days ago. based on code collected 22 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated uses of buffer API in OpenJDK related code. More... almost 12 years ago
Added __STDC_FORMAT_MACROS to OS_FLAGS so it is defined in all files. This allows us to use inttypes.h for portable printf format strings. More... almost 12 years ago
Removed some ugly '#ifdefs' in test regression/native/testarguments.cpp. More... almost 12 years ago
Refactored buffer API. More... almost 12 years ago
Fixed empty macro argument warnings More... almost 12 years ago
Merged in zapster/cacao-staging (pull request #33) More... almost 12 years ago
Added missing '%' to format strings for write_dec, write_hex and write_ptr More... almost 12 years ago
Removed unnecessary cast More... almost 12 years ago
Left __STDC_FORMAT_MACROS defined in buffer.hpp More... almost 12 years ago
Reverted to using Utf8String::byte_iterator instead of unsigned char* in Utf8String::is_valid_name More... almost 12 years ago
Removed all '#if' blocks in buffer.hpp with the help of <inttypes.h> More... almost 12 years ago
Merged in Ringdingcoder/cacao-staging (pull request #28) More... almost 12 years ago
OStream: zero padding for ThreadId More... almost 12 years ago
OStream: added zero padding More... almost 12 years ago
OStream: added setprecision() More... almost 12 years ago
JavaString::from_array is now not present when building with icedtea, only with classpath. More... almost 12 years ago
Temporarily switched tracing to use the system memory allocator instead of dump memory. More... almost 12 years ago
Added a way to unsafely create java.lang.String objects from a pre-existing char[] More... almost 12 years ago
removed #ifdef ENABLE_STATISTICS from includes More... almost 12 years ago
fixed includes for non-default features More... almost 12 years ago
vm/field.cpp: Fixed return type warning More... almost 12 years ago
toolbox/buffer.hpp: Added methods to write numbers to a buffer. More... almost 12 years ago
native/jni.cpp: Replaced a use of builtin_new with the new JavaString API More... almost 12 years ago
* src/vm/jit/mips/disass.cpp: Switch to disassembler based on binutils. More... almost 12 years ago
Refactored native tests and changed them to work with C++ More... almost 12 years ago
logging: DEBUG* macros now enabled with --enable-logging configure flag More... almost 12 years ago
logging: added -XX:DebugVerbose command line argument More... almost 12 years ago
fixed some comment issues in OStream.hpp More... almost 12 years ago
Moved multiline /// comments to /*** More... almost 12 years ago
Renamed native test source to from *.c to *.cpp More... almost 12 years ago