From e53084df4277cf5a683e3fc0e0d7261328de51b8 Mon Sep 17 00:00:00 2001 From: Clifford Yapp <238416+starseeker@users.noreply.github.com> Date: Fri, 15 Dec 2023 12:34:39 -0500 Subject: [PATCH] Remove hidden files - not needed for this use case --- .../thrust/dependencies/cub/.clang-tidy | 27 --------- .../thrust/dependencies/cub/.clangd | 60 ------------------- .../dependencies/cub/.git-blame-ignore-revs | 16 ----- .../thrust/dependencies/cub/.gitignore | 5 -- 4 files changed, 108 deletions(-) delete mode 100644 src/other/manifold/src/third_party/thrust/dependencies/cub/.clang-tidy delete mode 100644 src/other/manifold/src/third_party/thrust/dependencies/cub/.clangd delete mode 100644 src/other/manifold/src/third_party/thrust/dependencies/cub/.git-blame-ignore-revs delete mode 100644 src/other/manifold/src/third_party/thrust/dependencies/cub/.gitignore diff --git a/src/other/manifold/src/third_party/thrust/dependencies/cub/.clang-tidy b/src/other/manifold/src/third_party/thrust/dependencies/cub/.clang-tidy deleted file mode 100644 index d766d98b45e..00000000000 --- a/src/other/manifold/src/third_party/thrust/dependencies/cub/.clang-tidy +++ /dev/null @@ -1,27 +0,0 @@ ---- -Checks: - 'modernize-*, - -modernize-use-equals-default, - -modernize-concat-nested-namespaces, - -modernize-use-trailing-return-type' - - # -modernize-use-equals-default # auto-fix is broken (doesn't insert =default correctly) - # -modernize-concat-nested-namespaces # auto-fix is broken (can delete code) - # -modernize-use-trailing-return-type # just a preference - -WarningsAsErrors: '' -HeaderFilterRegex: '' -AnalyzeTemporaryDtors: false -FormatStyle: none -CheckOptions: - - key: modernize-loop-convert.MaxCopySize - value: '16' - - key: modernize-loop-convert.MinConfidence - value: reasonable - - key: modernize-pass-by-value.IncludeStyle - value: llvm - - key: modernize-replace-auto-ptr.IncludeStyle - value: llvm - - key: modernize-use-nullptr.NullMacros - value: 'NULL' -... diff --git a/src/other/manifold/src/third_party/thrust/dependencies/cub/.clangd b/src/other/manifold/src/third_party/thrust/dependencies/cub/.clangd deleted file mode 100644 index e60a0cb1a70..00000000000 --- a/src/other/manifold/src/third_party/thrust/dependencies/cub/.clangd +++ /dev/null @@ -1,60 +0,0 @@ -# https://clangd.llvm.org/config - -# Apply a config conditionally to all C files -If: - PathMatch: .*\.(c|h)$ - ---- - -# Apply a config conditionally to all C++ files -If: - PathMatch: .*\.(c|h)pp - ---- - -# Apply a config conditionally to all CUDA files -If: - PathMatch: .*\.cuh? -CompileFlags: - Add: - # Allow variadic CUDA functions - - "-Xclang=-fcuda-allow-variadic-functions" - ---- - -# Tweak the clangd parse settings for all files -CompileFlags: - Compiler: clang++ - CompilationDatabase: . - Add: - - -x - - cuda - # report all errors - - "-ferror-limit=0" - - "-ftemplate-backtrace-limit=0" - - "-stdlib=libc++" - Remove: - - -stdpar - # strip CUDA fatbin args - - "-Xfatbin*" - - "-gpu=*" - - "--diag_suppress*" - # strip CUDA arch flags - - "-gencode*" - - "--generate-code*" - # strip gcc's -fcoroutines - - -fcoroutines - # strip CUDA flags unknown to clang - - "-ccbin*" - - "--compiler-options*" - - "--expt-extended-lambda" - - "--expt-relaxed-constexpr" - - "-forward-unknown-to-host-compiler" - - "-Werror=cross-execution-space-call" -Diagnostics: - Suppress: - - "variadic_device_fn" - - "attributes_not_allowed" - # The NVHPC version of _NVCXX_EXPAND_PACK macro triggers this clang error. - # Temporarily suppressing it, but should probably fix - - "template_param_shadow" diff --git a/src/other/manifold/src/third_party/thrust/dependencies/cub/.git-blame-ignore-revs b/src/other/manifold/src/third_party/thrust/dependencies/cub/.git-blame-ignore-revs deleted file mode 100644 index 68469e1f1fd..00000000000 --- a/src/other/manifold/src/third_party/thrust/dependencies/cub/.git-blame-ignore-revs +++ /dev/null @@ -1,16 +0,0 @@ -# Exclude these commits from git-blame and similar tools. -# -# To use this file, run the following command from the repo root: -# -# ``` -# $ git config blame.ignoreRevsFile .git-blame-ignore-revs -# ``` -# -# Include a brief comment with each commit added, for example: -# -# ``` -# d92d9f8baac5ec48a8f8718dd69f415a45efe372 # Initial clang-format -# ``` -# -# Only add commits that are pure formatting changes (e.g. -# clang-format version changes, etc). diff --git a/src/other/manifold/src/third_party/thrust/dependencies/cub/.gitignore b/src/other/manifold/src/third_party/thrust/dependencies/cub/.gitignore deleted file mode 100644 index 994855c8c25..00000000000 --- a/src/other/manifold/src/third_party/thrust/dependencies/cub/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -.p4config -*~ -\#* -/build -.cache