Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aosp-mirror/platform_dalvik
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: teamgummy/platform_dalvik
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ics
Choose a head ref
  • 2 commits
  • 20 files changed
  • 2 contributors

Commits on Jun 12, 2012

  1. Change I9c461fcd: dalvik: Fix various compile failures with gcc 4.6

    dalvik: Fix various compile failures with gcc 4.6
    
    This fixes numerous compile errors with gcc 4.6, and combinations
    of -DNDEBUG, -DLOG_NDEBUG resulting in variables being defined but
    not used - resulting in a compiler warning (or build breakage
    with -Werror).
    
    Signed-off-by: Bernhard Rosenkraenzer <[email protected]>
    
    dalvik: Fix aliasing violation
    
    Signed-off-by: Bernhard Rosenkraenzer <[email protected]>
    
    dalvik/libdex: Change to -O2 if we're building with -O3
    
    This is a workaround for an apparent gcc bug.
    https://bugs.launchpad.net/linaro-android/+bug/948255
    
    Signed-off-by: Bernhard Rosenkraenzer <[email protected]>
    
    dalvik: Fix build with ISO C++11
    
    Fixes some confusion between jchar and the new char16_t
    
    Signed-off-by: Bernhard Rosenkraenzer <[email protected]>
    kejar31@kejar31 committed Jun 12, 2012
    Configuration menu
    Copy the full SHA
    ae96ba1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2012

  1. Configuration menu
    Copy the full SHA
    ae48e74 View commit details
    Browse the repository at this point in the history
Loading