Skip to content
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: bylaws/libadrenotools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0
Choose a base ref
...
head repository: bylaws/libadrenotools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 19 files changed
  • 4 contributors

Commits on Jul 14, 2022

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

Commits on Dec 27, 2022

  1. Configuration menu
    Copy the full SHA
    0e4dccf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ec3ae3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6c0947 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Ensure that memory import arguments are a superset of those requested

    Fixes 8G2, where some extra top bits are set but we don't request.
    bylaws committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    19d1998 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Add compiler argument shim

    bylaws committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    b721d83 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Rework memory import API

    bylaws committed May 6, 2023
    Configuration menu
    Copy the full SHA
    089572c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

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

Commits on May 31, 2023

  1. Don't link Vulkan

    K0bin authored and bylaws committed May 31, 2023
    Configuration menu
    Copy the full SHA
    79087e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Update submodule

    To fix issues on older Android versions.
    It won't work on those versions but it also shouldn't break them.
    K0bin authored and bylaws committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    48d76e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Update submodule

    K0bin authored and bylaws committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    f4ce3c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    a5dfbe8 View commit details
    Browse the repository at this point in the history
  2. Introduce new API for placed memory allocations

    Useful for WOW64, where allocations need to be done in the lower 32-bits
    of the AS.
    bylaws committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c4bc94c View commit details
    Browse the repository at this point in the history
  3. Inverse priority when loading gsl library

    Most custom drivers ship with notgsl or vkbgsl, which should be loaded instead of the system gsl to prevent conflicts.
    bylaws committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    deec5f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Improve documentation with important information

    This avoids common mistakes
    darksylinc authored and bylaws committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    0242843 View commit details
    Browse the repository at this point in the history
  2. Add FAQ and link to example project

    darksylinc authored and bylaws committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    5deac9f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. bcenabler.cpp: Replace PAGE_SIZE with getpagesize()

    Android 15 will allow OEMs to ship arm64-v8a devices with 16KiB page sizes. Devices that use this configuration will not be able to run existing apps that use native code. To be compatible with these devices, applications will need to rebuild all their native code to be 16KiB aligned, and rewrite any code which assumes a specific page size.
    
    This change should allow for page size to be calculated dynamically to support these new devices.
    rtiangha authored and bylaws committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c9d613f View commit details
    Browse the repository at this point in the history
  2. Update linkernsbypass

    rtiangha authored and bylaws committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8fae8ce View commit details
    Browse the repository at this point in the history
Loading