Here are
57 public repositories
matching this topic...
Backport of UICollectionViewCompositionalLayout to earlier iOS 12
Updated
Sep 30, 2020
Swift
ElvUI for World of Warcraft - Wrath of the Lich King (3.3.5a)
A backport of the Python 3 subprocess module for use on Python 2.
Updated
Jun 16, 2020
Python
A simple CLI tool that automates the process of backporting commits on a GitHub repo
Updated
Sep 21, 2020
TypeScript
FingerprintDialog from Android 28 (P) back ported to Android 23 (M).
Updated
Aug 17, 2018
Java
Backporting .NET and more: LINQ expressions in .net 2.0 - nuget Theraot.Core available.
ElvUI for World of Warcraft - The Burning Crusade (2.4.3)
An implementation of time.monotonic() for Python 2 & Python 3
Updated
Sep 13, 2020
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.
🔙 GitHub Action to backport pull requests
Updated
Oct 1, 2020
TypeScript
ElvUI for World of Warcraft - Cataclysm (4.3.4)
backport of lib2to3, with enhancements
Updated
Sep 7, 2020
Python
Backport of the cross-DB JSONField model and form fields from Django 3.1.
Updated
Sep 21, 2020
Python
A backport of Java8 optionals for Java7
Updated
Jun 23, 2017
Java
Back-port compiler for Python 3.6 f-string literals.
Updated
Aug 22, 2020
Python
ElvUI for World of Warcraft - Mists of Pandaria (5.4.8)
2019.7.8-Experimental EAS kernel for xiaomi libra & aqua /*Backport 3.18.y and f2fs-2019 and clang compilation & Rebase upstream*/ Backport now is implemented in WJXXBSH repository
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
AsyncExitStack backport for Python 3.5+
Updated
May 7, 2018
Python
SLB: C++ Standard Library Backport
Updated
Oct 30, 2017
Python
Backport Material Design NumberPicker widget
Updated
Oct 28, 2018
Java
Parse transformer for use new OTP functions in old Erlang/OTP releases
Updated
Jul 7, 2020
Erlang
A Perl backport of the /proc/meminfo "MemAvailable" metric which got introduced in Linux 3.14 kernels
Updated
Aug 22, 2018
Swift
🔙 Backport a pull request using the GitHub REST API
Updated
Sep 5, 2020
TypeScript
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