-
Notifications
You must be signed in to change notification settings - Fork 49
Comparing changes
Open a pull request
base repository: bylaws/libadrenotools
base: v1.0
head repository: bylaws/libadrenotools
compare: master
- 18 commits
- 19 files changed
- 4 contributors
Commits on Jul 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d3b42cc - Browse repository at this point
Copy the full SHA d3b42ccView commit details
Commits on Dec 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0e4dccf - Browse repository at this point
Copy the full SHA 0e4dccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ec3ae3 - Browse repository at this point
Copy the full SHA 4ec3ae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6c0947 - Browse repository at this point
Copy the full SHA a6c0947View commit details
Commits on Mar 5, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 19d1998 - Browse repository at this point
Copy the full SHA 19d1998View commit details
Commits on Apr 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b721d83 - Browse repository at this point
Copy the full SHA b721d83View commit details
Commits on May 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 089572c - Browse repository at this point
Copy the full SHA 089572cView commit details
Commits on May 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5cd3f5c - Browse repository at this point
Copy the full SHA 5cd3f5cView commit details
Commits on May 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 79087e7 - Browse repository at this point
Copy the full SHA 79087e7View commit details
Commits on Jun 9, 2023
-
To fix issues on older Android versions. It won't work on those versions but it also shouldn't break them.
Configuration menu - View commit details
-
Copy full SHA for 48d76e5 - Browse repository at this point
Copy the full SHA 48d76e5View commit details
Commits on Jun 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f4ce3c9 - Browse repository at this point
Copy the full SHA f4ce3c9View commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a5dfbe8 - Browse repository at this point
Copy the full SHA a5dfbe8View commit details -
Introduce new API for placed memory allocations
Useful for WOW64, where allocations need to be done in the lower 32-bits of the AS.
Configuration menu - View commit details
-
Copy full SHA for c4bc94c - Browse repository at this point
Copy the full SHA c4bc94cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for deec5f7 - Browse repository at this point
Copy the full SHA deec5f7View commit details
Commits on Apr 6, 2024
-
Improve documentation with important information
This avoids common mistakes
Configuration menu - View commit details
-
Copy full SHA for 0242843 - Browse repository at this point
Copy the full SHA 0242843View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5deac9f - Browse repository at this point
Copy the full SHA 5deac9fView commit details
Commits on Sep 10, 2024
-
bcenabler.cpp: Replace
PAGE_SIZE
withgetpagesize()
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.
Configuration menu - View commit details
-
Copy full SHA for c9d613f - Browse repository at this point
Copy the full SHA c9d613fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fae8ce - Browse repository at this point
Copy the full SHA 8fae8ceView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0...master