openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Cacao
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
22 days
ago. based on code collected
22 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 14 of 317
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Updated uses of buffer API in OpenJDK related code.
Fabian Gruber
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.
Fabian Gruber
More...
almost 12 years ago
Removed some ugly '#ifdefs' in test regression/native/testarguments.cpp.
Fabian Gruber
More...
almost 12 years ago
Refactored buffer API.
Fabian Gruber
More...
almost 12 years ago
Fixed empty macro argument warnings
Josef Eisl
More...
almost 12 years ago
Merged in zapster/cacao-staging (pull request #33)
Josef Eisl
More...
almost 12 years ago
Added missing '%' to format strings for write_dec, write_hex and write_ptr
Fabian Gruber
More...
almost 12 years ago
Removed unnecessary cast
Fabian Gruber
More...
almost 12 years ago
Left __STDC_FORMAT_MACROS defined in buffer.hpp
Fabian Gruber
More...
almost 12 years ago
Reverted to using Utf8String::byte_iterator instead of unsigned char* in Utf8String::is_valid_name
Fabian Gruber
More...
almost 12 years ago
Removed all '#if' blocks in buffer.hpp with the help of <inttypes.h>
Fabian Gruber
More...
almost 12 years ago
Merged in Ringdingcoder/cacao-staging (pull request #28)
Stefan Ring
More...
almost 12 years ago
OStream: zero padding for ThreadId
Josef Eisl
More...
almost 12 years ago
OStream: added zero padding
Josef Eisl
More...
almost 12 years ago
OStream: added setprecision()
Josef Eisl
More...
almost 12 years ago
JavaString::from_array is now not present when building with icedtea, only with classpath.
Fabian Gruber
More...
almost 12 years ago
Temporarily switched tracing to use the system memory allocator instead of dump memory.
Fabian Gruber
More...
almost 12 years ago
Added a way to unsafely create java.lang.String objects from a pre-existing char[]
Fabian Gruber
More...
almost 12 years ago
removed #ifdef ENABLE_STATISTICS from includes
Josef Eisl
More...
almost 12 years ago
fixed includes for non-default features
Josef Eisl
More...
almost 12 years ago
vm/field.cpp: Fixed return type warning
Fabian Gruber
More...
almost 12 years ago
toolbox/buffer.hpp: Added methods to write numbers to a buffer.
Fabian Gruber
More...
almost 12 years ago
native/jni.cpp: Replaced a use of builtin_new with the new JavaString API
Fabian Gruber
More...
almost 12 years ago
* src/vm/jit/mips/disass.cpp: Switch to disassembler based on binutils.
Stefan Ring
More...
almost 12 years ago
Refactored native tests and changed them to work with C++
Fabian Gruber
More...
almost 12 years ago
logging: DEBUG* macros now enabled with --enable-logging configure flag
Josef Eisl
More...
almost 12 years ago
logging: added -XX:DebugVerbose command line argument
Josef Eisl
More...
almost 12 years ago
fixed some comment issues in OStream.hpp
Josef Eisl
More...
almost 12 years ago
Moved multiline /// comments to /***
Josef Eisl
More...
almost 12 years ago
Renamed native test source to from *.c to *.cpp
Fabian Gruber
More...
almost 12 years ago
←
1
2
…
10
11
12
13
14
15
16
17
18
…
316
317
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree