gtk2/gtk/roaring
Emmanuel Gil Peyrot 84c6708366 Remove unused static inline function
This was causing a warning on AArch64 since __LITTLE_ENDIAN__ and
__BIG_ENDIAN__ weren’t set, but the functions were actually completely
unused.
2020-12-25 16:16:43 +01:00
..
COPYING
README.md
roaring.c *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
roaring.h Remove unused static inline function 2020-12-25 16:16:43 +01:00

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.