Here are
83 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
Jan 18, 2022
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)
ElvUI for World of Warcraft - Vanilla (1.12.1)
An implementation of time.monotonic() for Python 2 & Python 3
Updated
Apr 9, 2021
Python
Backports Java 8 APIs (java.util.Optional, java.util.function, java.util.stream, java.util.concurrent.CompletableFuture, java.time) to Android below API 24 (Android 7.0 Nougat)
Updated
Nov 25, 2021
Java
🔙 GitHub Action to backport pull requests
Updated
Jan 7, 2022
TypeScript
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
Oct 19, 2021
Python
This is sleirsgoevy's PS4 jailbreak for firmware 7.02/7.5x, upgraded with additional features and more payloads.
Updated
Dec 24, 2021
HTML
backport of lib2to3, with enhancements
Updated
Nov 13, 2021
Python
ElvUI for World of Warcraft - Cataclysm (4.3.4)
ElvUI for World of Warcraft - Mists of Pandaria (5.4.8)
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
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
A fast implementation of mmap in Python
Updated
Jun 3, 2020
Python
SLB: C++ Standard Library Backport
GitHub action to backport pull requests
Updated
Jan 6, 2022
TypeScript
//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!
AsyncExitStack backport for Python 3.5+
Updated
Nov 15, 2021
Python
Parse transformer for use new OTP functions in old Erlang/OTP releases
Updated
Oct 14, 2021
Erlang
Python 3.8 backport for Debian buster
Updated
Aug 17, 2021
Dockerfile
Updated
Oct 30, 2017
Python
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