gtk2/gtk/roaring
Simon McVittie 95cd8c1eb9 Move roaring bitmaps code to gtk/roaring/ and add a README
As suggested by Matthias Clasen on gtk!2408. This keeps the
Apache-licensed stuff together.

As per the discussion on gtk!2408 and gtk!2409, replacing this with
upstream CRoaring is specifically not supported by the GTK maintainers.

Signed-off-by: Simon McVittie <smcv@debian.org>
2020-08-08 18:30:41 +01:00
..
COPYING
README.md Move roaring bitmaps code to gtk/roaring/ and add a README 2020-08-08 18:30:41 +01:00
roaring.c
roaring.h

Roaring bitmaps implementation

This directory contains code modified for GTK, based on the Roaring bitmaps reference implementation CRoaring.

It is not necessarily compatible with past or future versions of CRoaring, and replacing it with a different version or linking to a system copy is not supported.

See the source files for copyright and licensing information, and the COPYING file for the full text of the Apache license, version 2.0.

When proposing modifications for these files, please consider whether they are also suitable for submission to CRoaring.