ubuntu/+source/android-platform-art:applied/ubuntu/mantic-proposed

Last commit made on 2023-07-24
Get this branch:
git clone -b applied/ubuntu/mantic-proposed https://git.launchpad.net/ubuntu/+source/android-platform-art
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
applied/ubuntu/mantic-proposed
Repository:
lp:ubuntu/+source/android-platform-art

Recent commits

1e132a0... by Roger Shimizu <email address hidden>

13.0.0+r63-2 (patches applied)

Imported using git-ubuntu import.

34f9069... by Roger Shimizu <email address hidden>

Fix for pthread_stack

Gbp-Pq: fix-pthread-stack.patch.

66c7f47... by Roger Shimizu <email address hidden>

Remove constexpr

Gbp-Pq: remove-constexpr.patch.

d7cd1c9... by Roger Shimizu <email address hidden>

Add missing 'std::' scope identifiers.

Gbp-Pq: fix-standard-namespace-errors.patch.

5b4d087... by Roger Shimizu <email address hidden>

Workaround cacheflush on arm

Gbp-Pq: workaround-cacheflush-on-arm.patch.

c63fb1a... by Roger Shimizu <email address hidden>

non-x86 arches do not have PAGE_SIZE

Gbp-Pq: fix-build-on-non-x86.patch.

2a6fb16... by Roger Shimizu <email address hidden>

Add standard namespace scope resolution

Gbp-Pq: method-reference-std-ns.patch.

7ff7361... by Roger Shimizu <email address hidden>

Fix concatenation of storage_mode string.

Gbp-Pq: storage-mode-concat.patch.

35136ea... by Roger Shimizu <email address hidden>

Conforms with the exception specification of `std::atomic`

Gbp-Pq: atomic-exception-specification.patch.

f8db9ec... by Roger Shimizu <email address hidden>

Use `ucontext_t` instead of `ucontext`

Gbp-Pq: ucontext.patch.