libglvnd/src/util
Alex Richardson b3a958feb0 Update uthash to v2.3.0
Also delete files and folders that are only useful in the original
repository. Updating uthash to this version allows compiling with
CHERI LLVM where the current version of uthash (1.9.8) triggers a
warning that our build infrastructure includes in -Werror by default:
```
../../libglvnd/src/util/winsys_dispatch.c:154:9: error: cast from provenance-free integer type to pointer type will give pointer that can not be dereferenced [-Werror,-Wcheri-capability-misuse]
../../libglvnd/include/lkdhash.h:86:5: note: expanded from macro 'LKDHASH_TEARDOWN'
    LKDHASH_TEARDOWN_2(_lh, _param, cur ## _ht,                   \
    ^
../../libglvnd/include/lkdhash.h:55:9: note: expanded from macro 'LKDHASH_TEARDOWN_2'
        HASH_DEL(_LH(_lockedhash), _cur);                                       \
        ^
../../libglvnd/src/util/uthash/src/uthash.h:271:5: note: expanded from macro 'HASH_DEL'
    HASH_DELETE(hh,head,delptr)
    ^
../../libglvnd/src/util/uthash/src/uthash.h:239:14: note: expanded from macro 'HASH_DELETE'
            ((UT_hash_handle*)((ptrdiff_t)_hd_hh_del->next +                     \
             ^
```

Signed-off-by: Alex Richardson <Alexander.Richardson@cl.cam.ac.uk>
2021-10-05 09:34:36 +01:00
..
cJSON Update cJSON to version 1.5.9 2017-09-13 12:56:57 -07:00
uthash Update uthash to v2.3.0 2021-10-05 09:34:36 +01:00
Makefile.am autotools: Include meson.build and meson_options.txt in dist 2019-12-05 12:01:36 -08:00
app_error_check.c Remove extra paragraph from license text. 2021-09-30 09:21:34 -06:00
app_error_check.h Remove extra paragraph from license text. 2021-09-30 09:21:34 -06:00
cJSON.c Update cJSON to version 1.5.9 2017-09-13 12:56:57 -07:00
cJSON.h Update cJSON to version 1.5.9 2017-09-13 12:56:57 -07:00
glvnd_pthread.c Remove extra paragraph from license text. 2021-09-30 09:21:34 -06:00
glvnd_pthread.h Remove extra paragraph from license text. 2021-09-30 09:21:34 -06:00
meson.build Remove extra paragraph from license text. 2021-09-30 09:21:34 -06:00
trace.c Remove extra paragraph from license text. 2021-09-30 09:21:34 -06:00
trace.h Remove extra paragraph from license text. 2021-09-30 09:21:34 -06:00
utils_misc.c Remove extra paragraph from license text. 2021-09-30 09:21:34 -06:00
utils_misc.h Remove extra paragraph from license text. 2021-09-30 09:21:34 -06:00
winsys_dispatch.c Remove extra paragraph from license text. 2021-09-30 09:21:34 -06:00
winsys_dispatch.h Remove extra paragraph from license text. 2021-09-30 09:21:34 -06:00