Here are
76 public repositories
matching this topic...
Backport of UICollectionViewCompositionalLayout to earlier iOS 12
Updated
Jun 2, 2021
Swift
ElvUI for World of Warcraft - Wrath of the Lich King (3.3.5a)
A simple CLI tool that automates the process of backporting commits on a GitHub repo
Updated
Jul 29, 2021
TypeScript
A backport of the Python 3 subprocess module for use on Python 2.
Updated
Jun 16, 2020
Python
Backporting .NET and more: LINQ expressions in .net 2.0 - nuget Theraot.Core available.
FingerprintDialog from Android 28 (P) back ported to Android 23 (M).
Updated
Aug 17, 2018
Java
ElvUI for World of Warcraft - The Burning Crusade (2.4.3)
An implementation of time.monotonic() for Python 2 & Python 3
Updated
Apr 9, 2021
Python
ElvUI for World of Warcraft - Vanilla (1.12.1)
Backports Java 8 APIs (java.util.Optional, java.util.function, java.util.stream, java.util.concurrent.CompletableFuture, java.time) to Android APIs < 24 (Android 7.0 Nougat)
Backports unserialize options introduced in PHP 7.0 to older PHP versions.
Backport of the cross-DB JSONField model and form fields from Django 3.1.
Updated
Mar 5, 2021
Python
🔙 GitHub Action to backport pull requests
Updated
Jul 23, 2021
TypeScript
This is sleirsgoevy's PS4 jailbreak for firmware 7.02/7.5x, upgraded with additional features and more payloads.
Updated
Jul 29, 2021
JavaScript
backport of lib2to3, with enhancements
Updated
Jun 8, 2021
Python
ElvUI for World of Warcraft - Cataclysm (4.3.4)
Backport compiler for Python 3.6 formatted string literals (f-string).
Updated
Jun 12, 2021
Python
A backport of Java8 optionals for Java7
Updated
Jun 23, 2017
Java
ElvUI for World of Warcraft - Mists of Pandaria (5.4.8)
Backport of 'functools.singledispatchmethod' from Python 3.8 to Python 2.7 - 3.7.
Updated
Aug 12, 2019
Python
Universal facade of JDK 9+ API, focused on Collection factory methods
Updated
Jan 28, 2021
Java
//2019.7-Backport EAS-sched governor //2020.1-Backport 3.18.y & f2fs-4.18.y //2021.2-split device tree attempt to rebase on upstream 5.11.y for support //Above in 2020.1 work now apply in Mi-4c (Libra) with **Lineage 19**, arthor by WJXXBSH!
SLB: C++ Standard Library Backport
Python 3.8 backport for Debian buster
Updated
Feb 4, 2021
Dockerfile
AsyncExitStack backport for Python 3.5+
Updated
Jun 9, 2021
Python
A fast implementation of mmap in Python
Updated
Jun 3, 2020
Python
Parse transformer for use new OTP functions in old Erlang/OTP releases
Updated
Jul 15, 2021
Erlang
Updated
Oct 30, 2017
Python
Backport Material Design NumberPicker widget
Updated
Feb 14, 2021
Java
Improve this page
Add a description, image, and links to the
backport
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
backport
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Checklist
Description
C++11 introduced
shared_ptr, which works withT[]types -- but only if the type is given a custom deleter. C++20 expanded this to supportshared_ptr<T[]>, and introduces an overload formake_sharedfor this.Backport should be updated to support thi