mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +00:00
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:
parent
96f979dfc5
commit
fa20edc44d
3057 changed files with 410 additions and 4398 deletions
1
third_party/lz4cli/bench.c
vendored
1
third_party/lz4cli/bench.c
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
bench.c - Demo program to benchmark open-source compression algorithms
|
||||
Copyright (C) Yann Collet 2012-2016
|
||||
|
|
1
third_party/lz4cli/bench.h
vendored
1
third_party/lz4cli/bench.h
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
bench.h - Demo program to benchmark open-source compression algorithm
|
||||
Copyright (C) Yann Collet 2012-2016
|
||||
|
|
1
third_party/lz4cli/datagen.c
vendored
1
third_party/lz4cli/datagen.c
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
datagen.c - compressible data generator test tool
|
||||
Copyright (C) Yann Collet 2012-2016
|
||||
|
|
1
third_party/lz4cli/datagen.h
vendored
1
third_party/lz4cli/datagen.h
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
datagen.h - compressible data generator header
|
||||
Copyright (C) Yann Collet 2012-2016
|
||||
|
|
1
third_party/lz4cli/lz4.c
vendored
1
third_party/lz4cli/lz4.c
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
LZ4 - Fast LZ compression algorithm
|
||||
Copyright (C) 2011-present, Yann Collet.
|
||||
|
|
1
third_party/lz4cli/lz4.h
vendored
1
third_party/lz4cli/lz4.h
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
* LZ4 - Fast LZ compression algorithm
|
||||
* Header File
|
||||
|
|
1
third_party/lz4cli/lz4cli.c
vendored
1
third_party/lz4cli/lz4cli.c
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
LZ4cli - LZ4 Command Line Interface
|
||||
Copyright (C) Yann Collet 2011-2016
|
||||
|
|
1
third_party/lz4cli/lz4frame.c
vendored
1
third_party/lz4cli/lz4frame.c
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
LZ4 auto-framing library
|
||||
Copyright (C) 2011-2016, Yann Collet.
|
||||
|
|
1
third_party/lz4cli/lz4frame.h
vendored
1
third_party/lz4cli/lz4frame.h
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
LZ4 auto-framing library
|
||||
Header File
|
||||
|
|
1
third_party/lz4cli/lz4hc.c
vendored
1
third_party/lz4cli/lz4hc.c
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
LZ4 HC - High Compression Mode of LZ4
|
||||
Copyright (C) 2011-2017, Yann Collet.
|
||||
|
|
1
third_party/lz4cli/lz4hc.h
vendored
1
third_party/lz4cli/lz4hc.h
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
LZ4 HC - High Compression Mode of LZ4
|
||||
Header File
|
||||
|
|
1
third_party/lz4cli/lz4io.c
vendored
1
third_party/lz4cli/lz4io.c
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
LZ4io.c - LZ4 File/Stream Interface
|
||||
Copyright (C) Yann Collet 2011-2017
|
||||
|
|
1
third_party/lz4cli/lz4io.h
vendored
1
third_party/lz4cli/lz4io.h
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
LZ4io.h - LZ4 File/Stream Interface
|
||||
Copyright (C) Yann Collet 2011-2016
|
||||
|
|
1
third_party/lz4cli/platform.h
vendored
1
third_party/lz4cli/platform.h
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
platform.h - compiler and OS detection
|
||||
Copyright (C) 2016-present, Przemyslaw Skibinski, Yann Collet
|
||||
|
|
1
third_party/lz4cli/util.h
vendored
1
third_party/lz4cli/util.h
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
util.h - utility functions
|
||||
Copyright (C) 2016-present, Przemyslaw Skibinski, Yann Collet
|
||||
|
|
1
third_party/lz4cli/xxhash.c
vendored
1
third_party/lz4cli/xxhash.c
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
* xxHash - Fast Hash algorithm
|
||||
* Copyright (C) 2012-2016, Yann Collet
|
||||
|
|
1
third_party/lz4cli/xxhash.h
vendored
1
third_party/lz4cli/xxhash.h
vendored
|
@ -1,4 +1,3 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
xxHash - Extremely Fast Hash algorithm
|
||||
Header File
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue