Skip to content

Commit

Permalink
Add 'src/third_party/libcxx/' from commit '7524ef50093a376f334a62a7e5…
Browse files Browse the repository at this point in the history
…cebf5d238d4c99'

git-subtree-dir: src/third_party/libcxx
git-subtree-mainline: 3566d75
git-subtree-split: 7524ef5
  • Loading branch information
rhencke committed Dec 20, 2020
2 parents 3566d75 + 7524ef5 commit 5964d30
Show file tree
Hide file tree
Showing 6,889 changed files with 802,993 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 4 additions & 0 deletions src/third_party/libcxx/.arcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"repository.callsign" : "CXX",
"conduit_uri" : "https://reviews.llvm.org/"
}
13 changes: 13 additions & 0 deletions src/third_party/libcxx/.clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
BasedOnStyle: LLVM

---
Language: Cpp
Standard: Cpp03

AlwaysBreakTemplateDeclarations: true
PointerAlignment: Left

# Disable formatting options which may break tests.
SortIncludes: false
ReflowComments: false
---
61 changes: 61 additions & 0 deletions src/third_party/libcxx/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
#lib/ # We actually have things checked in to lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# MSVC libraries test harness
env.lst
keep.lst

# Editor by-products
.vscode/
Loading

0 comments on commit 5964d30

Please sign in to comment.