mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-02 07:50:31 +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,3 +1,2 @@
|
|||
// clang-format off
|
||||
#build artefacts
|
||||
collisionsTest
|
||||
|
|
1
third_party/xxhash/tests/collisions/LICENSE
vendored
1
third_party/xxhash/tests/collisions/LICENSE
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
|
|
1
third_party/xxhash/tests/collisions/Makefile
vendored
1
third_party/xxhash/tests/collisions/Makefile
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
# Brute force collision tester for 64-bit hashes
|
||||
# Part of xxHash project
|
||||
# Copyright (C) 2019-2021 Yann Collet
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
|
||||
__collisionsTest__ is a brute force hash analyzer
|
||||
which will measure a 64-bit hash algorithm's collision rate
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
// clang-format off
|
||||
Put in this directory all hash algorithms to test
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* dummy.c, a fake hash algorithm, just to test integration capabilities.
|
||||
* Part of the xxHash project
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* dummy.c,
|
||||
* A fake hash algorithm, just to test integration capabilities.
|
||||
|
|
1
third_party/xxhash/tests/collisions/hashes.h
vendored
1
third_party/xxhash/tests/collisions/hashes.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* List of hashes for the brute force collision tester
|
||||
* Part of xxHash project
|
||||
|
|
1
third_party/xxhash/tests/collisions/main.c
vendored
1
third_party/xxhash/tests/collisions/main.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Brute force collision tester for 64-bit hashes
|
||||
* Part of the xxHash project
|
||||
|
|
1
third_party/xxhash/tests/collisions/pool.c
vendored
1
third_party/xxhash/tests/collisions/pool.c
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (C) 2016-2021 Yann Collet, Facebook, Inc.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/xxhash/tests/collisions/pool.h
vendored
1
third_party/xxhash/tests/collisions/pool.h
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* Copyright (c) 2016-2021 Yann Collet, Facebook, Inc.
|
||||
* All rights reserved.
|
||||
|
|
1
third_party/xxhash/tests/collisions/sort.cc
vendored
1
third_party/xxhash/tests/collisions/sort.cc
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* sort.cc - C++ sort functions
|
||||
* Copyright (C) 2019-2021 Yann Collet
|
||||
|
|
1
third_party/xxhash/tests/collisions/sort.hh
vendored
1
third_party/xxhash/tests/collisions/sort.hh
vendored
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/*
|
||||
* sort.hh - headers for C++ sort functions
|
||||
* Copyright (C) 2019-2021 Yann Collet
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/**
|
||||
* Copyright (c) 2016 Tino Reichardt
|
||||
* All rights reserved.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// clang-format off
|
||||
/**
|
||||
* Copyright (c) 2016 Tino Reichardt
|
||||
* All rights reserved.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue