Reduce header complexity

- Remove most __ASSEMBLER__ __LINKER__ ifdefs
- Rename libc/intrin/bits.h to libc/serialize.h
- Block pthread cancelation in fchmodat() polyfill
- Remove `clang-format off` statements in third_party
This commit is contained in:
Justine Tunney 2023-11-28 14:24:28 -08:00
parent 96f979dfc5
commit fa20edc44d
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
3057 changed files with 410 additions and 4398 deletions

View file

@ -1,4 +1,3 @@
/* clang-format off */
/*
bench.c - Demo program to benchmark open-source compression algorithms
Copyright (C) Yann Collet 2012-2016

View file

@ -1,4 +1,3 @@
/* clang-format off */
/*
bench.h - Demo program to benchmark open-source compression algorithm
Copyright (C) Yann Collet 2012-2016

View file

@ -1,4 +1,3 @@
/* clang-format off */
/*
datagen.c - compressible data generator test tool
Copyright (C) Yann Collet 2012-2016

View file

@ -1,4 +1,3 @@
/* clang-format off */
/*
datagen.h - compressible data generator header
Copyright (C) Yann Collet 2012-2016

View file

@ -1,4 +1,3 @@
/* clang-format off */
/*
LZ4 - Fast LZ compression algorithm
Copyright (C) 2011-present, Yann Collet.

View file

@ -1,4 +1,3 @@
/* clang-format off */
/*
* LZ4 - Fast LZ compression algorithm
* Header File

View file

@ -1,4 +1,3 @@
/* clang-format off */
/*
LZ4cli - LZ4 Command Line Interface
Copyright (C) Yann Collet 2011-2016

View file

@ -1,4 +1,3 @@
/* clang-format off */
/*
LZ4 auto-framing library
Copyright (C) 2011-2016, Yann Collet.

View file

@ -1,4 +1,3 @@
/* clang-format off */
/*
LZ4 auto-framing library
Header File

View file

@ -1,4 +1,3 @@
/* clang-format off */
/*
LZ4 HC - High Compression Mode of LZ4
Copyright (C) 2011-2017, Yann Collet.

View file

@ -1,4 +1,3 @@
/* clang-format off */
/*
LZ4 HC - High Compression Mode of LZ4
Header File

View file

@ -1,4 +1,3 @@
/* clang-format off */
/*
LZ4io.c - LZ4 File/Stream Interface
Copyright (C) Yann Collet 2011-2017

View file

@ -1,4 +1,3 @@
/* clang-format off */
/*
LZ4io.h - LZ4 File/Stream Interface
Copyright (C) Yann Collet 2011-2016

View file

@ -1,4 +1,3 @@
/* clang-format off */
/*
platform.h - compiler and OS detection
Copyright (C) 2016-present, Przemyslaw Skibinski, Yann Collet

View file

@ -1,4 +1,3 @@
/* clang-format off */
/*
util.h - utility functions
Copyright (C) 2016-present, Przemyslaw Skibinski, Yann Collet

View file

@ -1,4 +1,3 @@
/* clang-format off */
/*
* xxHash - Fast Hash algorithm
* Copyright (C) 2012-2016, Yann Collet

View file

@ -1,4 +1,3 @@
/* clang-format off */
/*
xxHash - Extremely Fast Hash algorithm
Header File